From 9e20068958b8c1772067299dda7df0b8a82283b4 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 18 May 2016 09:16:36 -0400 Subject: Consolidate copyright for demos Reviewed-by: Richard Levitte --- demos/cms/cms_comp.c | 9 +++++++++ demos/cms/cms_ddec.c | 9 +++++++++ demos/cms/cms_dec.c | 9 +++++++++ demos/cms/cms_denc.c | 9 +++++++++ demos/cms/cms_enc.c | 9 +++++++++ demos/cms/cms_sign.c | 9 +++++++++ demos/cms/cms_sign2.c | 9 +++++++++ demos/cms/cms_uncomp.c | 9 +++++++++ demos/cms/cms_ver.c | 9 +++++++++ 9 files changed, 81 insertions(+) (limited to 'demos/cms') diff --git a/demos/cms/cms_comp.c b/demos/cms/cms_comp.c index f902d20e6d..0d548f93ca 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 3b23e8d30b..8f2e9aecb2 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 22181c25ff..4f9428b4e7 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 8aa82aa808..adba69b96d 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 f4ba5428ee..4d17d720c6 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 8b5a64d957..15bd5b8dd9 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 9fdd0353bf..14ebf27775 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 2c10b8120e..3e3b4c4c6e 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 c6e83c054a..43c10e2513 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 -- cgit v1.2.3