diff options
author | Jim Meyering <meyering@redhat.com> | 2009-06-23 22:33:15 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-23 22:33:15 +0200 |
commit | 2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad (patch) | |
tree | 3df77a06ec0ed1550dcb399344d8a070539dfe3a /lib | |
parent | ec00727a72cea90f7737e689f90334c21ca5b57e (diff) | |
download | coreutils-2232b4d08fdc8ff3ae8e7aa1fa28c8315c41d9ad.tar.xz |
maint: update all Copyright year lists to include 2009
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog-2007 | 3 | ||||
-rw-r--r-- | lib/buffer-lcm.c | 2 | ||||
-rw-r--r-- | lib/euidaccess-stat.c | 2 | ||||
-rw-r--r-- | lib/fd-reopen.c | 2 | ||||
-rw-r--r-- | lib/fd-reopen.h | 2 | ||||
-rw-r--r-- | lib/fdopendir-glibc.c | 2 | ||||
-rw-r--r-- | lib/memxfrm.c | 2 | ||||
-rw-r--r-- | lib/strintcmp.c | 2 | ||||
-rw-r--r-- | lib/strnumcmp-in.h | 2 | ||||
-rw-r--r-- | lib/strnumcmp.c | 2 | ||||
-rwxr-xr-x | lib/t-chdir-long | 2 | ||||
-rw-r--r-- | lib/xfts.c | 2 | ||||
-rw-r--r-- | lib/xmemxfrm.c | 2 |
13 files changed, 13 insertions, 14 deletions
diff --git a/lib/ChangeLog-2007 b/lib/ChangeLog-2007 index 99eba6641..21a454f4c 100644 --- a/lib/ChangeLog-2007 +++ b/lib/ChangeLog-2007 @@ -8746,8 +8746,7 @@ ----- - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free - Software Foundation, Inc. + Copyright (C) 2000-2009 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice diff --git a/lib/buffer-lcm.c b/lib/buffer-lcm.c index 9f4505672..b8d87d31d 100644 --- a/lib/buffer-lcm.c +++ b/lib/buffer-lcm.c @@ -1,6 +1,6 @@ /* buffer-lcm.c - compute a good buffer size for dealing with two files - Copyright (C) 2002, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 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/lib/euidaccess-stat.c b/lib/euidaccess-stat.c index 2cc516108..0213c93fc 100644 --- a/lib/euidaccess-stat.c +++ b/lib/euidaccess-stat.c @@ -2,7 +2,7 @@ This function is probably useful only for choosing whether to issue a prompt in an implementation of POSIX-specified rm. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 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/lib/fd-reopen.c b/lib/fd-reopen.c index c12fef602..de5f63d1d 100644 --- a/lib/fd-reopen.c +++ b/lib/fd-reopen.c @@ -1,6 +1,6 @@ /* Invoke open, but return either a desired file descriptor or -1. - Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 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/lib/fd-reopen.h b/lib/fd-reopen.h index ff008dc10..014466fde 100644 --- a/lib/fd-reopen.h +++ b/lib/fd-reopen.h @@ -1,6 +1,6 @@ /* Invoke open, but return either a desired file descriptor or -1. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 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/lib/fdopendir-glibc.c b/lib/fdopendir-glibc.c index 71c32e246..a35917113 100644 --- a/lib/fdopendir-glibc.c +++ b/lib/fdopendir-glibc.c @@ -1,6 +1,6 @@ /* fdopendir implementation derived from glibc. - Copyright (C) 2006 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/lib/memxfrm.c b/lib/memxfrm.c index 780072461..7376b3e97 100644 --- a/lib/memxfrm.c +++ b/lib/memxfrm.c @@ -1,6 +1,6 @@ /* Locale-specific memory transformation - Copyright (C) 2006 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/lib/strintcmp.c b/lib/strintcmp.c index 36acae4c7..3e107e31e 100644 --- a/lib/strintcmp.c +++ b/lib/strintcmp.c @@ -1,6 +1,6 @@ /* Compare integer strings. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 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/lib/strnumcmp-in.h b/lib/strnumcmp-in.h index 7d19f8e45..db2d15875 100644 --- a/lib/strnumcmp-in.h +++ b/lib/strnumcmp-in.h @@ -1,7 +1,7 @@ /* Compare numeric strings. This is an internal include file. Copyright (C) 1988, 1991, 1992, 1993, 1995, 1996, 1998, 1999, 2000, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + 2003, 2004, 2005, 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/lib/strnumcmp.c b/lib/strnumcmp.c index fa1590e53..2a2f2f729 100644 --- a/lib/strnumcmp.c +++ b/lib/strnumcmp.c @@ -1,6 +1,6 @@ /* Compare numeric strings. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 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/lib/t-chdir-long b/lib/t-chdir-long index 813aec53d..e92d445ae 100755 --- a/lib/t-chdir-long +++ b/lib/t-chdir-long @@ -1,7 +1,7 @@ #!/bin/sh # Exercise chdir-long's sample main program. -# Copyright (C) 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2005, 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/lib/xfts.c b/lib/xfts.c index 579ebeb02..e91ab079e 100644 --- a/lib/xfts.c +++ b/lib/xfts.c @@ -1,6 +1,6 @@ /* xfts.c -- a wrapper for fts_open - Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007, 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/lib/xmemxfrm.c b/lib/xmemxfrm.c index 84f51583b..2e9979ddb 100644 --- a/lib/xmemxfrm.c +++ b/lib/xmemxfrm.c @@ -1,6 +1,6 @@ /* Locale-specific memory transformation - Copyright (C) 2006 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 |