summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 09:28:52 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 09:28:52 +0100
commit5b2201913f28f43da01cfebfce90b798db64f117 (patch)
tree4f7466ce6ce5182bf18decdc83b3d1c18244f210 /src
parent491925040894701c72c9f7d34bea68f3f1865a3a (diff)
downloadgrep-5b2201913f28f43da01cfebfce90b798db64f117.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dfa.c2
-rw-r--r--src/dfa.h2
-rw-r--r--src/dfasearch.c2
-rw-r--r--src/dosbuf.c2
-rw-r--r--src/grep.h2
-rw-r--r--src/kwsearch.c2
-rw-r--r--src/kwset.c2
-rw-r--r--src/kwset.h2
-rw-r--r--src/main.c2
-rw-r--r--src/mbsupport.h2
-rw-r--r--src/pcresearch.c2
-rw-r--r--src/search.h2
-rw-r--r--src/searchutils.c2
-rw-r--r--src/system.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6987f664..53f8ae65 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997-1998, 2005-2011 Free Software Foundation, Inc.
+# Copyright 1997-1998, 2005-2012 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 26ea4b51..c7ba8db8 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1,5 +1,5 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2011 Free Software
+ Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2012 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/dfa.h b/src/dfa.h
index 30d1739e..17a47786 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1998, 2007, 2009-2012 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/dfasearch.c b/src/dfasearch.c
index c6fe1a5d..512f58cf 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -1,5 +1,5 @@
/* dfasearch.c - searching subroutines using dfa and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2012 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 2e9fbd16..07f1280c 100644
--- a/src/dosbuf.c
+++ b/src/dosbuf.c
@@ -1,5 +1,5 @@
/* dosbuf.c
- Copyright (C) 1992, 1997-2002, 2004-2011 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2012 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 1fef4b6c..744a8892 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -1,5 +1,5 @@
/* grep.h - interface to grep driver for searching subroutines.
- Copyright (C) 1992, 1998, 2001, 2007, 2009-2011 Free Software Foundation,
+ Copyright (C) 1992, 1998, 2001, 2007, 2009-2012 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwsearch.c b/src/kwsearch.c
index a481cfa0..f1a802e7 100644
--- a/src/kwsearch.c
+++ b/src/kwsearch.c
@@ -1,5 +1,5 @@
/* kwsearch.c - searching subroutines using kwset for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2012 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 124096c7..7c37ab0e 100644
--- a/src/kwset.c
+++ b/src/kwset.c
@@ -1,5 +1,5 @@
/* kwset.c - search for any of a set of keywords.
- Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2011 Free Software
+ Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2012 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwset.h b/src/kwset.h
index 07cf4a42..5fa44ae1 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -1,5 +1,5 @@
/* kwset.h - header declaring the keyword set library.
- Copyright (C) 1989, 1998, 2005, 2007, 2009-2011 Free Software Foundation,
+ Copyright (C) 1989, 1998, 2005, 2007, 2009-2012 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/main.c b/src/main.c
index f0a80855..6fdc9824 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* grep.c - main driver file for grep.
- Copyright (C) 1992, 1997-2002, 2004-2011 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2012 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 4529134c..c4b7b4ec 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2012 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/pcresearch.c b/src/pcresearch.c
index 7b865f54..2eda5f1a 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -1,5 +1,5 @@
/* pcresearch.c - searching subroutines using PCRE for grep.
- Copyright 2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 2000, 2007, 2009-2012 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.h b/src/search.h
index 3d211a5b..3074407e 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/* search.c - searching subroutines using dfa, kwset and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2012 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/searchutils.c b/src/searchutils.c
index 3b3ae672..b787fe67 100644
--- a/src/searchutils.c
+++ b/src/searchutils.c
@@ -1,5 +1,5 @@
/* searchutils.c - helper subroutines for grep's matchers.
- Copyright 1992, 1998, 2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2012 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 f356c086..426d8937 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-2000, 2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright 1996, 1998-2000, 2007, 2009-2012 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