From: Eric Blake Date: Wed, 18 Feb 2009 13:07:30 +0000 (-0700) Subject: add missing copyright dates X-Git-Tag: v7.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cef85b3671ed0a14a444eef3b6cb07fa26ee64;p=thirdparty%2Fcoreutils.git add missing copyright dates * NEWS: Add 2009 to copyright. * README: Likewise. * README-hacking: Likewise. * TODO: Likewise. * doc/Makefile.am: Likewise. * m4/prereq.m4: Likewise. * src/nl.c: Likewise. * src/seq.c: Likewise. * tests/cp/cp-i: Likewise. * tests/install/install-C: Likewise. * tests/install/install-C-root: Likewise. * tests/install/install-C-selinux: Likewise. * tests/misc/seq: Likewise. * tests/mv/mv-n: Likewise. --- diff --git a/NEWS b/NEWS index 4f8081396b..90bd44299f 100644 --- a/NEWS +++ b/NEWS @@ -2370,8 +2370,7 @@ packages, see ./old/*/NEWS. ======================================================================== -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software -Foundation, Inc. +Copyright (C) 2001-2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or diff --git a/README b/README index 58aec019ce..9e082a3c27 100644 --- a/README +++ b/README @@ -227,8 +227,7 @@ the address on the last line of --help output. ======================================================================== -Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006 Free Software -Foundation, Inc. +Copyright (C) 1998, 2002-2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or diff --git a/README-hacking b/README-hacking index 7a8b4c45c4..433ef4102f 100644 --- a/README-hacking +++ b/README-hacking @@ -68,7 +68,7 @@ Enjoy! ----- -Copyright (C) 2002-2008 Free Software Foundation, Inc. +Copyright (C) 2002-2009 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/TODO b/TODO index c630548ccd..9b776a4844 100644 --- a/TODO +++ b/TODO @@ -176,7 +176,7 @@ pr's use of nstrftime can make it malloc a very large (up to SIZE_MAX) buffer ----- -Copyright (C) 2002-2008 Free Software Foundation, Inc. +Copyright (C) 2002-2009 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 f6f98afa5a..89f72ceda5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # Make coreutils documentation. -*-Makefile-*- -# Copyright (C) 1995-1998, 2001-2008 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2001-2009 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/prereq.m4 b/m4/prereq.m4 index 536070efea..3022da46aa 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -1,4 +1,4 @@ -#serial 75 +#serial 76 dnl We use gl_ for non Autoconf macros. m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl @@ -7,7 +7,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl # directory of the coreutils package. -# Copyright (C) 1998, 2000, 2001, 2003-2008 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000, 2001, 2003-2009 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/nl.c b/src/nl.c index 578a7aa081..56d5a3998c 100644 --- a/src/nl.c +++ b/src/nl.c @@ -1,5 +1,5 @@ /* nl -- number lines of files - Copyright (C) 89, 92, 1995-2008 Free Software Foundation, Inc. + Copyright (C) 89, 92, 1995-2009 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/seq.c b/src/seq.c index ecc72f082a..cc9c73a0ab 100644 --- a/src/seq.c +++ b/src/seq.c @@ -1,5 +1,5 @@ /* seq - print sequence of numbers to standard output. - Copyright (C) 1994-2008 Free Software Foundation, Inc. + Copyright (C) 1994-2009 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/cp/cp-i b/tests/cp/cp-i index 36bb7588b8..67f8a56521 100755 --- a/tests/cp/cp-i +++ b/tests/cp/cp-i @@ -1,7 +1,7 @@ #!/bin/sh # Test whether cp -i prompts in the right place. -# Copyright (C) 2006-2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2009 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/install/install-C b/tests/install/install-C index 129286d2d9..2cddaff056 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" works. (basic tests) -# Copyright (C) 2008 Free Software Foundation, Inc. +# Copyright (C) 2008-2009 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/install/install-C-root b/tests/install/install-C-root index 1a07dbe3d4..df2843d21a 100755 --- a/tests/install/install-C-root +++ b/tests/install/install-C-root @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" compares owner and group. -# Copyright (C) 2008 Free Software Foundation, Inc. +# Copyright (C) 2008-2009 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/install/install-C-selinux b/tests/install/install-C-selinux index d1d9540852..a91d8bbf65 100755 --- a/tests/install/install-C-selinux +++ b/tests/install/install-C-selinux @@ -1,7 +1,7 @@ #!/bin/sh # Ensure "install -C" compares SELinux context. -# Copyright (C) 2008 Free Software Foundation, Inc. +# Copyright (C) 2008-2009 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/misc/seq b/tests/misc/seq index cd78bd1640..b34833da28 100755 --- a/tests/misc/seq +++ b/tests/misc/seq @@ -1,7 +1,7 @@ #!/usr/bin/perl # Test "seq". -# Copyright (C) 1999, 2000, 2003, 2005-2008 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2005-2009 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/mv/mv-n b/tests/mv/mv-n index 1b44fdaf68..f91fba0e1a 100755 --- a/tests/mv/mv-n +++ b/tests/mv/mv-n @@ -1,7 +1,7 @@ #!/bin/sh # Test whether mv -n works as documented (not overwrite target). -# Copyright (C) 2006-2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2009 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