From 624265c60e07f8e5f251d0f5b79e34cf0221af73 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 15 Jun 2017 12:03:40 -0400 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/3691) --- crypto/mem_sec.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crypto/mem_sec.c') diff --git a/crypto/mem_sec.c b/crypto/mem_sec.c index 6fc1aca1e0..11e95c42b8 100644 --- a/crypto/mem_sec.c +++ b/crypto/mem_sec.c @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2004-2014, Akamai Technologies. 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,11 +8,6 @@ * https://www.openssl.org/source/license.html */ -/* - * Copyright 2004-2014, Akamai Technologies. All Rights Reserved. - * This file is distributed under the terms of the OpenSSL license. - */ - /* * This file is in two halves. The first half implements the public API * to be used by external consumers, and to be used by OpenSSL to store -- cgit v1.2.3