diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-07 09:49:37 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-07 09:49:37 +0000 |
commit | 41529250d83ad93aa9ebfbd274a0e17049d402bf (patch) | |
tree | 5545774d87f5ac25480c0d508db0cdb01f04d3fa /modules/crypto/gc-arcfour-tests | |
parent | 0253ee27eb11b96be8cba141e7e066787b5904c3 (diff) | |
download | gnulib-41529250d83ad93aa9ebfbd274a0e17049d402bf.tar.gz |
2007-08-07 Simon Josefsson <simon@josefsson.org>
* modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
* modules/crypto/arcfour (License): Likewise.
* modules/crypto/des-tests (License): Likewise.
* modules/crypto/gc-arctwo-tests (License): Likewise.
* modules/crypto/gc-des-tests (License): Likewise.
* modules/crypto/gc-hmac-md5-tests (License): Likewise.
* modules/crypto/gc-hmac-sha1-tests (License): Likewise.
* modules/crypto/gc-md2-tests (License): Likewise.
* modules/crypto/gc-md4-tests (License): Likewise.
* modules/crypto/gc-md5-tests (License): Likewise.
* modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
* modules/crypto/gc-rijndael-tests (License): Likewise.
* modules/crypto/gc-sha1-tests (License): Likewise.
* modules/crypto/gc-tests (License): Likewise.
* modules/crypto/hmac-md5 (License): Likewise.
* modules/crypto/hmac-sha1 (License): Likewise.
* modules/crypto/md2-tests (License): Likewise.
* modules/crypto/md4-tests (License): Likewise.
* modules/crypto/md5 (License): Likewise.
* modules/crypto/rijndael (License): Likewise.
* modules/crypto/sha1 (License): Likewise.
* modules/memxor (License): Likewise.
Diffstat (limited to 'modules/crypto/gc-arcfour-tests')
-rw-r--r-- | modules/crypto/gc-arcfour-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/gc-arcfour-tests b/modules/crypto/gc-arcfour-tests index 4c360421b3..141cdb7597 100644 --- a/modules/crypto/gc-arcfour-tests +++ b/modules/crypto/gc-arcfour-tests @@ -10,4 +10,4 @@ TESTS += test-gc-arcfour check_PROGRAMS += test-gc-arcfour License: -LGPL +LGPLv2+ |