Skip to content

Commit 5aba2b6

Browse files
paulidalet-j-h
authored andcommitted
Correct Oracle copyrights & clarify.
Reviewed-by: Tim Hudson <[email protected]> (Merged from #3684)
1 parent 594da71 commit 5aba2b6

13 files changed

+13
-47
lines changed

crypto/aria/aria.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
@@ -17,10 +18,6 @@
1718
* Public domain version is distributed above.
1819
*/
1920

20-
/* ====================================================================
21-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
22-
*/
23-
2421
#include <openssl/e_os2.h>
2522
#include "internal/aria.h"
2623

crypto/evp/e_aria.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/* ====================================================================
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
#include "internal/cryptlib.h"
1512
#ifndef OPENSSL_NO_ARIA
1613
# include <openssl/evp.h>

crypto/include/internal/aria.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/* ====================================================================
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
/* Copyright (c) 2017 National Security Resarch Institute. All rights reserved. */
1512

1613
#ifndef HEADER_ARIA_H

test/lhash_test.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/*
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
#include <stdio.h>
1512
#include <string.h>
1613

test/recipes/01-test_test.t

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /usr/bin/env perl
22
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
#
45
# Licensed under the OpenSSL license (the "License"). You may not use
56
# this file except in compliance with the License. You can obtain a copy
67
# in the file LICENSE in the source distribution or at
78
# https://www.openssl.org/source/license.html
8-
#
9-
# ======================================================================
10-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
119

1210
use OpenSSL::Test::Simple;
1311

test/recipes/02-test_lhash.t

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /usr/bin/env perl
22
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
#
45
# Licensed under the OpenSSL license (the "License"). You may not use
56
# this file except in compliance with the License. You can obtain a copy
67
# in the file LICENSE in the source distribution or at
78
# https://www.openssl.org/source/license.html
8-
#
9-
# ======================================================================
10-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
119

1210
use OpenSSL::Test::Simple;
1311

test/recipes/02-test_stack.t

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /usr/bin/env perl
22
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
#
45
# Licensed under the OpenSSL license (the "License"). You may not use
56
# this file except in compliance with the License. You can obtain a copy
67
# in the file LICENSE in the source distribution or at
78
# https://www.openssl.org/source/license.html
8-
#
9-
# ======================================================================
10-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
119

1210
use OpenSSL::Test::Simple;
1311

test/recipes/20-test_enc_more.t

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /usr/bin/env perl
22
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
#
45
# Licensed under the OpenSSL license (the "License"). You may not use
56
# this file except in compliance with the License. You can obtain a copy
67
# in the file LICENSE in the source distribution or at
78
# https://www.openssl.org/source/license.html
8-
#
9-
# ======================================================================
10-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
119

1210

1311
use strict;

test/recipes/60-test_x509_dup_cert.t

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#! /usr/bin/env perl
22
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
#
45
# Licensed under the OpenSSL license (the "License"). You may not use
56
# this file except in compliance with the License. You can obtain a copy
67
# in the file LICENSE in the source distribution or at
78
# https://www.openssl.org/source/license.html
8-
#
9-
# ======================================================================
10-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
119

1210

1311
use OpenSSL::Test qw/:DEFAULT srctop_file/;

test/recipes/95-test_external_pyca_data/cryptography.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
#!/bin/sh
22
#
33
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
4+
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
45
#
56
# Licensed under the OpenSSL license (the "License"). You may not use
67
# this file except in compliance with the License. You can obtain a copy
78
# in the file LICENSE in the source distribution or at
89
# https://www.openssl.org/source/license.html
9-
#
10-
# ====================================================================
11-
# Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
#
1310

1411
#
1512
# OpenSSL external testing using the Python Cryptography module

test/stack_test.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/* ====================================================================
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
#include <stdio.h>
1512
#include <string.h>
1613

test/test_test.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/*
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
#include <stdio.h>
1512
#include <string.h>
1613

test/x509_dup_cert_test.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
22
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use
56
* this file except in compliance with the License. You can obtain a copy
67
* in the file LICENSE in the source distribution or at
78
* https://www.openssl.org/source/license.html
89
*/
910

10-
/* ====================================================================
11-
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12-
*/
13-
1411
#include <stdio.h>
1512
#include <openssl/err.h>
1613
#include <openssl/x509_vfy.h>

0 commit comments

Comments
 (0)