diff options
author | Jim Meyering <jim@meyering.net> | 2013-01-01 03:54:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2013-01-01 04:51:20 +0100 |
commit | 77da73c75432f3c5b4beebae7b0797a1e33160bc (patch) | |
tree | 012cad68220079b5a79c46723d47f6897e418f56 /gl/tests | |
parent | a4838da139dde3739d9046153809939b8ccfe72d (diff) | |
download | coreutils-77da73c75432f3c5b4beebae7b0797a1e33160bc.tar.xz |
maint: update all copyright year number ranges
Run "make update-copyright", but then also run this,
perl -pi -e 's/2\d\d\d-//' tests/sample-test
to make that one script use the single most recent year number.
Diffstat (limited to 'gl/tests')
-rw-r--r-- | gl/tests/test-fadvise.c | 2 | ||||
-rw-r--r-- | gl/tests/test-mbsalign.c | 2 | ||||
-rw-r--r-- | gl/tests/test-rand-isaac.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gl/tests/test-fadvise.c b/gl/tests/test-fadvise.c index e2b19f68d..05860b0ad 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-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 11e9dee0e..d3e92daab 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-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 a5cee95ea..a2788bc23 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-2012 Free Software Foundation, Inc. + Copyright (C) 2010-2013 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 |