From 825b077bf47b7c610a796481adc355b716dd1996 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 22 Feb 2017 15:32:38 +0100 Subject: Fix copyright years. --- Makefile.in | 2 +- autogen.sh | 2 +- doc/Makefile.in | 2 +- lib/Makefile.in | 2 +- lib/getline.cc | 2 +- lib/getline.h | 2 +- lib/getopt.c | 3 +-- lib/getopt1.c | 2 +- src/Makefile.in | 2 +- src/bool-array.cc | 2 +- src/hash-table.cc | 2 +- src/hash-table.h | 2 +- src/keyword-list.cc | 2 +- src/keyword-list.h | 2 +- src/keyword.cc | 2 +- src/keyword.h | 2 +- src/options.cc | 2 +- src/positions.cc | 2 +- src/positions.h | 2 +- src/positions.icc | 2 +- src/search.cc | 2 +- src/search.h | 2 +- src/version.h | 2 +- 23 files changed, 23 insertions(+), 24 deletions(-) diff --git a/Makefile.in b/Makefile.in index 705f2a5..6ff7c3a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile for gperf -# Copyright (C) 1989, 1992, 1993, 1998, 2002, 2012, 2016 Free Software Foundation, Inc. +# Copyright (C) 1989, 1992-1993, 1998, 2012, 2016 Free Software Foundation, Inc. # Written by Douglas C. Schmidt # and Bruno Haible . # diff --git a/autogen.sh b/autogen.sh index 5091910..48b2ea0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,7 +10,7 @@ # in a gnulib checkout, or # - an internet connection. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2012, 2016 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/doc/Makefile.in b/doc/Makefile.in index 37b488d..e2a81f5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,6 +1,6 @@ # Makefile for gperf/doc -# Copyright (C) 1998, 2000, 2002-2003, 2007, 2012, 2016 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000, 2002-2003, 2006-2007, 2012, 2016 Free Software Foundation, Inc. # Written by Douglas C. Schmidt # and Bruno Haible . # diff --git a/lib/Makefile.in b/lib/Makefile.in index 84185fb..29bbf92 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,6 +1,6 @@ # Makefile for gperf/lib -# Copyright (C) 1989, 1992, 1993, 1998, 2002, 2009, 2012, 2016 Free Software Foundation, Inc. +# Copyright (C) 1989, 1992-1993, 1998, 2002, 2006, 2009, 2012, 2016 Free Software Foundation, Inc. # Written by Douglas C. Schmidt # and Bruno Haible . # diff --git a/lib/getline.cc b/lib/getline.cc index c57c633..8799447 100644 --- a/lib/getline.cc +++ b/lib/getline.cc @@ -1,6 +1,6 @@ /* getline.c -- Replacement for GNU C library function getline - Copyright (C) 1993, 1996, 2001-2002 Free Software Foundation, Inc. + Copyright (C) 1993, 1996, 2001-2003 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/lib/getline.h b/lib/getline.h index 0d5b945..e9cb1a9 100644 --- a/lib/getline.h +++ b/lib/getline.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 2000-2002 Free Software Foundation, Inc. +/* Copyright (C) 1995, 2000-2003 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/lib/getopt.c b/lib/getopt.c index b95002a..fbb37b1 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -3,8 +3,7 @@ "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 2009, 2016 - Free Software Foundation, Inc. + Copyright (C) 1987-1998, 2009, 2016 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/lib/getopt1.c b/lib/getopt1.c index e878e87..e869310 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -1,5 +1,5 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98, 2016 + Copyright (C) 1987-1998, 2016 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/src/Makefile.in b/src/Makefile.in index 8d3c2af..6866ffd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,6 +1,6 @@ # Makefile for gperf/src -# Copyright (C) 1989, 1992, 1993, 1998, 2000, 2002, 2006, 2009, 2012 Free Software Foundation, Inc. +# Copyright (C) 1989, 1992-1993, 1998, 2000, 2002-2003, 2006, 2009, 2012 Free Software Foundation, Inc. # Written by Douglas C. Schmidt # and Bruno Haible . # diff --git a/src/bool-array.cc b/src/bool-array.cc index d0e3364..054ff1f 100644 --- a/src/bool-array.cc +++ b/src/bool-array.cc @@ -1,5 +1,5 @@ /* Fast lookup table abstraction implemented as an Iteration Number Array - Copyright (C) 1989-1998, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/hash-table.cc b/src/hash-table.cc index 1b2b40d..2c0022a 100644 --- a/src/hash-table.cc +++ b/src/hash-table.cc @@ -1,5 +1,5 @@ /* Hash table for checking keyword links. Implemented using double hashing. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/hash-table.h b/src/hash-table.h index 1ff5fcc..622b867 100644 --- a/src/hash-table.h +++ b/src/hash-table.h @@ -2,7 +2,7 @@ /* Hash table used to check for duplicate keyword entries. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/keyword-list.cc b/src/keyword-list.cc index 235edd5..ed5278e 100644 --- a/src/keyword-list.cc +++ b/src/keyword-list.cc @@ -1,6 +1,6 @@ /* Keyword list. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002-2003 Free Software Foundation, Inc. Written by Bruno Haible . This file is part of GNU GPERF. diff --git a/src/keyword-list.h b/src/keyword-list.h index ca2ada6..c8b100e 100644 --- a/src/keyword-list.h +++ b/src/keyword-list.h @@ -2,7 +2,7 @@ /* Keyword list. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002-2003 Free Software Foundation, Inc. Written by Bruno Haible . This file is part of GNU GPERF. diff --git a/src/keyword.cc b/src/keyword.cc index 82f1077..563be73 100644 --- a/src/keyword.cc +++ b/src/keyword.cc @@ -1,5 +1,5 @@ /* Keyword data. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/keyword.h b/src/keyword.h index e4421cf..1c48c5d 100644 --- a/src/keyword.h +++ b/src/keyword.h @@ -2,7 +2,7 @@ /* Keyword data. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/options.cc b/src/options.cc index ec5cd5f..4e01d69 100644 --- a/src/options.cc +++ b/src/options.cc @@ -1,5 +1,5 @@ /* Handles parsing the Options provided to the user. - Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2017 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/positions.cc b/src/positions.cc index 1fb6883..5aa0a68 100644 --- a/src/positions.cc +++ b/src/positions.cc @@ -1,5 +1,5 @@ /* A set of byte positions. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/positions.h b/src/positions.h index 05c3cf3..552902a 100644 --- a/src/positions.h +++ b/src/positions.h @@ -2,7 +2,7 @@ /* A set of byte positions. - Copyright (C) 1989-1998, 2000, 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003, 2005 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/positions.icc b/src/positions.icc index 9c9f5ce..a89f678 100644 --- a/src/positions.icc +++ b/src/positions.icc @@ -1,6 +1,6 @@ /* Inline Functions for positions.{h,cc}. - Copyright (C) 1989-1998, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/search.cc b/src/search.cc index 6a0d7df..48dc722 100644 --- a/src/search.cc +++ b/src/search.cc @@ -1,5 +1,5 @@ /* Search algorithm. - Copyright (C) 1989-1998, 2000, 2002, 2009, 2016 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003, 2009, 2016 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/search.h b/src/search.h index d9af416..d059372 100644 --- a/src/search.h +++ b/src/search.h @@ -2,7 +2,7 @@ /* Search algorithm. - Copyright (C) 1989-1998, 2000, 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2003, 2009 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . diff --git a/src/version.h b/src/version.h index f30870a..01d9b15 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /* Current program version number. - Copyright (C) 1989-1998, 2002 Free Software Foundation, Inc. + Copyright (C) 1989-1998 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . -- cgit v1.2.1