summaryrefslogtreecommitdiff
path: root/src/psk.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-27 16:27:20 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-27 16:27:20 +0100
commit0ed06aae0ad84b521240026caa7c8a94bce8b6cf (patch)
tree67b8b8678b91628e11544b6a1f19c9be00105b1d /src/psk.c
parent87e21cdc0de0fb3f7d9447c8cf54a6554c50388a (diff)
downloadgnutls-0ed06aae0ad84b521240026caa7c8a94bce8b6cf.tar.gz
Fix license.
Diffstat (limited to 'src/psk.c')
-rw-r--r--src/psk.c21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/psk.c b/src/psk.c
index 73f9b3053f..75ab745bfe 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -1,20 +1,21 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * 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 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.
- *
+ *
+ * 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, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include <config.h>