diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-01 11:37:32 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-01 22:16:47 +0100 |
commit | 9d6231ef2a74671fa08bc263519edfe46e8d1805 (patch) | |
tree | 03ac673dab3083a1589d4dd47aa077a840d21da5 /gl/lib | |
parent | 257909013ef559418f612e8592f55b29dafda154 (diff) | |
download | coreutils-9d6231ef2a74671fa08bc263519edfe46e8d1805.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/di-set.c | 2 | ||||
-rw-r--r-- | gl/lib/fadvise.c | 2 | ||||
-rw-r--r-- | gl/lib/fadvise.h | 2 | ||||
-rw-r--r-- | gl/lib/heap.c | 2 | ||||
-rw-r--r-- | gl/lib/heap.h | 2 | ||||
-rw-r--r-- | gl/lib/ino-map.c | 2 | ||||
-rw-r--r-- | gl/lib/mbsalign.c | 2 | ||||
-rw-r--r-- | gl/lib/mbsalign.h | 2 | ||||
-rw-r--r-- | gl/lib/rand-isaac.c | 2 | ||||
-rw-r--r-- | gl/lib/rand-isaac.h | 2 | ||||
-rw-r--r-- | gl/lib/randint.c | 2 | ||||
-rw-r--r-- | gl/lib/randint.h | 2 | ||||
-rw-r--r-- | gl/lib/randperm.c | 2 | ||||
-rw-r--r-- | gl/lib/randread.c | 2 | ||||
-rw-r--r-- | gl/lib/randread.h | 2 | ||||
-rw-r--r-- | gl/lib/root-dev-ino.c | 2 | ||||
-rw-r--r-- | gl/lib/root-dev-ino.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/gl/lib/di-set.c b/gl/lib/di-set.c index 892950dbb..05d24d609 100644 --- a/gl/lib/di-set.c +++ b/gl/lib/di-set.c @@ -1,6 +1,6 @@ /* Set operations for device-inode pairs stored in a space-efficient manner. - Copyright 2009-2010 Free Software Foundation, Inc. + Copyright 2009-2011 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/gl/lib/fadvise.c b/gl/lib/fadvise.c index cf2bc7028..6329e94f8 100644 --- a/gl/lib/fadvise.c +++ b/gl/lib/fadvise.c @@ -1,5 +1,5 @@ /* Declare an access pattern hint for files. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/gl/lib/fadvise.h b/gl/lib/fadvise.h index fb84e75c9..f566b37d1 100644 --- a/gl/lib/fadvise.h +++ b/gl/lib/fadvise.h @@ -1,5 +1,5 @@ /* Declare an access pattern hint for files. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/gl/lib/heap.c b/gl/lib/heap.c index 80ea70e59..027b5cd3c 100644 --- a/gl/lib/heap.c +++ b/gl/lib/heap.c @@ -1,6 +1,6 @@ /* Barebones heap implementation supporting only insert and pop. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/gl/lib/heap.h b/gl/lib/heap.h index cbfeb0494..063f8d302 100644 --- a/gl/lib/heap.h +++ b/gl/lib/heap.h @@ -1,6 +1,6 @@ /* Barebones heap implementation supporting only insert and pop. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 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/gl/lib/ino-map.c b/gl/lib/ino-map.c index f6fdd6395..9133a19b2 100644 --- a/gl/lib/ino-map.c +++ b/gl/lib/ino-map.c @@ -1,6 +1,6 @@ /* Map an ino_t inode number to a small integer. - Copyright 2009, 2010 Free Software Foundation, Inc. + Copyright 2009-2011 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/gl/lib/mbsalign.c b/gl/lib/mbsalign.c index d58843265..d06e6dca1 100644 --- a/gl/lib/mbsalign.c +++ b/gl/lib/mbsalign.c @@ -1,5 +1,5 @@ /* Align/Truncate a string in a given screen width - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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/gl/lib/mbsalign.h b/gl/lib/mbsalign.h index 96e81e787..76d5a3ffe 100644 --- a/gl/lib/mbsalign.h +++ b/gl/lib/mbsalign.h @@ -1,5 +1,5 @@ /* Align/Truncate a string in a given screen width - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009-2011 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/gl/lib/rand-isaac.c b/gl/lib/rand-isaac.c index efa9ba2dc..375cfc2dc 100644 --- a/gl/lib/rand-isaac.c +++ b/gl/lib/rand-isaac.c @@ -1,6 +1,6 @@ /* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64. - Copyright (C) 1999-2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1999-2006, 2009-2011 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999 Colin Plumb. This program is free software: you can redistribute it and/or modify diff --git a/gl/lib/rand-isaac.h b/gl/lib/rand-isaac.h index 6e5af0676..fa4834738 100644 --- a/gl/lib/rand-isaac.h +++ b/gl/lib/rand-isaac.h @@ -1,6 +1,6 @@ /* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64. - Copyright (C) 1999-2005, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1999-2005, 2009-2011 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999 Colin Plumb. This program is free software: you can redistribute it and/or modify diff --git a/gl/lib/randint.c b/gl/lib/randint.c index f3de3fc9a..c90d521cd 100644 --- a/gl/lib/randint.c +++ b/gl/lib/randint.c @@ -1,6 +1,6 @@ /* Generate random integers. - Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 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/gl/lib/randint.h b/gl/lib/randint.h index 92d35db6b..edd6b1933 100644 --- a/gl/lib/randint.h +++ b/gl/lib/randint.h @@ -1,6 +1,6 @@ /* Generate random integers. - Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 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/gl/lib/randperm.c b/gl/lib/randperm.c index fb829ac25..97c8d9a8b 100644 --- a/gl/lib/randperm.c +++ b/gl/lib/randperm.c @@ -1,6 +1,6 @@ /* Generate random permutations. - Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009-2011 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/gl/lib/randread.c b/gl/lib/randread.c index dcaeee460..a2ce25540 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.c @@ -1,6 +1,6 @@ /* Generate buffers of random data. - Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2008-2011 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/gl/lib/randread.h b/gl/lib/randread.h index 3fad3f0c6..cf5eca903 100644 --- a/gl/lib/randread.h +++ b/gl/lib/randread.h @@ -1,6 +1,6 @@ /* Generate buffers of random data. - Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 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/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c index 7483336b1..2d5430f15 100644 --- a/gl/lib/root-dev-ino.c +++ b/gl/lib/root-dev-ino.c @@ -1,5 +1,5 @@ /* root-dev-ino.c -- get the device and inode numbers for `/'. - Copyright (C) 2003, 2005-2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2006, 2009-2011 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/gl/lib/root-dev-ino.h b/gl/lib/root-dev-ino.h index 3c4b45864..66003a98f 100644 --- a/gl/lib/root-dev-ino.h +++ b/gl/lib/root-dev-ino.h @@ -1,6 +1,6 @@ /* Root device and inode number checking. - Copyright (C) 2003, 2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2009-2011 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 |