diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:07:27 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:36:54 +0100 |
commit | ab3fa1c0ad5f01c8c86495227efb61c20c7972fa (patch) | |
tree | 5e294f85a803dc147731c3a730b98e0f65633ee9 /engines | |
parent | Following the license change, modify the boilerplates in doc/man7/ (diff) | |
download | openssl-ab3fa1c0ad5f01c8c86495227efb61c20c7972fa.tar.xz openssl-ab3fa1c0ad5f01c8c86495227efb61c20c7972fa.zip |
Following the license change, modify the boilerplates in engines/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7832)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/asm/e_padlock-x86.pl | 2 | ||||
-rw-r--r-- | engines/asm/e_padlock-x86_64.pl | 2 | ||||
-rw-r--r-- | engines/e_afalg.c | 2 | ||||
-rw-r--r-- | engines/e_afalg.h | 2 | ||||
-rw-r--r-- | engines/e_afalg.txt | 2 | ||||
-rw-r--r-- | engines/e_afalg_err.c | 2 | ||||
-rw-r--r-- | engines/e_afalg_err.h | 2 | ||||
-rw-r--r-- | engines/e_capi.c | 2 | ||||
-rw-r--r-- | engines/e_capi.txt | 2 | ||||
-rw-r--r-- | engines/e_capi_err.c | 2 | ||||
-rw-r--r-- | engines/e_capi_err.h | 2 | ||||
-rw-r--r-- | engines/e_dasync.c | 2 | ||||
-rw-r--r-- | engines/e_dasync.txt | 2 | ||||
-rw-r--r-- | engines/e_dasync_err.c | 2 | ||||
-rw-r--r-- | engines/e_dasync_err.h | 2 | ||||
-rw-r--r-- | engines/e_ossltest.c | 2 | ||||
-rw-r--r-- | engines/e_ossltest.txt | 2 | ||||
-rw-r--r-- | engines/e_ossltest_err.c | 2 | ||||
-rw-r--r-- | engines/e_ossltest_err.h | 2 | ||||
-rw-r--r-- | engines/e_padlock.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/engines/asm/e_padlock-x86.pl b/engines/asm/e_padlock-x86.pl index 5b097ce3ef..73e72e61e7 100644 --- a/engines/asm/e_padlock-x86.pl +++ b/engines/asm/e_padlock-x86.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/asm/e_padlock-x86_64.pl b/engines/asm/e_padlock-x86_64.pl index 09b0aaa48d..63a0532094 100644 --- a/engines/asm/e_padlock-x86_64.pl +++ b/engines/asm/e_padlock-x86_64.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2011-2018 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/e_afalg.c b/engines/e_afalg.c index f09c396ed9..19d98d897b 100644 --- a/engines/e_afalg.c +++ b/engines/e_afalg.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_afalg.h b/engines/e_afalg.h index 2c03c448d6..42b48301ac 100644 --- a/engines/e_afalg.h +++ b/engines/e_afalg.h @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_afalg.txt b/engines/e_afalg.txt index 3b79305acf..e32c880b07 100644 --- a/engines/e_afalg.txt +++ b/engines/e_afalg.txt @@ -1,6 +1,6 @@ # Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/e_afalg_err.c b/engines/e_afalg_err.c index 18fe9c34e0..cd5b7b2f84 100644 --- a/engines/e_afalg_err.c +++ b/engines/e_afalg_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_afalg_err.h b/engines/e_afalg_err.h index 3eb1332bbf..bd1dd15454 100644 --- a/engines/e_afalg_err.h +++ b/engines/e_afalg_err.h @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_capi.c b/engines/e_capi.c index 37202b81f3..c3a8306ab1 100644 --- a/engines/e_capi.c +++ b/engines/e_capi.c @@ -1,7 +1,7 @@ /* * Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_capi.txt b/engines/e_capi.txt index 3f34cdf6b7..29724e63e6 100644 --- a/engines/e_capi.txt +++ b/engines/e_capi.txt @@ -1,6 +1,6 @@ # Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/e_capi_err.c b/engines/e_capi_err.c index b72bc51a87..923723adab 100644 --- a/engines/e_capi_err.c +++ b/engines/e_capi_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h index e034c98cae..544f7fe358 100644 --- a/engines/e_capi_err.h +++ b/engines/e_capi_err.h @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_dasync.c b/engines/e_dasync.c index b005f421a6..2e124114f9 100644 --- a/engines/e_dasync.c +++ b/engines/e_dasync.c @@ -1,7 +1,7 @@ /* * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_dasync.txt b/engines/e_dasync.txt index bff64bcf2f..9a7b49896c 100644 --- a/engines/e_dasync.txt +++ b/engines/e_dasync.txt @@ -1,6 +1,6 @@ # Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/e_dasync_err.c b/engines/e_dasync_err.c index 794fb710cf..f71f6fedb3 100644 --- a/engines/e_dasync_err.c +++ b/engines/e_dasync_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h index 7c2c027879..844615e9ed 100644 --- a/engines/e_dasync_err.h +++ b/engines/e_dasync_err.h @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_ossltest.c b/engines/e_ossltest.c index 64376247c3..1284742ec3 100644 --- a/engines/e_ossltest.c +++ b/engines/e_ossltest.c @@ -1,7 +1,7 @@ /* * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_ossltest.txt b/engines/e_ossltest.txt index 2b2e31a075..b16c4aa575 100644 --- a/engines/e_ossltest.txt +++ b/engines/e_ossltest.txt @@ -1,6 +1,6 @@ # Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 diff --git a/engines/e_ossltest_err.c b/engines/e_ossltest_err.c index 920a13a692..57c71e3d70 100644 --- a/engines/e_ossltest_err.c +++ b/engines/e_ossltest_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_ossltest_err.h b/engines/e_ossltest_err.h index e745c1a236..03f7bfb8c4 100644 --- a/engines/e_ossltest_err.h +++ b/engines/e_ossltest_err.h @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 diff --git a/engines/e_padlock.c b/engines/e_padlock.c index 4d5df7f26b..daf8c94ceb 100644 --- a/engines/e_padlock.c +++ b/engines/e_padlock.c @@ -1,7 +1,7 @@ /* * Copyright 2004-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * 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 |