summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 09:47:10 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 10:04:06 +0100
commit5111aa42968262bd4d44eeca277b194020bb5007 (patch)
tree055fe885ece6e346f0da5e8472df13b0810c7a07 /gl
parent75a21e62486521ba3d8ef518dc4740dc1adeb7f4 (diff)
downloadcoreutils-5111aa42968262bd4d44eeca277b194020bb5007.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/fadvise.c2
-rw-r--r--gl/lib/fadvise.h2
-rw-r--r--gl/lib/heap.c2
-rw-r--r--gl/lib/heap.h2
-rw-r--r--gl/lib/mbsalign.c2
-rw-r--r--gl/lib/mbsalign.h2
-rw-r--r--gl/lib/rand-isaac.c2
-rw-r--r--gl/lib/rand-isaac.h2
-rw-r--r--gl/lib/randint.c2
-rw-r--r--gl/lib/randint.h2
-rw-r--r--gl/lib/randperm.c2
-rw-r--r--gl/lib/randread.c2
-rw-r--r--gl/lib/randread.h2
-rw-r--r--gl/lib/root-dev-ino.c2
-rw-r--r--gl/lib/root-dev-ino.h2
-rw-r--r--gl/m4/root-dev-ino.m42
-rw-r--r--gl/tests/test-fadvise.c2
-rw-r--r--gl/tests/test-mbsalign.c2
-rw-r--r--gl/tests/test-rand-isaac.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/gl/lib/fadvise.c b/gl/lib/fadvise.c
index 6329e94f8..d724fe78f 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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 f566b37d1..fa8471b02 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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 d7db440d7..ebae11222 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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 063f8d302..ff69b7a20 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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 ef45c35af..e45456bf9 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 de5d767fa..e9340f926 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 375cfc2dc..407e8e01c 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2006, 2009-2012 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 fa4834738..8e53b59d4 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 1999-2005, 2009-2012 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 c90d521cd..1a5ae2512 100644
--- a/gl/lib/randint.c
+++ b/gl/lib/randint.c
@@ -1,6 +1,6 @@
/* Generate random integers.
- Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009-2012 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 80c9a0e5f..cd83185e9 100644
--- a/gl/lib/randint.h
+++ b/gl/lib/randint.h
@@ -1,6 +1,6 @@
/* Generate random integers.
- Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009-2012 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 362316e23..e853849ba 100644
--- a/gl/lib/randperm.c
+++ b/gl/lib/randperm.c
@@ -1,6 +1,6 @@
/* Generate random permutations.
- Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2009-2012 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 b2a3ce6e4..68b1e00d0 100644
--- a/gl/lib/randread.c
+++ b/gl/lib/randread.c
@@ -1,6 +1,6 @@
/* Generate buffers of random data.
- Copyright (C) 2006, 2008-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2008-2012 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 cf5eca903..9c2321e9e 100644
--- a/gl/lib/randread.h
+++ b/gl/lib/randread.h
@@ -1,6 +1,6 @@
/* Generate buffers of random data.
- Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009-2012 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 2d5430f15..d9a85050e 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2006, 2009-2012 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 66003a98f..00949422d 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-2011 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006, 2009-2012 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/m4/root-dev-ino.m4 b/gl/m4/root-dev-ino.m4
index 67fce1ce2..b2fd21c09 100644
--- a/gl/m4/root-dev-ino.m4
+++ b/gl/m4/root-dev-ino.m4
@@ -1,5 +1,5 @@
#serial 3
-dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/gl/tests/test-fadvise.c b/gl/tests/test-fadvise.c
index ab19f3765..e2b19f68d 100644
--- a/gl/tests/test-fadvise.c
+++ b/gl/tests/test-fadvise.c
@@ -1,5 +1,5 @@
/* Test that fadvise works as advertised.
- Copyright (C) 2010-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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/tests/test-mbsalign.c b/gl/tests/test-mbsalign.c
index a9e177c14..86aa87739 100644
--- a/gl/tests/test-mbsalign.c
+++ b/gl/tests/test-mbsalign.c
@@ -1,5 +1,5 @@
/* Test that mbsalign works as advertised.
- Copyright (C) 2010-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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/tests/test-rand-isaac.c b/gl/tests/test-rand-isaac.c
index 9dd7e2f1a..a5cee95ea 100644
--- a/gl/tests/test-rand-isaac.c
+++ b/gl/tests/test-rand-isaac.c
@@ -1,6 +1,6 @@
/* Test the ISAAC or ISAAC64 pseudorandom number generator.
- Copyright (C) 2010-2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 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