diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | README-hacking | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | m4/prereq.m4 | 4 | ||||
-rw-r--r-- | src/nl.c | 2 | ||||
-rw-r--r-- | src/seq.c | 2 | ||||
-rwxr-xr-x | tests/cp/cp-i | 2 | ||||
-rwxr-xr-x | tests/install/install-C | 2 | ||||
-rwxr-xr-x | tests/install/install-C-root | 2 | ||||
-rwxr-xr-x | tests/install/install-C-selinux | 2 | ||||
-rwxr-xr-x | tests/misc/seq | 2 | ||||
-rwxr-xr-x | tests/mv/mv-n | 2 |
14 files changed, 15 insertions, 17 deletions
@@ -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 @@ -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 7a8b4c45c..433ef4102 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 @@ -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 f6f98afa5..89f72ceda 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 536070efe..3022da46a 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 @@ -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 @@ -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 36bb7588b..67f8a5652 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 129286d2d..2cddaff05 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 1a07dbe3d..df2843d21 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 d1d954085..a91d8bbf6 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 cd78bd164..b34833da2 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 1b44fdaf6..f91fba0e1 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 |