diff options
author | Pauli <paul.dale@oracle.com> | 2017-06-15 05:34:28 +0200 |
---|---|---|
committer | Tim Hudson <tjh@openssl.org> | 2017-06-15 07:50:50 +0200 |
commit | 5aba2b6e88d1d7fc921d2161af27a0835f966ea9 (patch) | |
tree | af1cbc00ced6c240004c7fe4188ed540e19c9b64 /test | |
parent | Remove OLD_STR_TO_KEY compile option (diff) | |
download | openssl-5aba2b6e88d1d7fc921d2161af27a0835f966ea9.tar.xz openssl-5aba2b6e88d1d7fc921d2161af27a0835f966ea9.zip |
Correct Oracle copyrights & clarify.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3684)
Diffstat (limited to 'test')
-rw-r--r-- | test/lhash_test.c | 5 | ||||
-rw-r--r-- | test/recipes/01-test_test.t | 4 | ||||
-rw-r--r-- | test/recipes/02-test_lhash.t | 4 | ||||
-rw-r--r-- | test/recipes/02-test_stack.t | 4 | ||||
-rw-r--r-- | test/recipes/20-test_enc_more.t | 4 | ||||
-rw-r--r-- | test/recipes/60-test_x509_dup_cert.t | 4 | ||||
-rwxr-xr-x | test/recipes/95-test_external_pyca_data/cryptography.sh | 5 | ||||
-rw-r--r-- | test/stack_test.c | 5 | ||||
-rw-r--r-- | test/test_test.c | 5 | ||||
-rw-r--r-- | test/x509_dup_cert_test.c | 5 |
10 files changed, 10 insertions, 35 deletions
diff --git a/test/lhash_test.c b/test/lhash_test.c index 6aa21f2a92..a0d377eb9c 100644 --- a/test/lhash_test.c +++ b/test/lhash_test.c @@ -1,5 +1,6 @@ /* * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright (c) 2017, Oracle and/or its affiliates. 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 @@ -7,10 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* - * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - */ - #include <stdio.h> #include <string.h> diff --git a/test/recipes/01-test_test.t b/test/recipes/01-test_test.t index 90c8314f9e..efc970e7b3 100644 --- a/test/recipes/01-test_test.t +++ b/test/recipes/01-test_test.t @@ -1,13 +1,11 @@ #! /usr/bin/env perl # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. use OpenSSL::Test::Simple; diff --git a/test/recipes/02-test_lhash.t b/test/recipes/02-test_lhash.t index 28eb306714..613a10d0f6 100644 --- a/test/recipes/02-test_lhash.t +++ b/test/recipes/02-test_lhash.t @@ -1,13 +1,11 @@ #! /usr/bin/env perl # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. use OpenSSL::Test::Simple; diff --git a/test/recipes/02-test_stack.t b/test/recipes/02-test_stack.t index 548f1ebb70..6f906dbd99 100644 --- a/test/recipes/02-test_stack.t +++ b/test/recipes/02-test_stack.t @@ -1,13 +1,11 @@ #! /usr/bin/env perl # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. use OpenSSL::Test::Simple; diff --git a/test/recipes/20-test_enc_more.t b/test/recipes/20-test_enc_more.t index b4cef6941a..2691060c75 100644 --- a/test/recipes/20-test_enc_more.t +++ b/test/recipes/20-test_enc_more.t @@ -1,13 +1,11 @@ #! /usr/bin/env perl # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. use strict; diff --git a/test/recipes/60-test_x509_dup_cert.t b/test/recipes/60-test_x509_dup_cert.t index 7588d8dbb7..7cae05c6e3 100644 --- a/test/recipes/60-test_x509_dup_cert.t +++ b/test/recipes/60-test_x509_dup_cert.t @@ -1,13 +1,11 @@ #! /usr/bin/env perl # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ====================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. use OpenSSL::Test qw/:DEFAULT srctop_file/; diff --git a/test/recipes/95-test_external_pyca_data/cryptography.sh b/test/recipes/95-test_external_pyca_data/cryptography.sh index 912dd35bc7..e1616914a7 100755 --- a/test/recipes/95-test_external_pyca_data/cryptography.sh +++ b/test/recipes/95-test_external_pyca_data/cryptography.sh @@ -1,15 +1,12 @@ #!/bin/sh # # Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright (c) 2017, Oracle and/or its affiliates. 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 -# -# ==================================================================== -# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. -# # # OpenSSL external testing using the Python Cryptography module diff --git a/test/stack_test.c b/test/stack_test.c index 96870ce2de..dbf5c91118 100644 --- a/test/stack_test.c +++ b/test/stack_test.c @@ -1,5 +1,6 @@ /* * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright (c) 2017, Oracle and/or its affiliates. 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 @@ -7,10 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* ==================================================================== - * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - */ - #include <stdio.h> #include <string.h> diff --git a/test/test_test.c b/test/test_test.c index cab580c152..a1b04561b3 100644 --- a/test/test_test.c +++ b/test/test_test.c @@ -1,5 +1,6 @@ /* * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright (c) 2017, Oracle and/or its affiliates. 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 @@ -7,10 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* - * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - */ - #include <stdio.h> #include <string.h> diff --git a/test/x509_dup_cert_test.c b/test/x509_dup_cert_test.c index adeb8ea929..2ce469aa83 100644 --- a/test/x509_dup_cert_test.c +++ b/test/x509_dup_cert_test.c @@ -1,5 +1,6 @@ /* * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright (c) 2017, Oracle and/or its affiliates. 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 @@ -7,10 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* ==================================================================== - * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved. - */ - #include <stdio.h> #include <openssl/err.h> #include <openssl/x509_vfy.h> |