summaryrefslogtreecommitdiff
path: root/src/psk.c
diff options
context:
space:
mode:
authorSystem User <nmav@crystal.(none)>2007-12-07 21:47:27 +0200
committerSystem User <nmav@crystal.(none)>2007-12-07 21:47:27 +0200
commitde5cc9fd0e4cecba61802803a1b73978c3329e5e (patch)
treee39cffaf76317a8e7443b0e74903c9359bfb3d48 /src/psk.c
parente473a5a27e26ae09eb70ce695a6d057c1460bd3c (diff)
downloadgnutls-de5cc9fd0e4cecba61802803a1b73978c3329e5e.tar.gz
GPL parts under GPLv3
Diffstat (limited to 'src/psk.c')
-rw-r--r--src/psk.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/psk.c b/src/psk.c
index 640c07b70c..1602e6e146 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -3,19 +3,18 @@
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>