diff options
author | Todd Short <tshort@akamai.com> | 2022-01-27 14:18:28 -0500 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-02-03 13:58:55 +0100 |
commit | 73c55cc89a98a7e9aa3287ffa2faad19ffd78685 (patch) | |
tree | bce9d5fcbd0a72181913804e43296db68a3dc6b5 /providers | |
parent | 86818e77bc46916db99bda6962c79dd11215e886 (diff) |
Fix copyrights
Add copyright to files that were missing it.
Update license from OpenSSL to Apache as needed.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17606)
(cherry picked from commit 9d987de3aabe54e65a55649a61953966f33b070b)
Diffstat (limited to 'providers')
-rw-r--r-- | providers/common/der/DIGESTS.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/DSA.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/EC.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/ECX.asn1 | 6 | ||||
-rw-r--r-- | providers/common/der/NIST.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/RSA.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/SM2.asn1 | 7 | ||||
-rw-r--r-- | providers/common/der/wrap.asn1 | 7 | ||||
-rw-r--r-- | providers/implementations/keymgmt/ec_kmgmt_imexport.inc | 9 |
9 files changed, 64 insertions, 0 deletions
diff --git a/providers/common/der/DIGESTS.asn1 b/providers/common/der/DIGESTS.asn1 index bd955df8f2..7251a9e136 100644 --- a/providers/common/der/DIGESTS.asn1 +++ b/providers/common/der/DIGESTS.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- From https://tools.ietf.org/html/rfc4055#section-2.1 diff --git a/providers/common/der/DSA.asn1 b/providers/common/der/DSA.asn1 index 84b677a40f..2c90294aef 100644 --- a/providers/common/der/DSA.asn1 +++ b/providers/common/der/DSA.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- Taken from RFC 3279, 3 ASN.1 Module -- (https://www.rfc-editor.org/rfc/rfc3279.html#section-3) diff --git a/providers/common/der/EC.asn1 b/providers/common/der/EC.asn1 index d55a69273f..417103b81b 100644 --- a/providers/common/der/EC.asn1 +++ b/providers/common/der/EC.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- Taken from RFC 3279, 3 ASN.1 Module -- (https://www.rfc-editor.org/rfc/rfc3279.html#section-3) diff --git a/providers/common/der/ECX.asn1 b/providers/common/der/ECX.asn1 index 72d1b451ae..be258044be 100644 --- a/providers/common/der/ECX.asn1 +++ b/providers/common/der/ECX.asn1 @@ -1,3 +1,9 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 -- ------------------------------------------------------------------- -- Taken from RFC 8410, 9 ASN.1 Module diff --git a/providers/common/der/NIST.asn1 b/providers/common/der/NIST.asn1 index 3e43848495..eafac38793 100644 --- a/providers/common/der/NIST.asn1 +++ b/providers/common/der/NIST.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- Taken from https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration diff --git a/providers/common/der/RSA.asn1 b/providers/common/der/RSA.asn1 index e3cd714d1c..3695ee7ad1 100644 --- a/providers/common/der/RSA.asn1 +++ b/providers/common/der/RSA.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- Taken from RFC 8017, Appendix C -- (https://www.rfc-editor.org/rfc/rfc8017.html#appendix-C) diff --git a/providers/common/der/SM2.asn1 b/providers/common/der/SM2.asn1 index f90e11f04a..f3f173c42c 100644 --- a/providers/common/der/SM2.asn1 +++ b/providers/common/der/SM2.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + oscca OBJECT IDENTIFIER ::= { iso(1) member-body(2) cn(156) 10197 } sm-scheme OBJECT IDENTIFIER ::= { oscca 1 } diff --git a/providers/common/der/wrap.asn1 b/providers/common/der/wrap.asn1 index 006ea0b16c..07e23b440e 100644 --- a/providers/common/der/wrap.asn1 +++ b/providers/common/der/wrap.asn1 @@ -1,3 +1,10 @@ +-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. +-- +-- Licensed under the Apache License 2.0 (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 + -- ------------------------------------------------------------------- -- Taken from RFC 3370, Section 4.3.1 Triple-DES Key Wrap -- (https://tools.ietf.org/html/rfc3370) diff --git a/providers/implementations/keymgmt/ec_kmgmt_imexport.inc b/providers/implementations/keymgmt/ec_kmgmt_imexport.inc index 58eb09a3e4..b142e0df0c 100644 --- a/providers/implementations/keymgmt/ec_kmgmt_imexport.inc +++ b/providers/implementations/keymgmt/ec_kmgmt_imexport.inc @@ -1,4 +1,13 @@ /* + * Copyright 2022 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the Apache License 2.0 (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 +*/ + +/* * This file is meant to be included from ec_kmgmt.c */ |