diff --git a/demos/bio/client-arg.c b/demos/bio/client-arg.c index 630b16677959eee66db88515bd6f5360febc5ba1..9e136e563d0b6eaf1ae6faf3454c9959701f764f 100644 --- a/demos/bio/client-arg.c +++ b/demos/bio/client-arg.c @@ -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 + */ + #include #include #include diff --git a/demos/bio/client-conf.c b/demos/bio/client-conf.c index 4e4d4bc8df2447dba3f92288962d8ca0e614319b..66b5cac47ce5594de68e13370634ed6e17d0718a 100644 --- a/demos/bio/client-conf.c +++ b/demos/bio/client-conf.c @@ -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 + */ + #include #include #include diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c index 240132cef911a2c61e098c1f8ef0dc30f7232087..106a089dafa7a0abee335dcfa287e68c76391c82 100644 --- a/demos/bio/saccept.c +++ b/demos/bio/saccept.c @@ -1,3 +1,12 @@ +/* + * Copyright 1998-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. diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c index 16dba40ff57346e6c200b5feb1f79b13bf568018..284bc3094426125ba0a4e9fe3edda003d534087e 100644 --- a/demos/bio/sconnect.c +++ b/demos/bio/sconnect.c @@ -1,3 +1,12 @@ +/* + * Copyright 1998-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 do SSL to a passed host and port. * It is actually using non-blocking IO but in a very simple manner diff --git a/demos/bio/server-arg.c b/demos/bio/server-arg.c index b2a43a93876bec2194662d9fb9e6bb515cf49a51..4e9b7bdcb08d0fd3986bee04f5f17f3a901e0cf2 100644 --- a/demos/bio/server-arg.c +++ b/demos/bio/server-arg.c @@ -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 use the * SSL_CONF API with the command line. cc -I../../include server-arg.c diff --git a/demos/bio/server-cmod.c b/demos/bio/server-cmod.c index 51291da4b885055c31218705dbef6284528201af..77b456a459eacd11c2e06dedbac166bec13391aa 100644 --- a/demos/bio/server-cmod.c +++ b/demos/bio/server-cmod.c @@ -1,3 +1,12 @@ +/* + * Copyright 2015-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 TLS server it ses SSL_CTX_config and a configuration file to * set most server parameters. diff --git a/demos/bio/server-conf.c b/demos/bio/server-conf.c index db624ba1fbaae6eff3b3b6baa197309d0b569488..32abefdf1d2c68149218e8434e4d3fcc5ec5402f 100644 --- a/demos/bio/server-conf.c +++ b/demos/bio/server-conf.c @@ -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 diff --git a/demos/cms/cms_comp.c b/demos/cms/cms_comp.c index f902d20e6d1a43301c569d1f7bddbfcddaf163ac..0d548f93ca8c0335d342d4606df94668a83e181b 100644 --- a/demos/cms/cms_comp.c +++ b/demos/cms/cms_comp.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME compress example */ #include #include diff --git a/demos/cms/cms_ddec.c b/demos/cms/cms_ddec.c index 3b23e8d30b5c0676ba4930f84d24d3939897887d..8f2e9aecb21fdb06f621cdaa0bafc15be68c5c1c 100644 --- a/demos/cms/cms_ddec.c +++ b/demos/cms/cms_ddec.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* * S/MIME detached data decrypt example: rarely done but should the need * arise this is an example.... diff --git a/demos/cms/cms_dec.c b/demos/cms/cms_dec.c index 22181c25ffd90d6cd2f2b9c340e682c99a211925..4f9428b4e71a8c377bf87bbcffd823bda5b5eb36 100644 --- a/demos/cms/cms_dec.c +++ b/demos/cms/cms_dec.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME decryption example */ #include #include diff --git a/demos/cms/cms_denc.c b/demos/cms/cms_denc.c index 8aa82aa808d01b90aba3a4cfc052f4b11a6a957e..adba69b96dbdca6dd59cd53092a5e2442f7eb936 100644 --- a/demos/cms/cms_denc.c +++ b/demos/cms/cms_denc.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* * S/MIME detached data encrypt example: rarely done but should the need * arise this is an example.... diff --git a/demos/cms/cms_enc.c b/demos/cms/cms_enc.c index f4ba5428eeedcc2058a53efee5cd261a56959dd4..4d17d720c63b643964f2356f2aac783fada8f05e 100644 --- a/demos/cms/cms_enc.c +++ b/demos/cms/cms_enc.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME encrypt example */ #include #include diff --git a/demos/cms/cms_sign.c b/demos/cms/cms_sign.c index 8b5a64d95715433e9fdf75f54786f2414b3fcc3e..15bd5b8dd950b18733345d4d0ddc7a36489c7414 100644 --- a/demos/cms/cms_sign.c +++ b/demos/cms/cms_sign.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME signing example */ #include #include diff --git a/demos/cms/cms_sign2.c b/demos/cms/cms_sign2.c index 9fdd0353bfc9378e37434f9e21dd826d1906b580..14ebf27775203430ea0fd6e210ab628e851be3cc 100644 --- a/demos/cms/cms_sign2.c +++ b/demos/cms/cms_sign2.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* S/MIME signing example: 2 signers */ #include #include diff --git a/demos/cms/cms_uncomp.c b/demos/cms/cms_uncomp.c index 2c10b8120ea39d65b9acc55ae3f45f38e36e3b51..3e3b4c4c6e953509b4db1e0875281658b431da7b 100644 --- a/demos/cms/cms_uncomp.c +++ b/demos/cms/cms_uncomp.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME uncompression example */ #include #include diff --git a/demos/cms/cms_ver.c b/demos/cms/cms_ver.c index c6e83c054a424c2798199f66561c57abefe87781..43c10e2513c8ad7b2c15aec722876a325422e0be 100644 --- a/demos/cms/cms_ver.c +++ b/demos/cms/cms_ver.c @@ -1,3 +1,12 @@ +/* + * Copyright 2008-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 + */ + /* Simple S/MIME verification example */ #include #include diff --git a/demos/evp/aesccm.c b/demos/evp/aesccm.c index e0240e58698c14fd01a6c625fc5477229c3b727c..cc4d0b5ee99abc397942f7525bb807411c4b8cee 100644 --- a/demos/evp/aesccm.c +++ b/demos/evp/aesccm.c @@ -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 + */ + /* * Simple AES CCM test program, uses the same NIST data used for the FIPS * self test but uses the application level EVP APIs. diff --git a/demos/evp/aesgcm.c b/demos/evp/aesgcm.c index 72028a04a06379fe9c2fe7242a4711b2267f80c0..17b0ef47484f677a4fa110cfa70015760b112976 100644 --- a/demos/evp/aesgcm.c +++ b/demos/evp/aesgcm.c @@ -1,3 +1,12 @@ +/* + * Copyright 2012-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 + */ + /* * Simple AES GCM test program, uses the same NIST data used for the FIPS * self test but uses the application level EVP APIs. diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c index 373981469d1096c6a28c08378fd4ce81803b9003..3b87d7a4ae23bc63864acdde9be5b48879bbcfcf 100644 --- a/demos/pkcs12/pkread.c +++ b/demos/pkcs12/pkread.c @@ -1,3 +1,11 @@ +/* + * Copyright 2000-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 + */ #include #include diff --git a/demos/pkcs12/pkwrite.c b/demos/pkcs12/pkwrite.c index d04a22b8eb39d9881579283438b9838ceeed4de7..e14cf8327d629600c73968378de58bfb95cf45ca 100644 --- a/demos/pkcs12/pkwrite.c +++ b/demos/pkcs12/pkwrite.c @@ -1,3 +1,11 @@ +/* + * Copyright 2000-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 + */ #include #include diff --git a/demos/smime/smdec.c b/demos/smime/smdec.c index f1a987a34e25b4f48042fb5d331f7354d341661a..c4d1b090d9729e14354b06359838f5a74d94461d 100644 --- a/demos/smime/smdec.c +++ b/demos/smime/smdec.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-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 + */ + /* Simple S/MIME signing example */ #include #include diff --git a/demos/smime/smenc.c b/demos/smime/smenc.c index 79fe2d0e1073fa9da82cfcdff9082453f15f25c1..5d36e9a4979444a012fe37efb0fc9fde79299162 100644 --- a/demos/smime/smenc.c +++ b/demos/smime/smenc.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-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 + */ + /* Simple S/MIME encrypt example */ #include #include diff --git a/demos/smime/smsign.c b/demos/smime/smsign.c index 8505e7140b745bc8007b1387218e16e5415e5488..ba0adb3974bea95449116a69665106833cd0c569 100644 --- a/demos/smime/smsign.c +++ b/demos/smime/smsign.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-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 + */ + /* Simple S/MIME signing example */ #include #include diff --git a/demos/smime/smsign2.c b/demos/smime/smsign2.c index 415ecf395f85f94c72c8ea452b7ac8e90f9eb26d..2b7f45b294a2b12439e069e8e81b0ba6a84841bd 100644 --- a/demos/smime/smsign2.c +++ b/demos/smime/smsign2.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-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 + */ + /* S/MIME signing example: 2 signers. OpenSSL 0.9.9 only */ #include #include diff --git a/demos/smime/smver.c b/demos/smime/smver.c index 13ba18b9b9249566112fe26508859ae863a09f53..75411c40d01595a8974ccc1039a13095b4ea1593 100644 --- a/demos/smime/smver.c +++ b/demos/smime/smver.c @@ -1,3 +1,12 @@ +/* + * Copyright 2007-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 + */ + /* Simple S/MIME verification example */ #include #include