summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 11:41:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 11:41:28 +0200
commit24a7ccb0f0adb935053aa6c5e326150812e94cc5 (patch)
tree4099de33a70e93e8ede2a0512f7d0211d2e98882
parentda51fd5b32ba785b921ca3d6df17773694fb8cdb (diff)
downloadgnutls-24a7ccb0f0adb935053aa6c5e326150812e94cc5.tar.gz
dane: corrected the license of libdane files
The license was always LGPL version 2.1, and these files mentioned LGPL version 3. Reported by Thomas Petazzoni.
-rw-r--r--libdane/errors.c2
-rw-r--r--libdane/includes/gnutls/dane.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libdane/errors.c b/libdane/errors.c
index b6b73592b5..c189e3ebb8 100644
--- a/libdane/errors.c
+++ b/libdane/errors.c
@@ -7,7 +7,7 @@
*
* libdane 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/libdane/includes/gnutls/dane.h b/libdane/includes/gnutls/dane.h
index a8c98565a7..0b14b2a559 100644
--- a/libdane/includes/gnutls/dane.h
+++ b/libdane/includes/gnutls/dane.h
@@ -7,7 +7,7 @@
*
* libdane 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but