summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-09 22:53:31 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-09 22:53:31 +0100
commitf7405cbf9f110a17845eb710b62ed7e992965884 (patch)
tree9962e971ae13200e9521c412fdb63f93d4815463 /libextra
parent452de7f169b11905d1d24bd97144c0dbfacb479e (diff)
downloadgnutls-f7405cbf9f110a17845eb710b62ed7e992965884.tar.gz
GPLv3 fixes.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/Makefile.am2
-rw-r--r--libextra/gnutls_extra.h4
-rw-r--r--libextra/libgnutls-extra.vers4
-rw-r--r--libextra/openpgp/Makefile.am2
-rw-r--r--libextra/openssl_compat.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index d1b0967f3e..6cf971c854 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -7,7 +7,7 @@
#
# GNUTLS-EXTRA 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
+# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
diff --git a/libextra/gnutls_extra.h b/libextra/gnutls_extra.h
index 9f72bff2ea..de7fc8891c 100644
--- a/libextra/gnutls_extra.h
+++ b/libextra/gnutls_extra.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
@@ -7,7 +7,7 @@
*
* GNUTLS-EXTRA 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
+ * published by the Free Software Foundation; either version 3 of the
* License, or (at your option) any later version.
*
* GNUTLS-EXTRA is distributed in the hope that it will be useful, but
diff --git a/libextra/libgnutls-extra.vers b/libextra/libgnutls-extra.vers
index bf5198b266..3a3cd1cb9c 100644
--- a/libextra/libgnutls-extra.vers
+++ b/libextra/libgnutls-extra.vers
@@ -1,5 +1,5 @@
# libgnutls-extra.vers -- Versioning script to control what symbols to export.
-# Copyright (C) 2005 Free Software Foundation
+# Copyright (C) 2005, 2007 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -7,7 +7,7 @@
#
# GNUTLS-EXTRA 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
+# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
diff --git a/libextra/openpgp/Makefile.am b/libextra/openpgp/Makefile.am
index 7ac477010f..512aeb65ae 100644
--- a/libextra/openpgp/Makefile.am
+++ b/libextra/openpgp/Makefile.am
@@ -7,7 +7,7 @@
#
# GNUTLS-EXTRA 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
+# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
diff --git a/libextra/openssl_compat.h b/libextra/openssl_compat.h
index b002ea9527..a7559365a8 100644
--- a/libextra/openssl_compat.h
+++ b/libextra/openssl_compat.h
@@ -7,7 +7,7 @@
*
* GNUTLS-EXTRA 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
+ * published by the Free Software Foundation; either version 3 of the
* License, or (at your option) any later version.
*
* GNUTLS-EXTRA is distributed in the hope that it will be useful, but