diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:10:33 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:22:20 +0100 |
commit | c7fcbc0981c9453beb63add748aa61ef51edd086 (patch) | |
tree | 0baef35e67a47d2abd005e836ac4d5146d2db2a5 /ms | |
parent | Following the license change, modify the boilerplates in ssl/ (diff) | |
download | openssl-c7fcbc0981c9453beb63add748aa61ef51edd086.tar.xz openssl-c7fcbc0981c9453beb63add748aa61ef51edd086.zip |
Following the license change, modify the boilerplates in ms/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7769)
Diffstat (limited to 'ms')
-rw-r--r-- | ms/applink.c | 2 | ||||
-rwxr-xr-x | ms/cmp.pl | 2 | ||||
-rwxr-xr-x | ms/uplink-common.pl | 2 | ||||
-rwxr-xr-x | ms/uplink-ia64.pl | 2 | ||||
-rwxr-xr-x | ms/uplink-x86.pl | 2 | ||||
-rwxr-xr-x | ms/uplink-x86_64.pl | 2 | ||||
-rw-r--r-- | ms/uplink.c | 2 | ||||
-rw-r--r-- | ms/uplink.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ms/applink.c b/ms/applink.c index 238dbff35b..d19966a33e 100644 --- a/ms/applink.c +++ b/ms/applink.c @@ -1,7 +1,7 @@ /* * Copyright 2004-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 @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 1995-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/ms/uplink-common.pl b/ms/uplink-common.pl index e2ab59456f..f894ce0843 100755 --- a/ms/uplink-common.pl +++ b/ms/uplink-common.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2008-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/ms/uplink-ia64.pl b/ms/uplink-ia64.pl index 0636f13e70..7287544079 100755 --- a/ms/uplink-ia64.pl +++ b/ms/uplink-ia64.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2008-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/ms/uplink-x86.pl b/ms/uplink-x86.pl index e79cff72d1..300ed0d3a8 100755 --- a/ms/uplink-x86.pl +++ b/ms/uplink-x86.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # 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/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl index 1f244504cd..9efe5ab98b 100755 --- a/ms/uplink-x86_64.pl +++ b/ms/uplink-x86_64.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2008-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/ms/uplink.c b/ms/uplink.c index 7f7abfbe57..02d466fd88 100644 --- a/ms/uplink.c +++ b/ms/uplink.c @@ -1,7 +1,7 @@ /* * Copyright 2004-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/ms/uplink.h b/ms/uplink.h index f6cd0380ae..b9cc1f9dd4 100644 --- a/ms/uplink.h +++ b/ms/uplink.h @@ -1,7 +1,7 @@ /* * Copyright 2004-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 |