diff options
author | Rich Salz <rsalz@openssl.org> | 2017-06-15 18:03:40 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-07-01 03:56:44 +0200 |
commit | 624265c60e07f8e5f251d0f5b79e34cf0221af73 (patch) | |
tree | 8581cdb5a67fc2ab3b2c2233e112932788d16e96 /test/certs | |
parent | Fix build with no-threads no-ec (diff) | |
download | openssl-624265c60e07f8e5f251d0f5b79e34cf0221af73.tar.xz openssl-624265c60e07f8e5f251d0f5b79e34cf0221af73.zip |
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 <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3691)
Diffstat (limited to 'test/certs')
-rwxr-xr-x | test/certs/mkcert.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/test/certs/mkcert.sh b/test/certs/mkcert.sh index f5312baf0b..58feed7050 100755 --- a/test/certs/mkcert.sh +++ b/test/certs/mkcert.sh @@ -1,13 +1,18 @@ #! /bin/bash # +# Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved. # Copyright (c) 2016 Viktor Dukhovni <openssl-users@dukhovni.org>. # All rights reserved. # -# Contributed to the OpenSSL project under the terms of the OpenSSL license -# included with the version of the OpenSSL software that includes this module. +# 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 + +# This file is dual-licensed and is also available under other terms. +# Please contact the author. # 100 years should be enough for now -# if [ -z "$DAYS" ]; then DAYS=36525 fi |