From 6a44886e245da5862051080a6c7938dd1f0a3fc3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 1 Jan 2010 16:18:27 +0100 Subject: [PATCH] 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 --- AUTHORS | 2 +- ChangeLog-2008 | 4 ++-- Makefile.am | 3 +-- NEWS | 2 +- README | 4 ++-- README-hacking | 2 +- bootstrap | 2 +- bootstrap.conf | 2 +- cfg.mk | 2 +- configure.ac | 4 ++-- doc/Makefile.am | 2 +- doc/diff.texi | 2 +- exgettext | 2 +- lib/Makefile.am | 3 +-- lib/cmpbuf.c | 2 +- lib/cmpbuf.h | 2 +- lib/prepargs.c | 2 +- m4/vararrays.m4 | 2 +- man/Makefile.am | 2 +- ms/Makefile.am | 2 +- ms/README | 2 +- ms/config.bat | 2 +- ms/config.sed | 2 +- ms/config.site | 2 +- po/POTFILES.in | 2 +- po/en.po | 2 +- src/Makefile.am | 2 +- src/analyze.c | 2 +- src/cmp.c | 2 +- src/context.c | 2 +- src/diff.c | 4 ++-- src/diff.h | 2 +- src/diff3.c | 2 +- src/dir.c | 2 +- src/ed.c | 4 ++-- src/ifdef.c | 2 +- src/io.c | 2 +- src/normal.c | 2 +- src/sdiff.c | 2 +- src/side.c | 2 +- src/system.h | 2 +- src/util.c | 2 +- tests/help-version | 2 +- tests/init.sh | 2 +- 44 files changed, 49 insertions(+), 51 deletions(-) diff --git a/AUTHORS b/AUTHORS index ddb64d2..611aa7f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,7 +33,7 @@ Patrick D'Cruze Eli Zaretskii -Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc. +Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU diffutils. diff --git a/ChangeLog-2008 b/ChangeLog-2008 index 25b3890..f42ae0a 100644 --- a/ChangeLog-2008 +++ b/ChangeLog-2008 @@ -4265,8 +4265,8 @@ Thu Nov 3 16:30:24 1988 Randall Smith (randy at gluteus.ai.mit.edu) ----- - Copyright (C) 1988-1994, 1997-2002, 2004, 2006, 2009 Free - Software Foundation, Inc. + Copyright (C) 1988-1994, 1997-2002, 2004, 2006, 2009-2010 Free Software + Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this diff --git a/Makefile.am b/Makefile.am index a1d7f05..44e8bbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ # Main Automakefile for GNU diffutils. -# Copyright (C) 2001-2002, 2004, 2006, 2009 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2002, 2004, 2006, 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/NEWS b/NEWS index 6230976..fa8ff0b 100644 --- a/NEWS +++ b/NEWS @@ -257,7 +257,7 @@ User-visible changes in version 2.0: -Copyright (C) 1993-1994, 1998, 2001-2002, 2004, 2006, 2009 Free Software +Copyright (C) 1993-1994, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU Diffutils. diff --git a/README b/README index 7fc75ae..061ec8a 100644 --- a/README +++ b/README @@ -48,8 +48,8 @@ Please report bugs to . ----- -Copyright (C) 1992, 1998, 2001-2002, 2004, 2009 Free Software -Foundation, Inc. +Copyright (C) 1992, 1998, 2001-2002, 2004, 2009-2010 Free Software Foundation, +Inc. This file is part of GNU Diffutils. diff --git a/README-hacking b/README-hacking index b131ea3..3dd1ac4 100644 --- a/README-hacking +++ b/README-hacking @@ -50,7 +50,7 @@ Enjoy! ----- -Copyright (C) 2002-2007, 2009 Free Software Foundation, Inc. +Copyright (C) 2002-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/bootstrap b/bootstrap index 8afbd8e..6a64ece 100755 --- a/bootstrap +++ b/bootstrap @@ -2,7 +2,7 @@ # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-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/bootstrap.conf b/bootstrap.conf index d26ec9e..a0eb0c4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2006-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/cfg.mk b/cfg.mk index b317e9c..d41dac8 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-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/configure.ac b/configure.ac index 48f30b0..ab6af5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Configure template for GNU Diffutils. -# Copyright (C) 1994-1995, 1998, 2001-2002, 2004, 2006, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1994-1995, 1998, 2001-2002, 2004, 2006, 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/doc/Makefile.am b/doc/Makefile.am index 93d9307..d864f09 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU diffutils documentation. -# Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 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/doc/diff.texi b/doc/diff.texi index b7b3410..3ad0241 100644 --- a/doc/diff.texi +++ b/doc/diff.texi @@ -14,7 +14,7 @@ and documents the @acronym{GNU} @command{diff}, @command{diff3}, differences between files and the @acronym{GNU} @command{patch} command for using their output to update files. -Copyright @copyright{} 1992-1994, 1998, 2001-2002, 2004, 2006, 2009 Free +Copyright @copyright{} 1992-1994, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. @quotation diff --git a/exgettext b/exgettext index ee994cf..1b2c8f4 100755 --- a/exgettext +++ b/exgettext @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper around gettext for programs using the msgid convention. -# Copyright (C) 1998, 2001, 2004, 2009 Free Software Foundation, Inc. +# Copyright (C) 1998, 2001, 2004, 2009-2010 Free Software Foundation, Inc. # Written by Paul Eggert . diff --git a/lib/Makefile.am b/lib/Makefile.am index a24d9aa..6b75ba4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,6 @@ # Automakefile for GNU Diffutils library. -# Copyright (C) 2001-2002, 2004, 2006, 2009 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2002, 2004, 2006, 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/lib/cmpbuf.c b/lib/cmpbuf.c index 2de579f..02cccf3 100644 --- a/lib/cmpbuf.c +++ b/lib/cmpbuf.c @@ -1,6 +1,6 @@ /* Buffer primitives for comparison operations. - Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009 Free Software + Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/lib/cmpbuf.h b/lib/cmpbuf.h index 1552a56..9d155f4 100644 --- a/lib/cmpbuf.h +++ b/lib/cmpbuf.h @@ -1,6 +1,6 @@ /* Buffer primitives for comparison operations. - Copyright (C) 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 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/lib/prepargs.c b/lib/prepargs.c index 160a9ba..7819d04 100644 --- a/lib/prepargs.c +++ b/lib/prepargs.c @@ -1,6 +1,6 @@ /* Parse arguments from a string and prepend them to an argv. - Copyright (C) 1999-2002, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1999-2002, 2006, 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/m4/vararrays.m4 b/m4/vararrays.m4 index 5b11bce..786bf33 100644 --- a/m4/vararrays.m4 +++ b/m4/vararrays.m4 @@ -4,7 +4,7 @@ # From Paul Eggert -# Copyright (C) 2001, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 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/man/Makefile.am b/man/Makefile.am index d3fc507..a2dc7af 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,6 +1,6 @@ # Automakefile for GNU diffutils man pages -# Copyright (C) 2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2002, 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/ms/Makefile.am b/ms/Makefile.am index 925bfd8..1929215 100644 --- a/ms/Makefile.am +++ b/ms/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU diffutils sources used on Microsoft operating systems. -# Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 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/ms/README b/ms/README index 95b46c5..e30846b 100644 --- a/ms/README +++ b/ms/README @@ -46,7 +46,7 @@ To install the package, type "make install". That's it! ----- -Copyright (C) 2001, 2009 Free Software Foundation, Inc. +Copyright (C) 2001, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/ms/config.bat b/ms/config.bat index 3488084..7f057a0 100644 --- a/ms/config.bat +++ b/ms/config.bat @@ -2,7 +2,7 @@ echo Configuring GNU Diffutils for DJGPP v2.x... -Rem Copyright (C) 2001, 2009 Free Software Foundation, Inc. +Rem Copyright (C) 2001, 2009-2010 Free Software Foundation, Inc. Rem This program is free software: you can redistribute it and/or modify Rem it under the terms of the GNU General Public License as published by diff --git a/ms/config.sed b/ms/config.sed index 671e1eb..e017691 100644 --- a/ms/config.sed +++ b/ms/config.sed @@ -1,6 +1,6 @@ # Additional editing of Makefiles and of config.status -# Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 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/ms/config.site b/ms/config.site index f28a999..c89b062 100644 --- a/ms/config.site +++ b/ms/config.site @@ -1,7 +1,7 @@ #! /bin/sh # Site defaults for the DJGPP configuration -# Copyright (C) 2001, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 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/po/POTFILES.in b/po/POTFILES.in index 77aa278..6ffcf61 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of files that contain translatable strings. -# Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 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/po/en.po b/po/en.po index 2861d45..8e2f54d 100644 --- a/po/en.po +++ b/po/en.po @@ -1,5 +1,5 @@ # English messages for GNU diffutils -# Copyright 1998, 2001-2003, 2009 Free Software Foundation, Inc. +# Copyright 1998, 2001-2003, 2009-2010 Free Software Foundation, Inc. # Paul Eggert , 1998 # msgid "" diff --git a/src/Makefile.am b/src/Makefile.am index 058a0e2..65e7fe8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # Automakefile for GNU diffutils programs. -# Copyright (C) 2001-2002, 2006, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 2006, 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/analyze.c b/src/analyze.c index 1fc034a..1288ea0 100644 --- a/src/analyze.c +++ b/src/analyze.c @@ -1,7 +1,7 @@ /* Analyze file differences for GNU DIFF. Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006-2007, - 2009 Free Software Foundation, Inc. + 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/cmp.c b/src/cmp.c index 72b2690..2455dc4 100644 --- a/src/cmp.c +++ b/src/cmp.c @@ -1,6 +1,6 @@ /* cmp - compare two files byte by byte - Copyright (C) 1990-1996, 1998, 2001-2002, 2004, 2006-2007, 2009 Free + Copyright (C) 1990-1996, 1998, 2001-2002, 2004, 2006-2007, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/src/context.c b/src/context.c index 00b1db7..e918134 100644 --- a/src/context.c +++ b/src/context.c @@ -1,6 +1,6 @@ /* Context-format output routines for GNU DIFF. - Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2006, 2009 + Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/diff.c b/src/diff.c index f7b3991..25ef986 100644 --- a/src/diff.c +++ b/src/diff.c @@ -1,7 +1,7 @@ /* diff - compare files line by line - Copyright (C) 1988-1989, 1992-1994, 1996, 1998, 2001-2002, 2004, - 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 1988-1989, 1992-1994, 1996, 1998, 2001-2002, 2004, 2006-2007, + 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/diff.h b/src/diff.h index 8779ff7..71b33f4 100644 --- a/src/diff.h +++ b/src/diff.h @@ -1,6 +1,6 @@ /* Shared definitions for GNU DIFF - Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2009 Free + Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/diff3.c b/src/diff3.c index 01abdca..0f11fdc 100644 --- a/src/diff3.c +++ b/src/diff3.c @@ -1,6 +1,6 @@ /* diff3 - compare three files line by line - Copyright (C) 1988-1989, 1992-1996, 1998, 2001-2002, 2004, 2006, 2009 + Copyright (C) 1988-1989, 1992-1996, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/src/dir.c b/src/dir.c index bda5ea9..5b4eaec 100644 --- a/src/dir.c +++ b/src/dir.c @@ -1,7 +1,7 @@ /* Read, sort and compare two directories. Used for GNU DIFF. Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006-2007, - 2009 Free Software Foundation, Inc. + 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/ed.c b/src/ed.c index 89bf6d8..08acf50 100644 --- a/src/ed.c +++ b/src/ed.c @@ -1,7 +1,7 @@ /* Output routines for ed-script format. - Copyright (C) 1988-1989, 1991-1993, 1995, 1998, 2001, 2004, 2006, - 2009 Free Software Foundation, Inc. + Copyright (C) 1988-1989, 1991-1993, 1995, 1998, 2001, 2004, 2006, 2009-2010 + Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/ifdef.c b/src/ifdef.c index 1531b2d..a48f830 100644 --- a/src/ifdef.c +++ b/src/ifdef.c @@ -1,6 +1,6 @@ /* #ifdef-format output routines for GNU DIFF. - Copyright (C) 1989, 1991-1994, 2001-2002, 2004, 2006, 2009 Free + Copyright (C) 1989, 1991-1994, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/io.c b/src/io.c index 6d60d05..aeeb51d 100644 --- a/src/io.c +++ b/src/io.c @@ -1,6 +1,6 @@ /* File I/O for GNU DIFF. - Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009 + Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/normal.c b/src/normal.c index 7b1ea7d..154efaa 100644 --- a/src/normal.c +++ b/src/normal.c @@ -1,6 +1,6 @@ /* Normal-format output routines for GNU DIFF. - Copyright (C) 1988-1989, 1993, 1995, 1998, 2001, 2006, 2009 Free + Copyright (C) 1988-1989, 1993, 1995, 1998, 2001, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/sdiff.c b/src/sdiff.c index 07ac0cb..84a9a7d 100644 --- a/src/sdiff.c +++ b/src/sdiff.c @@ -1,6 +1,6 @@ /* sdiff - side-by-side merge of file differences - Copyright (C) 1992-1996, 1998, 2001-2002, 2004, 2006-2007, 2009 Free + Copyright (C) 1992-1996, 1998, 2001-2002, 2004, 2006-2007, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/side.c b/src/side.c index 14067bb..6aa96a9 100644 --- a/src/side.c +++ b/src/side.c @@ -1,6 +1,6 @@ /* sdiff-format output routines for GNU DIFF. - Copyright (C) 1991-1993, 1998, 2001-2002, 2004, 2009 Free Software + Copyright (C) 1991-1993, 1998, 2001-2002, 2004, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/system.h b/src/system.h index ee67233..f242527 100644 --- a/src/system.h +++ b/src/system.h @@ -1,6 +1,6 @@ /* System dependent declarations. - Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009 + Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/src/util.c b/src/util.c index 222cba5..90b463d 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,6 @@ /* Support routines for GNU DIFF. - Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009 + Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc. This file is part of GNU DIFF. diff --git a/tests/help-version b/tests/help-version index a4220eb..fe59dbe 100755 --- a/tests/help-version +++ b/tests/help-version @@ -2,7 +2,7 @@ # Make sure all these programs work properly # when invoked with --help or --version. -# Copyright (C) 2000-2009 Free Software Foundation, Inc. +# Copyright (C) 2000-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/tests/init.sh b/tests/init.sh index cc02487..8ae81af 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -1,6 +1,6 @@ # source this file; set up for tests -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 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