diff options
author | Eric Blake <ebb9@byu.net> | 2009-12-29 09:25:40 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-12-29 20:55:35 -0700 |
commit | ba2d9dffa77a8a1ff255b51820d2d791c909e779 (patch) | |
tree | bee99534536b556798e223fff39c9d2269cf4900 /tests/test-gc-hmac-md5.c | |
parent | fe21e5ff85f0873e5c03487cae2bd4b65a7795ce (diff) | |
download | gnulib-ba2d9dffa77a8a1ff255b51820d2d791c909e779.tar.gz |
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 <ebb9@byu.net>
Diffstat (limited to 'tests/test-gc-hmac-md5.c')
-rw-r--r-- | tests/test-gc-hmac-md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gc-hmac-md5.c b/tests/test-gc-hmac-md5.c index e2fac44455..9ed1991853 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, |