]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
include config.h where needed.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 26 Sep 2011 15:16:42 +0000 (17:16 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 26 Sep 2011 15:16:42 +0000 (17:16 +0200)
doc/examples/ex-pkcs11-list.c
src/benchmark.c
src/udp-serv.c

index c8b45471cb688e4ffd1220c02ddea11f6d880115..650ccf8246ca03f5d6ae6994cc9ffa16c58a87f9 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <gnutls/gnutls.h>
 #include <gnutls/pkcs11.h>
 #include <stdio.h>
index 134c2a13cb202705729123e11926eaaccb071614..a94f44c7c8361322655307220aaf79876e44709f 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2011 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
+ * 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/>.
+ */
+
+#include <config.h>
 #include <stdio.h>
 #include <string.h>
 #include <signal.h>
index 3a1effbbaa9af87dc4d81b9af59a380a036a0599..127315410605d1548309438352a2ee6c2a3e3fe7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20011 Free Software Foundation, Inc.
+ * Copyright (C) 2011 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *