summaryrefslogtreecommitdiff
path: root/tests/openpgp
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-09 22:46:40 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-09 22:46:40 +0100
commit58c976860ed106dfe2ae3acb1bc4397c007f45ae (patch)
tree620a6aec42fe640cf21912aaaa8fb72cd97ed3e4 /tests/openpgp
parent28d95172009ac844566e0dfdb63505832cbf05d9 (diff)
downloadgnutls-58c976860ed106dfe2ae3acb1bc4397c007f45ae.tar.gz
Use GPLv3 for self-tests.
Diffstat (limited to 'tests/openpgp')
-rw-r--r--tests/openpgp/Makefile.am2
-rw-r--r--tests/openpgp/keyring.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 76bc038971..859648f61e 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -7,7 +7,7 @@
#
# This file 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 file is distributed in the hope that it will be useful, but
diff --git a/tests/openpgp/keyring.c b/tests/openpgp/keyring.c
index f63b14d2f4..dd4dc3c96b 100644
--- a/tests/openpgp/keyring.c
+++ b/tests/openpgp/keyring.c
@@ -6,7 +6,7 @@
*
* GNUTLS 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.
*
* GNUTLS is distributed in the hope that it will be useful, but