]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/bio/server-conf.c
Consolidate copyright for demos
[thirdparty/openssl.git] / demos / bio / server-conf.c
index db624ba1fbaae6eff3b3b6baa197309d0b569488..32abefdf1d2c68149218e8434e4d3fcc5ec5402f 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License").  You may not use
+ * this file except in compliance with the License.  You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
 /*
  * A minimal program to serve an SSL connection. It uses blocking. It uses
  * the SSL_CONF API with a configuration file. cc -I../../include saccept.c