summaryrefslogtreecommitdiffstats
path: root/demos/smime/smdec.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-18 09:16:36 -0400
committerRich Salz <rsalz@openssl.org>2016-05-18 09:23:31 -0400
commit9e20068958b8c1772067299dda7df0b8a82283b4 (patch)
treed7790900dc1ecfd8ade7fc47169878297b61179d /demos/smime/smdec.c
parent569d0646096e6c7e07b9b89b04204eef934c3b69 (diff)
Consolidate copyright for demos
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'demos/smime/smdec.c')
-rw-r--r--demos/smime/smdec.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/smime/smdec.c b/demos/smime/smdec.c
index f1a987a34e..c4d1b090d9 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 <openssl/pem.h>
#include <openssl/pkcs7.h>