From ac3d0e13777a0f0533792ed8fdd7de485675a3a2 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 20 Apr 2016 10:20:59 -0400 Subject: Copyright consolidation; .pm and Configure Reviewed-by: Richard Levitte --- test/testlib/OpenSSL/Test.pm | 7 +++++++ test/testlib/OpenSSL/Test/Simple.pm | 7 +++++++ test/testlib/OpenSSL/Test/Utils.pm | 9 ++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) (limited to 'test/testlib') diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm index 28c915af7b..f2d0c9bee2 100644 --- a/test/testlib/OpenSSL/Test.pm +++ b/test/testlib/OpenSSL/Test.pm @@ -1,3 +1,10 @@ +# Copyright 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 + package OpenSSL::Test; use strict; diff --git a/test/testlib/OpenSSL/Test/Simple.pm b/test/testlib/OpenSSL/Test/Simple.pm index b596e5f2e8..c5a84d5ca3 100644 --- a/test/testlib/OpenSSL/Test/Simple.pm +++ b/test/testlib/OpenSSL/Test/Simple.pm @@ -1,3 +1,10 @@ +# Copyright 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 + package OpenSSL::Test::Simple; use strict; diff --git a/test/testlib/OpenSSL/Test/Utils.pm b/test/testlib/OpenSSL/Test/Utils.pm index da35b14955..665bfc6310 100644 --- a/test/testlib/OpenSSL/Test/Utils.pm +++ b/test/testlib/OpenSSL/Test/Utils.pm @@ -1,3 +1,10 @@ +# Copyright 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 + package OpenSSL::Test::Utils; use strict; @@ -131,7 +138,7 @@ sub alldisabled { return allof(@ret); } -#!!! Kept for backward compatibility +# !!! Kept for backward compatibility # args: # single string sub disabled { -- cgit v1.2.3