From ba2d9dffa77a8a1ff255b51820d2d791c909e779 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 29 Dec 2009 09:25:40 -0700 Subject: [PATCH] tests: fix license on several tests The use of GPLv2+ was a relic of copy-and-paste, and not intentional. * tests/test-des.c: Update to GPLv3+. * tests/test-flock.c: Likewise. * tests/test-fsync.c: Likewise. * tests/test-futimens.h: Likewise. * tests/test-gc-arcfour.c: Likewise. * tests/test-gc-arctwo.c: Likewise. * tests/test-gc-des.c: Likewise. * tests/test-gc-hmac-md5.c: Likewise. * tests/test-gc-hmac-sha1.c: Likewise. * tests/test-gc-md2.c: Likewise. * tests/test-gc-md4.c: Likewise. * tests/test-gc-md5.c: Likewise. * tests/test-gc-pbkdf2-sha1.c: Likewise. * tests/test-gc-rijndael.c: Likewise. * tests/test-gc-sha1.c: Likewise. * tests/test-gc.c: Likewise. * tests/test-getcwd.c: Likewise. * tests/test-link.c: Likewise. * tests/test-link.h: Likewise. * tests/test-lutimens.h: Likewise. * tests/test-md2.c: Likewise. * tests/test-md4.c: Likewise. * tests/test-mkdir.h: Likewise. * tests/test-rename.c: Likewise. * tests/test-rename.h: Likewise. * tests/test-safe-alloc.c: Likewise. * tests/test-utimens-common.h: Likewise. * tests/test-utimens.h: Likewise. Signed-off-by: Eric Blake --- ChangeLog | 30 ++++++++++++++++++++++++++++++ tests/test-des.c | 2 +- tests/test-flock.c | 2 +- tests/test-fsync.c | 2 +- tests/test-futimens.h | 2 +- tests/test-gc-arcfour.c | 2 +- tests/test-gc-arctwo.c | 2 +- tests/test-gc-des.c | 2 +- tests/test-gc-hmac-md5.c | 2 +- tests/test-gc-hmac-sha1.c | 2 +- tests/test-gc-md2.c | 2 +- tests/test-gc-md4.c | 2 +- tests/test-gc-md5.c | 2 +- tests/test-gc-pbkdf2-sha1.c | 2 +- tests/test-gc-rijndael.c | 2 +- tests/test-gc-sha1.c | 2 +- tests/test-gc.c | 2 +- tests/test-getcwd.c | 2 +- tests/test-link.c | 2 +- tests/test-link.h | 2 +- tests/test-lutimens.h | 2 +- tests/test-md2.c | 2 +- tests/test-md4.c | 2 +- tests/test-mkdir.h | 2 +- tests/test-rename.c | 2 +- tests/test-rename.h | 2 +- tests/test-safe-alloc.c | 2 +- tests/test-utimens-common.h | 2 +- tests/test-utimens.h | 2 +- 29 files changed, 58 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8bd805ada..2e9b1c8b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ 2009-12-29 Eric Blake + tests: fix license on several tests + * tests/test-des.c: Update to GPLv3+. + * tests/test-flock.c: Likewise. + * tests/test-fsync.c: Likewise. + * tests/test-futimens.h: Likewise. + * tests/test-gc-arcfour.c: Likewise. + * tests/test-gc-arctwo.c: Likewise. + * tests/test-gc-des.c: Likewise. + * tests/test-gc-hmac-md5.c: Likewise. + * tests/test-gc-hmac-sha1.c: Likewise. + * tests/test-gc-md2.c: Likewise. + * tests/test-gc-md4.c: Likewise. + * tests/test-gc-md5.c: Likewise. + * tests/test-gc-pbkdf2-sha1.c: Likewise. + * tests/test-gc-rijndael.c: Likewise. + * tests/test-gc-sha1.c: Likewise. + * tests/test-gc.c: Likewise. + * tests/test-getcwd.c: Likewise. + * tests/test-link.c: Likewise. + * tests/test-link.h: Likewise. + * tests/test-lutimens.h: Likewise. + * tests/test-md2.c: Likewise. + * tests/test-md4.c: Likewise. + * tests/test-mkdir.h: Likewise. + * tests/test-rename.c: Likewise. + * tests/test-rename.h: Likewise. + * tests/test-safe-alloc.c: Likewise. + * tests/test-utimens-common.h: Likewise. + * tests/test-utimens.h: Likewise. + maint: sync license texts * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi. * doc/gpl-3.0.texi: Revert copyright year update. diff --git a/tests/test-des.c b/tests/test-des.c index ddd2e7f13..cbb817817 100644 --- a/tests/test-des.c +++ b/tests/test-des.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-flock.c b/tests/test-flock.c index beae8c817..5454d1792 100644 --- a/tests/test-flock.c +++ b/tests/test-flock.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-fsync.c b/tests/test-fsync.c index 12a56b2ce..26c5e9a57 100644 --- a/tests/test-fsync.c +++ b/tests/test-fsync.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-futimens.h b/tests/test-futimens.h index 795aa9e56..f93b6b8b6 100644 --- a/tests/test-futimens.h +++ b/tests/test-futimens.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-arcfour.c b/tests/test-gc-arcfour.c index 31fa2377b..3de2e6726 100644 --- a/tests/test-gc-arcfour.c +++ b/tests/test-gc-arcfour.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-arctwo.c b/tests/test-gc-arctwo.c index 8533612af..c6dfe95ff 100644 --- a/tests/test-gc-arctwo.c +++ b/tests/test-gc-arctwo.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-des.c b/tests/test-gc-des.c index 5d7e13b57..6b078956e 100644 --- a/tests/test-gc-des.c +++ b/tests/test-gc-des.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-hmac-md5.c b/tests/test-gc-hmac-md5.c index e2fac4445..9ed199185 100644 --- a/tests/test-gc-hmac-md5.c +++ b/tests/test-gc-hmac-md5.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-hmac-sha1.c b/tests/test-gc-hmac-sha1.c index 09ebf2cff..7f5404981 100644 --- a/tests/test-gc-hmac-sha1.c +++ b/tests/test-gc-hmac-sha1.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-md2.c b/tests/test-gc-md2.c index 61e272051..db853118b 100644 --- a/tests/test-gc-md2.c +++ b/tests/test-gc-md2.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-md4.c b/tests/test-gc-md4.c index db79e3907..00c8434d3 100644 --- a/tests/test-gc-md4.c +++ b/tests/test-gc-md4.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-md5.c b/tests/test-gc-md5.c index cdfc7bceb..fdaa6a896 100644 --- a/tests/test-gc-md5.c +++ b/tests/test-gc-md5.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-pbkdf2-sha1.c b/tests/test-gc-pbkdf2-sha1.c index 4e8459676..4726aa699 100644 --- a/tests/test-gc-pbkdf2-sha1.c +++ b/tests/test-gc-pbkdf2-sha1.c @@ -3,7 +3,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-rijndael.c b/tests/test-gc-rijndael.c index 9b9d3849d..ddbbe0b53 100644 --- a/tests/test-gc-rijndael.c +++ b/tests/test-gc-rijndael.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc-sha1.c b/tests/test-gc-sha1.c index 55565e77b..a0bdf02a0 100644 --- a/tests/test-gc-sha1.c +++ b/tests/test-gc-sha1.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-gc.c b/tests/test-gc.c index 204142e3f..f2afa4748 100644 --- a/tests/test-gc.c +++ b/tests/test-gc.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-getcwd.c b/tests/test-getcwd.c index 1f6306d0a..46acf8ad7 100644 --- a/tests/test-getcwd.c +++ b/tests/test-getcwd.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-link.c b/tests/test-link.c index 9c1ce3621..bd2f9cb9a 100644 --- a/tests/test-link.c +++ b/tests/test-link.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-link.h b/tests/test-link.h index 0d5826203..99fd3dfdc 100644 --- a/tests/test-link.h +++ b/tests/test-link.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-lutimens.h b/tests/test-lutimens.h index f19df80d7..5397ae9af 100644 --- a/tests/test-lutimens.h +++ b/tests/test-lutimens.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-md2.c b/tests/test-md2.c index 5aaa168ba..c53e8d3f2 100644 --- a/tests/test-md2.c +++ b/tests/test-md2.c @@ -3,7 +3,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-md4.c b/tests/test-md4.c index 4647c56e5..1955aee86 100644 --- a/tests/test-md4.c +++ b/tests/test-md4.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/tests/test-mkdir.h b/tests/test-mkdir.h index 61a3ef6fe..5707485de 100644 --- a/tests/test-mkdir.h +++ b/tests/test-mkdir.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-rename.c b/tests/test-rename.c index 17cd025cf..25db63922 100644 --- a/tests/test-rename.c +++ b/tests/test-rename.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-rename.h b/tests/test-rename.h index 63ec8ca97..a43300d3a 100644 --- a/tests/test-rename.h +++ b/tests/test-rename.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-safe-alloc.c b/tests/test-safe-alloc.c index 96a1285d3..0513c2907 100644 --- a/tests/test-safe-alloc.c +++ b/tests/test-safe-alloc.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * version 3.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/tests/test-utimens-common.h b/tests/test-utimens-common.h index 30fd88674..7077f475c 100644 --- a/tests/test-utimens-common.h +++ b/tests/test-utimens-common.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/tests/test-utimens.h b/tests/test-utimens.h index bc2599e5d..25a7652fe 100644 --- a/tests/test-utimens.h +++ b/tests/test-utimens.h @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, -- 2.11.0