From: Richard Levitte Date: Thu, 6 Dec 2018 12:10:33 +0000 (+0100) Subject: Following the license change, modify the boilerplates in ms/ X-Git-Tag: openssl-3.0.0-alpha1~2829 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c7fcbc0981c9453beb63add748aa61ef51edd086;hp=2c18d164f52a77b9ecc1f835b83aec476334ebbc Following the license change, modify the boilerplates in ms/ Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7769) --- 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 diff --git a/ms/cmp.pl b/ms/cmp.pl index 265ce56ed8..6222b1ffd8 100755 --- a/ms/cmp.pl +++ b/ms/cmp.pl @@ -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