Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44c8a5e

Browse files
author
Rich Salz
committedJun 1, 2016
Add final(?) set of copyrights.
Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent 0f91e1d commit 44c8a5e

31 files changed

+216
-63
lines changed
 

‎Configure

-2
Original file line numberDiff line numberDiff line change
@@ -1970,8 +1970,6 @@ my %builders = (
19701970
unixmake => sub {
19711971
build_Makefile();
19721972

1973-
run_dofile("util/domd", "util/domd.in");
1974-
chmod 0755, "util/domd";
19751973
},
19761974
);
19771975

‎apps/tsget.in

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!{- $config{perl} -}
2-
# Written by Zoltan Glozik <zglozik@stones.com>.
3-
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
4-
$::version = '$Id: tsget,v 1.3 2009/09/07 17:57:18 steve Exp $';
2+
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
3+
# Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
4+
#
5+
# Licensed under the OpenSSL license (the "License"). You may not use
6+
# this file except in compliance with the License. You can obtain a copy
7+
# in the file LICENSE in the source distribution or at
8+
# https://www.openssl.org/source/license.html
59

610
use strict;
711
use IO::Handle;
@@ -42,7 +46,8 @@ sub create_curl {
4246
# Error-handling related options.
4347
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
4448
$curl->setopt(CURLOPT_FAILONERROR, 1);
45-
$curl->setopt(CURLOPT_USERAGENT, "OpenTSA tsget.pl/" . (split / /, $::version)[2]);
49+
$curl->setopt(CURLOPT_USERAGENT,
50+
"OpenTSA tsget.pl/openssl-{- $config{version} -}");
4651

4752
# Options for POST method.
4853
$curl->setopt(CURLOPT_UPLOAD, 1);

‎config

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
#!/bin/sh
2+
# Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
23
#
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+
39
# OpenSSL config: determine the operating system and run ./Configure
10+
# Derived from minarch and GuessOS from Apache.
411
#
5-
# "config -h" for usage information.
6-
#
7-
# this is a merge of minarch and GuessOS from the Apache Group.
8-
# Originally written by Tim Hudson <tjh@cryptsoft.com>.
9-
10-
# Original Apache Group comments on GuessOS
11-
12-
# Simple OS/Platform guesser. Similar to config.guess but
13-
# much, much smaller. Since it was developed for use with
14-
# Apache, it follows under Apache's regular licensing
15-
# with one specific addition: Any changes or additions
16-
# to this script should be Emailed to the Apache
17-
# group (apache@apache.org) in general and to
18-
# Jim Jagielski (jim@jaguNET.com) in specific.
19-
#
20-
# Be as similar to the output of config.guess/config.sub
21-
# as possible.
22-
12+
# Do "config -h" for usage information.
2313
SUFFIX=""
2414
TEST="false"
2515
EXE=""

‎config.com

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
$ ! OpenSSL config: determine the architecture and run Configure
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
6+
$ ! copy in the file LICENSE in the source distribution or at
7+
$ ! https://www.openssl.org/source/license.html
28
$ !
39
$ ! Very simple for the moment, it will take the following arguments:
410
$ !

‎crypto/aes/asm/aes-ia64.S

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
//
3+
// Licensed under the OpenSSL license (the "License"). You may not use
4+
// this file except in compliance with the License. You can obtain a copy
5+
// in the file LICENSE in the source distribution or at
6+
// https://www.openssl.org/source/license.html
7+
//
18
// ====================================================================
29
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
310
// project. Rights for redistribution and usage in source and binary

‎crypto/bn/asm/bn-c64xplus.asm

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
;; Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
;;
3+
;; Licensed under the OpenSSL license (the "License"). You may not use
4+
;; this file except in compliance with the License. You can obtain a copy
5+
;; in the file LICENSE in the source distribution or at
6+
;; https://www.openssl.org/source/license.html
7+
;;
18
;;====================================================================
29
;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
310
;; project.

‎crypto/bn/asm/ia64.S

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
.ident "ia64.S, Version 2.1"
44
.ident "IA-64 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>"
55

6+
// Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
7+
//
8+
// Licensed under the OpenSSL license (the "License"). You may not use
9+
// this file except in compliance with the License. You can obtain a copy
10+
// in the file LICENSE in the source distribution or at
11+
// https://www.openssl.org/source/license.html
12+
613
//
714
// ====================================================================
815
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL

‎crypto/bn/asm/pa-risc2.s

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
; Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
;
3+
; Licensed under the OpenSSL license (the "License"). You may not use
4+
; this file except in compliance with the License. You can obtain a copy
5+
; in the file LICENSE in the source distribution or at
6+
; https://www.openssl.org/source/license.html
17
;
28
; PA-RISC 2.0 implementation of bn_asm code, based on the
39
; 64-bit version of the code. This code is effectively the

‎crypto/bn/asm/pa-risc2W.s

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
; Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
;
3+
; Licensed under the OpenSSL license (the "License"). You may not use
4+
; this file except in compliance with the License. You can obtain a copy
5+
; in the file LICENSE in the source distribution or at
6+
; https://www.openssl.org/source/license.html
7+
18
;
29
; PA-RISC 64-bit implementation of bn_asm code
310
;

‎crypto/bn/asm/s390x.S

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.ident "s390x.S, version 1.1"
22
// ====================================================================
3-
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
4-
// project.
3+
// Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
54
//
6-
// Rights for redistribution and usage in source and binary forms are
7-
// granted according to the OpenSSL license. Warranty of any kind is
8-
// disclaimed.
5+
// Licensed under the OpenSSL license (the "License"). You may not use
6+
// this file except in compliance with the License. You can obtain a copy
7+
// in the file LICENSE in the source distribution or at
8+
// https://www.openssl.org/source/license.html
99
// ====================================================================
1010

1111
.text

‎crypto/bn/asm/sparcv8.S

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
/*
55
* ====================================================================
6-
* Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
7-
* project.
6+
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
87
*
9-
* Rights for redistribution and usage in source and binary forms are
10-
* granted according to the OpenSSL license. Warranty of any kind is
11-
* disclaimed.
8+
* Licensed under the OpenSSL license (the "License"). You may not use
9+
* this file except in compliance with the License. You can obtain a copy
10+
* in the file LICENSE in the source distribution or at
11+
* https://www.openssl.org/source/license.html
1212
* ====================================================================
1313
*/
1414

‎crypto/bn/asm/sparcv8plus.S

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
/*
55
* ====================================================================
6-
* Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
7-
* project.
6+
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
87
*
9-
* Rights for redistribution and usage in source and binary forms are
10-
* granted according to the OpenSSL license. Warranty of any kind is
11-
* disclaimed.
8+
* Licensed under the OpenSSL license (the "License"). You may not use
9+
* this file except in compliance with the License. You can obtain a copy
10+
* in the file LICENSE in the source distribution or at
11+
* https://www.openssl.org/source/license.html
1212
* ====================================================================
1313
*/
1414

‎crypto/des/asm/des_enc.m4

+5-22
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
1-
! des_enc.m4
2-
! des_enc.S (generated from des_enc.m4)
1+
! Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
32
!
4-
! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file.
5-
!
6-
! Version 1.0. 32-bit version.
7-
!
8-
! June 8, 2000.
9-
!
10-
! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
11-
! by Andy Polyakov.
12-
!
13-
! January 1, 2003.
14-
!
15-
! Assembler version: Copyright Svend Olaf Mikkelsen.
16-
!
17-
! Original C code: Copyright Eric A. Young.
18-
!
19-
! This code can be freely used by LibDES/SSLeay/OpenSSL users.
20-
!
21-
! The LibDES/SSLeay/OpenSSL copyright notices must be respected.
22-
!
23-
! This version can be redistributed.
3+
! Licensed under the OpenSSL license (the "License"). You may not use
4+
! this file except in compliance with the License. You can obtain a copy
5+
! in the file LICENSE in the source distribution or at
6+
! https://www.openssl.org/source/license.html
247
!
258
! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S
269
!

‎crypto/ia64cpuid.S

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
//
3+
// Licensed under the OpenSSL license (the "License"). You may not use
4+
// this file except in compliance with the License. You can obtain a copy
5+
// in the file LICENSE in the source distribution or at
6+
// https://www.openssl.org/source/license.html
17
// Works on all IA-64 platforms: Linux, HP-UX, Win64i...
28
// On Win64i compile with ias.exe.
39
.text

‎crypto/md5/asm/md5-ia64.S

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
*
3+
* Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
4+
*
5+
* Licensed under the OpenSSL license (the "License"). You may not use
6+
* this file except in compliance with the License. You can obtain a copy
7+
* in the file LICENSE in the source distribution or at
8+
* https://www.openssl.org/source/license.html
9+
*/
10+
111
/* Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
212

313
Permission is hereby granted, free of charge, to any person obtaining

‎crypto/s390xcpuid.S

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
.text
2+
// Copyright 2009-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
28

39
.globl OPENSSL_s390x_facilities
410
.type OPENSSL_s390x_facilities,@function

‎crypto/sparccpuid.S

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
! Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
!
3+
! Licensed under the OpenSSL license (the "License"). You may not use
4+
! this file except in compliance with the License. You can obtain a copy
5+
! in the file LICENSE in the source distribution or at
6+
! https://www.openssl.org/source/license.html
7+
18
#ifdef OPENSSL_FIPSCANISTER
29
#include <openssl/fipssyms.h>
310
#endif

‎engines/vendor_defns/hwcryptohook.h

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2002-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+
*/
9+
110
/*-
211
* ModExp / RSA (with/without KM) plugin API
312
*
@@ -64,8 +73,6 @@
6473
* library files; if you received the library files without a licence,
6574
* please contact nCipher.
6675
*
67-
*
68-
* $Id: hwcryptohook.h,v 1.1 2002/10/11 17:10:59 levitte Exp $
6976
*/
7077

7178
#ifndef HWCRYPTOHOOK_H

‎fuzz/helper.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/usr/bin/python
2+
#
3+
# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
4+
#
5+
# Licensed under the OpenSSL license (the "License"). You may not use
6+
# this file except in compliance with the License. You can obtain a copy
7+
# in the file LICENSE in the source distribution or at
8+
# https://www.openssl.org/source/license.html
29

310
"""Fuzzing helper, creates and uses corpus/crash directories.
411

‎ms/applink.c

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2004-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+
*/
9+
110
#define APPLINK_STDIN 1
211
#define APPLINK_STDOUT 2
312
#define APPLINK_STDERR 3

‎ms/uplink.c

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2004-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+
*/
9+
110
#if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE)
211
# define UNICODE
312
#endif

‎ms/uplink.h

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2004-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+
*/
9+
110
#define APPMACROS_ONLY
211
#include "applink.c"
312

‎test/danetest.in

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
2+
#
3+
# Licensed under the OpenSSL license (the "License"). You may not use
4+
# this file except in compliance with the License. You can obtain a copy
5+
# in the file LICENSE in the source distribution or at
6+
# https://www.openssl.org/source/license.html
7+
#
18
# Blank and comment lines ignored.
9+
#
210
# The first line in each block takes the form:
311
#
412
# <TLSA-count> <cert-count> <desired-verify-result> <desired-match-depth>

‎test/evptests.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#!/bin/sh
2+
#
3+
# Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
4+
#
5+
# Licensed under the OpenSSL license (the "License"). You may not use
6+
# this file except in compliance with the License. You can obtain a copy
7+
# in the file LICENSE in the source distribution or at
8+
# https://www.openssl.org/source/license.html
9+
110
#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
211
#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt)
312
#digest:::input:output

‎test/recipes/80-test_cipherlist.t

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#! /usr/bin/perl
2+
#
3+
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
4+
#
5+
# Licensed under the OpenSSL license (the "License"). You may not use
6+
# this file except in compliance with the License. You can obtain a copy
7+
# in the file LICENSE in the source distribution or at
8+
# https://www.openssl.org/source/license.html
9+
210

311
use strict;
412
use warnings;

‎test/smime-certs/mksmime-certs.sh

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/bin/sh
2+
# Copyright 2013-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
# Utility to recreate S/MIME certificates
411

There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.