Skip to content

Commit aa8f3d7

Browse files
author
Rich Salz
committed
Modify Sun copyright to follow OpenSSL style
Approved by Oracle. Reviewed-by: Bernd Edlinger <[email protected]> (Merged from #3585)
1 parent 0c9d681 commit aa8f3d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-399
lines changed

apps/ecparam.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
/*
22
* Copyright 2002-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* Portions of the attached software ("Contribution") are developed by
14-
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
15-
*
16-
* The Contribution is licensed pursuant to the OpenSSL open source
17-
* license provided above.
18-
*
19-
* The elliptic curve binary polynomial software is originally written by
20-
* Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
21-
*
22-
*/
23-
2411
#include <openssl/opensslconf.h>
2512
#ifdef OPENSSL_NO_EC
2613
NON_EMPTY_TRANSLATION_UNIT

apps/s_server.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
/*
22
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* ECC cipher suite support in OpenSSL originally developed by
13-
* SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
14-
*/
1511
/* ====================================================================
1612
* Copyright 2005 Nokia. All rights reserved.
1713
*

apps/speed.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
/*
22
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* Portions of the attached software ("Contribution") are developed by
14-
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
15-
*
16-
* The Contribution is licensed pursuant to the OpenSSL open source
17-
* license provided above.
18-
*
19-
* The ECDH and ECDSA speed test software is originally written by
20-
* Sumit Gupta of Sun Microsystems Laboratories.
21-
*
22-
*/
23-
2411
#undef SECONDS
2512
#define SECONDS 3
2613
#define PRIME_SECONDS 10

crypto/bn/bn_gf2m.c

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
14-
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
15-
* to the OpenSSL project.
16-
*
17-
* The ECC Code is licensed pursuant to the OpenSSL open source
18-
* license provided below.
19-
*/
20-
2111
#include <assert.h>
2212
#include <limits.h>
2313
#include <stdio.h>

crypto/cryptlib.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* ECDH support in OpenSSL originally developed by
13-
* SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
14-
*/
15-
1611
#include "internal/cryptlib_int.h"
1712
#include <openssl/safestack.h>
1813

crypto/ec/ec2_mult.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
14-
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
15-
* to the OpenSSL project.
16-
*
17-
* The ECC Code is licensed pursuant to the OpenSSL open source
18-
* license provided below.
19-
*
20-
* The software is originally written by Sheueling Chang Shantz and
21-
* Douglas Stebila of Sun Microsystems Laboratories.
22-
*
23-
*/
24-
2511
#include <openssl/err.h>
2612

2713
#include "internal/bn_int.h"

crypto/ec/ec2_oct.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
/*
22
* Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
14-
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
15-
* to the OpenSSL project.
16-
*
17-
* The ECC Code is licensed pursuant to the OpenSSL open source
18-
* license provided below.
19-
*
20-
* The software is originally written by Sheueling Chang Shantz and
21-
* Douglas Stebila of Sun Microsystems Laboratories.
22-
*
23-
*/
24-
2511
#include <openssl/err.h>
2612

2713
#include "ec_lcl.h"

crypto/ec/ec2_smpl.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
14-
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
15-
* to the OpenSSL project.
16-
*
17-
* The ECC Code is licensed pursuant to the OpenSSL open source
18-
* license provided below.
19-
*
20-
* The software is originally written by Sheueling Chang Shantz and
21-
* Douglas Stebila of Sun Microsystems Laboratories.
22-
*
23-
*/
24-
2511
#include <openssl/err.h>
2612

2713
#include "internal/bn_int.h"

crypto/ec/ec_curve.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* Portions of the attached software ("Contribution") are developed by
14-
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
15-
*
16-
* The Contribution is licensed pursuant to the OpenSSL open source
17-
* license provided above.
18-
*
19-
* The elliptic curve binary polynomial software is originally written by
20-
* Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
21-
*
22-
*/
23-
2411
#include <string.h>
2512
#include "ec_lcl.h"
2613
#include <openssl/err.h>

crypto/ec/ec_cvt.c

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
/*
22
* Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* Portions of the attached software ("Contribution") are developed by
14-
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
15-
*
16-
* The Contribution is licensed pursuant to the OpenSSL open source
17-
* license provided above.
18-
*
19-
* The elliptic curve binary polynomial software is originally written by
20-
* Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
21-
*
22-
*/
23-
2411
#include <openssl/err.h>
2512
#include "ec_lcl.h"
2613

crypto/ec/ec_key.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* Portions originally developed by SUN MICROSYSTEMS, INC., and
13-
* contributed to the OpenSSL project.
14-
*/
15-
1611
#include <internal/cryptlib.h>
1712
#include <string.h>
1813
#include "ec_lcl.h"

crypto/ec/ec_lcl.h

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
/*
22
* Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* Portions of the attached software ("Contribution") are developed by
14-
* SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
15-
*
16-
* The Contribution is licensed pursuant to the OpenSSL open source
17-
* license provided above.
18-
*
19-
* The elliptic curve binary polynomial software is originally written by
20-
* Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
21-
*
22-
*/
23-
2411
#include <stdlib.h>
2512

2613
#include <openssl/obj_mac.h>

crypto/ec/ec_lib.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* Binary polynomial ECC support in OpenSSL originally developed by
13-
* SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
14-
*/
15-
1611
#include <string.h>
1712

1813
#include <openssl/err.h>

crypto/ec/ec_mult.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* Portions of this software developed by SUN MICROSYSTEMS, INC.,
13-
* and contributed to the OpenSSL project.
14-
*/
15-
1611
#include <string.h>
1712
#include <openssl/err.h>
1813

crypto/ec/ec_oct.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
* Binary polynomial ECC support in OpenSSL originally developed by
13-
* SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
14-
*/
15-
1611
#include <string.h>
1712

1813
#include <openssl/err.h>

crypto/ec/ecdh_ossl.c

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
/*
22
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2002, 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 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
12-
*
13-
* The Elliptic Curve Public-Key Crypto Library (ECC Code) included
14-
* herein is developed by SUN MICROSYSTEMS, INC., and is contributed
15-
* to the OpenSSL project.
16-
*
17-
* The ECC Code is licensed pursuant to the OpenSSL open source
18-
* license provided below.
19-
*
20-
* The ECDH software is originally written by Douglas Stebila of
21-
* Sun Microsystems Laboratories.
22-
*
23-
*/
24-
2511
#include <string.h>
2612
#include <limits.h>
2713

0 commit comments

Comments
 (0)