Skip to content

Commit 624265c

Browse files
author
Rich Salz
committed
Cleanup some copyright stuff
Remove some incorrect copyright references. Move copyright to standard place Add OpenSSL copyright where missing. Remove copyrighted file that we don't use any more Remove Itanium assembler for RC4 and MD5 (assembler versions of old and weak algorithms for an old chip) Standardize apps/rehash copyright comment; approved by Timo Put dual-copyright notice on mkcert Reviewed-by: Richard Levitte <[email protected]> (Merged from #3691)
1 parent 1297ef9 commit 624265c

File tree

15 files changed

+28
-2378
lines changed

15 files changed

+28
-2378
lines changed

Configurations/00-base-templates.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,8 @@
184184
cpuid_asm_src => "ia64cpuid.s",
185185
bn_asm_src => "bn-ia64.s ia64-mont.s",
186186
aes_asm_src => "aes_core.c aes_cbc.c aes-ia64.s",
187-
md5_asm_src => "md5-ia64.s",
188187
sha1_asm_src => "sha1-ia64.s sha256-ia64.s sha512-ia64.s",
189-
rc4_asm_src => "rc4-ia64.s rc4_skey.c",
188+
rc4_asm_src => "rc4_skey.c",
190189
modes_asm_src => "ghash-ia64.s",
191190
perlasm_scheme => "void"
192191
},

apps/rehash.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*
22
* Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright (c) 2013-2014 Timo Teräs <[email protected]>
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-
* C implementation based on the original Perl and shell versions
12-
*
13-
* Copyright (c) 2013-2014 Timo Teräs <[email protected]>
14-
*/
15-
1611
#include "apps.h"
1712

1813
#if defined(OPENSSL_SYS_UNIX) || defined(__APPLE__) || \

apps/tsget.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!{- $config{hashbangperl} -}
2-
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
32
# Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
44
#
55
# Licensed under the OpenSSL license (the "License"). You may not use
66
# this file except in compliance with the License. You can obtain a copy

apps/vms_term_sock.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
23
* Copyright 2016 VMS Software, Inc. All Rights Reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use

apps/vms_term_sock.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
23
* Copyright 2016 VMS Software, Inc. All Rights Reserved.
34
*
45
* Licensed under the OpenSSL license (the "License"). You may not use

crypto/asn1/x_spki.c

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
* https://www.openssl.org/source/license.html
88
*/
99

10-
/*
11-
* This module was send to me my Pat Richards <[email protected]> who wrote it.
12-
* It is under my Copyright with his permission
13-
*/
14-
1510
#include <stdio.h>
1611
#include "internal/cryptlib.h"
1712
#include <openssl/x509.h>

crypto/ec/asm/ecp_nistz256-ppc64.pl

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#! /usr/bin/env perl
2+
# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
3+
#
4+
# Licensed under the OpenSSL license (the "License"). You may not use
5+
# this file except in compliance with the License. You can obtain a copy
6+
# in the file LICENSE in the source distribution or at
7+
# https://www.openssl.org/source/license.html
8+
29
#
310
# ====================================================================
411
# Written by Andy Polyakov <[email protected]> for the OpenSSL

0 commit comments

Comments
 (0)