summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-07 17:46:57 +0100
committerSimon Josefsson <simon@josefsson.org>2009-01-07 17:46:57 +0100
commit8fca5efce0b882ca81c6de5e7e5354ca1a2c4b6f (patch)
tree87af2fe5ecb31de63b461f72b63c354ccc76b930 /src
parent2154108bb16d7b0301200d2388d1e43aad4860f5 (diff)
downloadgnutls-8fca5efce0b882ca81c6de5e7e5354ca1a2c4b6f.tar.gz
Fix license header.
Diffstat (limited to 'src')
-rw-r--r--src/errcodes.c22
-rw-r--r--src/printlist.c6
2 files changed, 24 insertions, 4 deletions
diff --git a/src/errcodes.c b/src/errcodes.c
index e061e48f9f..b3971be0f6 100644
--- a/src/errcodes.c
+++ b/src/errcodes.c
@@ -1,5 +1,25 @@
+/*
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Author: Nikos Mavrogiannopoulos, Simon Josefsson
+ *
+ * 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
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
+
#ifdef HAVE_CONFIG_H
-#include "config.h"
+# include "config.h"
#endif
#include <stdio.h>
diff --git a/src/printlist.c b/src/printlist.c
index 318b12f453..3f23de92c1 100644
--- a/src/printlist.c
+++ b/src/printlist.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation
+ * Copyright (C) 2008, 2009 Free Software Foundation
* Author: Nikos Mavrogiannopoulos
*
* This file is part of GNUTLS.
@@ -8,12 +8,12 @@
* 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.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/