summaryrefslogtreecommitdiffstats
path: root/demos/evp/aesgcm.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/evp/aesgcm.c
parent569d0646096e6c7e07b9b89b04204eef934c3b69 (diff)
Consolidate copyright for demos
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'demos/evp/aesgcm.c')
-rw-r--r--demos/evp/aesgcm.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/evp/aesgcm.c b/demos/evp/aesgcm.c
index 72028a04a0..17b0ef4748 100644
--- a/demos/evp/aesgcm.c
+++ b/demos/evp/aesgcm.c
@@ -1,4 +1,13 @@
/*
+ * 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.
*/