diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-05 16:11:39 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-05 16:11:39 +0900 |
commit | 4a22b2df2bda2ce267f074cb2da6d7018529004a (patch) | |
tree | 0bd5d24fe39d40720a1fc1ef80c983d9b8a2de63 /gettext-tools/libgrep | |
parent | 501d166b9cf38b25f63346f8900f6e5f669498e2 (diff) | |
download | external_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.zip external_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.tar.gz external_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.tar.bz2 |
maint: Update copyright year
Diffstat (limited to 'gettext-tools/libgrep')
-rw-r--r-- | gettext-tools/libgrep/Makefile.am | 3 | ||||
-rw-r--r-- | gettext-tools/libgrep/kwset.c | 3 | ||||
-rw-r--r-- | gettext-tools/libgrep/kwset.h | 2 | ||||
-rw-r--r-- | gettext-tools/libgrep/libgrep.h | 2 | ||||
-rw-r--r-- | gettext-tools/libgrep/m-fgrep.c | 3 | ||||
-rw-r--r-- | gettext-tools/libgrep/m-regex.c | 3 |
6 files changed, 10 insertions, 6 deletions
diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am index 99b71c0..14ba3a3 100644 --- a/gettext-tools/libgrep/Makefile.am +++ b/gettext-tools/libgrep/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for libgrep directory in GNU gettext package. -## Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc. +## Copyright (C) 2005-2007, 2009-2010, 2015 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/gettext-tools/libgrep/kwset.c b/gettext-tools/libgrep/kwset.c index d944f10..776b79d 100644 --- a/gettext-tools/libgrep/kwset.c +++ b/gettext-tools/libgrep/kwset.c @@ -1,5 +1,6 @@ /* kwset.c - search for any of a set of keywords. - Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012 Free Software Foundation, Inc. + Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012, 2015 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/gettext-tools/libgrep/kwset.h b/gettext-tools/libgrep/kwset.h index 244f80e..530649a 100644 --- a/gettext-tools/libgrep/kwset.h +++ b/gettext-tools/libgrep/kwset.h @@ -1,5 +1,5 @@ /* kwset.h - header declaring the keyword set library. - Copyright (C) 1989, 1998, 2005 Free Software Foundation, Inc. + Copyright (C) 1989, 1998, 2005, 2015 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/gettext-tools/libgrep/libgrep.h b/gettext-tools/libgrep/libgrep.h index 162910b..2ab4968 100644 --- a/gettext-tools/libgrep/libgrep.h +++ b/gettext-tools/libgrep/libgrep.h @@ -1,5 +1,5 @@ /* Search for patterns in strings or files. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2015 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/gettext-tools/libgrep/m-fgrep.c b/gettext-tools/libgrep/m-fgrep.c index 1f4d58d..8225828 100644 --- a/gettext-tools/libgrep/m-fgrep.c +++ b/gettext-tools/libgrep/m-fgrep.c @@ -1,5 +1,6 @@ /* Pattern Matcher for Fixed String search. - Copyright (C) 1992, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2015 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/gettext-tools/libgrep/m-regex.c b/gettext-tools/libgrep/m-regex.c index 5444978..2f4660b 100644 --- a/gettext-tools/libgrep/m-regex.c +++ b/gettext-tools/libgrep/m-regex.c @@ -1,5 +1,6 @@ /* Pattern Matchers for Regular Expressions. - Copyright (C) 1992, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2015 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 |