summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-15 12:39:10 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-18 19:46:04 +0100
commitc3bc5634e570a58ad7e3cb6fdadcd3a67bf090ea (patch)
treed9bbcd4e997d92510ec619b59f568cbf482bc3ae
parentf02628b3c9577e9a5a1fcaa87bdd2759fbd7011c (diff)
downloadgnutls-c3bc5634e570a58ad7e3cb6fdadcd3a67bf090ea.tar.gz
added boilerplate
-rw-r--r--doc/examples/ex-pkcs11-list.c2
-rw-r--r--doc/examples/print-ciphersuites.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/ex-pkcs11-list.c b/doc/examples/ex-pkcs11-list.c
index 650ccf8246..35ef196063 100644
--- a/doc/examples/ex-pkcs11-list.c
+++ b/doc/examples/ex-pkcs11-list.c
@@ -1,3 +1,5 @@
+/* This example code is placed in the public domain. */
+
#include <config.h>
#include <gnutls/gnutls.h>
#include <gnutls/pkcs11.h>
diff --git a/doc/examples/print-ciphersuites.c b/doc/examples/print-ciphersuites.c
index 8bfdb2a8da..7b91c3b39d 100644
--- a/doc/examples/print-ciphersuites.c
+++ b/doc/examples/print-ciphersuites.c
@@ -1,3 +1,5 @@
+/* This example code is placed in the public domain. */
+
#include <config.h>
#include <stdio.h>
#include <stdlib.h>