summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 16:20:57 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 16:20:57 +0100
commit438dba06da3d5d2e2f80f1f8ac074fcaaa7d506c (patch)
tree3b037b0bb5002d5dcbb5c6070c0095a3ad2624b7 /src
parent60a7e46a1c3ff186c373e776958ea02437b686ef (diff)
downloadgrep-438dba06da3d5d2e2f80f1f8ac074fcaaa7d506c.tar.gz
maint: update all FSF copyright year lists to include 2010
Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/dfa.c4
-rw-r--r--src/dfa.h2
-rw-r--r--src/dosbuf.c3
-rw-r--r--src/getpagesize.h3
-rw-r--r--src/grep.c3
-rw-r--r--src/grep.h3
-rw-r--r--src/kwset.c4
-rw-r--r--src/kwset.h3
-rw-r--r--src/mbsupport.h2
-rw-r--r--src/search.c2
-rw-r--r--src/system.h2
-rw-r--r--src/vms_fab.c3
-rw-r--r--src/vms_fab.h3
14 files changed, 18 insertions, 22 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 50459930..8fdb964f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright 1997-1998, 2005-2010 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/dfa.c b/src/dfa.c
index b50f98a5..35f1ad90 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1,6 +1,6 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004, 2008, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 1988, 1998, 2000, 2002, 2004, 2008-2010 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/dfa.h b/src/dfa.h
index 35ed6c37..dbac1975 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -1,5 +1,5 @@
/* dfa.h - declarations for GNU deterministic regexp compiler
- Copyright (C) 1988, 1998, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1998, 2007, 2009-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/dosbuf.c b/src/dosbuf.c
index 664bb909..906904a1 100644
--- a/src/dosbuf.c
+++ b/src/dosbuf.c
@@ -1,6 +1,5 @@
/* dosbuf.c
- Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/getpagesize.h b/src/getpagesize.h
index 6c848b05..6f773a01 100644
--- a/src/getpagesize.h
+++ b/src/getpagesize.h
@@ -1,6 +1,5 @@
/* Emulate getpagesize on systems that lack it. */
-/* Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1997-2002, 2004-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/grep.c b/src/grep.c
index 4bf7df57..da469e28 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1,6 +1,5 @@
/* grep.c - main driver file for grep.
- Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/grep.h b/src/grep.h
index d23a68a1..1018a72b 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -1,5 +1,6 @@
/* grep.h - interface to grep driver for searching subroutines.
- Copyright (C) 1992, 1998, 2001, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1998, 2001, 2007, 2009-2010 Free Software Foundation,
+ Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/kwset.c b/src/kwset.c
index 40b6a6f3..459f0a04 100644
--- a/src/kwset.c
+++ b/src/kwset.c
@@ -1,6 +1,6 @@
/* kwset.c - search for any of a set of keywords.
- Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2010 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/kwset.h b/src/kwset.h
index e8dec043..b5e3f5a0 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -1,5 +1,6 @@
/* kwset.h - header declaring the keyword set library.
- Copyright (C) 1989, 1998, 2005, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1998, 2005, 2007, 2009-2010 Free Software Foundation,
+ Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/mbsupport.h b/src/mbsupport.h
index ced494d1..40a85ab5 100644
--- a/src/mbsupport.h
+++ b/src/mbsupport.h
@@ -1,6 +1,6 @@
/* mbsupport.h --- Localize determination of whether we have multibyte stuff.
- Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/search.c b/src/search.c
index e5b667fc..0bfb41a6 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1,5 +1,5 @@
/* search.c - searching subroutines using dfa, kwset and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/system.h b/src/system.h
index a03ddcea..98a848ea 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/* Portability cruft. Include after config.h and sys/types.h.
- Copyright 1996, 1998, 1999, 2000, 2007, 2009 Free Software Foundation, Inc.
+ Copyright 1996, 1998-2000, 2007, 2009-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vms_fab.c b/src/vms_fab.c
index ebf8889a..ec3cc23e 100644
--- a/src/vms_fab.c
+++ b/src/vms_fab.c
@@ -1,6 +1,5 @@
/*
- Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/vms_fab.h b/src/vms_fab.h
index 88d154bd..45f617a5 100644
--- a/src/vms_fab.h
+++ b/src/vms_fab.h
@@ -1,6 +1,5 @@
/*
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1998-2002, 2004-2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by