Skip to content

Commit

Permalink
Add final(?) set of copyrights.
Browse files Browse the repository at this point in the history
Add copyright to missing assembler files.
Add copyrights to missing test/* files.
Add copyrights
Various source and misc files.

Reviewed-by: Richard Levitte <[email protected]>
  • Loading branch information
Rich Salz committed Jun 1, 2016
1 parent 0f91e1d commit 44c8a5e
Show file tree
Hide file tree
Showing 31 changed files with 216 additions and 63 deletions.
2 changes: 0 additions & 2 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -1970,8 +1970,6 @@ my %builders = (
unixmake => sub {
build_Makefile();

run_dofile("util/domd", "util/domd.in");
chmod 0755, "util/domd";
},
);

Expand Down
13 changes: 9 additions & 4 deletions apps/tsget.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!{- $config{perl} -}
# Written by Zoltan Glozik <[email protected]>.
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
$::version = '$Id: tsget,v 1.3 2009/09/07 17:57:18 steve Exp $';
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
# Copyright 2002-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html

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

# Options for POST method.
$curl->setopt(CURLOPT_UPLOAD, 1);
Expand Down
26 changes: 8 additions & 18 deletions config
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
#!/bin/sh
# Copyright 1998-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html

# OpenSSL config: determine the operating system and run ./Configure
# Derived from minarch and GuessOS from Apache.
#
# "config -h" for usage information.
#
# this is a merge of minarch and GuessOS from the Apache Group.
# Originally written by Tim Hudson <[email protected]>.

# Original Apache Group comments on GuessOS

# Simple OS/Platform guesser. Similar to config.guess but
# much, much smaller. Since it was developed for use with
# Apache, it follows under Apache's regular licensing
# with one specific addition: Any changes or additions
# to this script should be Emailed to the Apache
# group ([email protected]) in general and to
# Jim Jagielski ([email protected]) in specific.
#
# Be as similar to the output of config.guess/config.sub
# as possible.

# Do "config -h" for usage information.
SUFFIX=""
TEST="false"
EXE=""
Expand Down
6 changes: 6 additions & 0 deletions config.com
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
$ ! OpenSSL config: determine the architecture and run Configure
$ ! Copyright 2016 The OpenSSL Project Authors. 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 in the file LICENSE in the source distribution or at
$ ! https://www.openssl.org/source/license.html
$ !
$ ! Very simple for the moment, it will take the following arguments:
$ !
Expand Down
7 changes: 7 additions & 0 deletions crypto/aes/asm/aes-ia64.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Copyright 2004-2016 The OpenSSL Project Authors. 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
// in the file LICENSE in the source distribution or at
// https://www.openssl.org/source/license.html
//
// ====================================================================
// Written by Andy Polyakov <[email protected]> for the OpenSSL
// project. Rights for redistribution and usage in source and binary
Expand Down
7 changes: 7 additions & 0 deletions crypto/bn/asm/bn-c64xplus.asm
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
;; Copyright 2012-2016 The OpenSSL Project Authors. 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
;; in the file LICENSE in the source distribution or at
;; https://www.openssl.org/source/license.html
;;
;;====================================================================
;; Written by Andy Polyakov <[email protected]> for the OpenSSL
;; project.
Expand Down
7 changes: 7 additions & 0 deletions crypto/bn/asm/ia64.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
.ident "ia64.S, Version 2.1"
.ident "IA-64 ISA artwork by Andy Polyakov <[email protected]>"

// Copyright 2001-2016 The OpenSSL Project Authors. 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
// in the file LICENSE in the source distribution or at
// https://www.openssl.org/source/license.html

//
// ====================================================================
// Written by Andy Polyakov <[email protected]> for the OpenSSL
Expand Down
6 changes: 6 additions & 0 deletions crypto/bn/asm/pa-risc2.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
; Copyright 1998-2016 The OpenSSL Project Authors. 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
; in the file LICENSE in the source distribution or at
; https://www.openssl.org/source/license.html
;
; PA-RISC 2.0 implementation of bn_asm code, based on the
; 64-bit version of the code. This code is effectively the
Expand Down
7 changes: 7 additions & 0 deletions crypto/bn/asm/pa-risc2W.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
; Copyright 2000-2016 The OpenSSL Project Authors. 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
; in the file LICENSE in the source distribution or at
; https://www.openssl.org/source/license.html

;
; PA-RISC 64-bit implementation of bn_asm code
;
Expand Down
10 changes: 5 additions & 5 deletions crypto/bn/asm/s390x.S
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.ident "s390x.S, version 1.1"
// ====================================================================
// Written by Andy Polyakov <[email protected]> for the OpenSSL
// project.
// Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
//
// Rights for redistribution and usage in source and binary forms are
// granted according to the OpenSSL license. Warranty of any kind is
// disclaimed.
// 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
// ====================================================================

.text
Expand Down
10 changes: 5 additions & 5 deletions crypto/bn/asm/sparcv8.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

/*
* ====================================================================
* Written by Andy Polyakov <[email protected]> for the OpenSSL
* project.
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Rights for redistribution and usage in source and binary forms are
* granted according to the OpenSSL license. Warranty of any kind is
* disclaimed.
* 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
* ====================================================================
*/

Expand Down
10 changes: 5 additions & 5 deletions crypto/bn/asm/sparcv8plus.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

/*
* ====================================================================
* Written by Andy Polyakov <[email protected]> for the OpenSSL
* project.
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Rights for redistribution and usage in source and binary forms are
* granted according to the OpenSSL license. Warranty of any kind is
* disclaimed.
* 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
* ====================================================================
*/

Expand Down
27 changes: 5 additions & 22 deletions crypto/des/asm/des_enc.m4
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
! des_enc.m4
! des_enc.S (generated from des_enc.m4)
! Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
!
! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file.
!
! Version 1.0. 32-bit version.
!
! June 8, 2000.
!
! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
! by Andy Polyakov.
!
! January 1, 2003.
!
! Assembler version: Copyright Svend Olaf Mikkelsen.
!
! Original C code: Copyright Eric A. Young.
!
! This code can be freely used by LibDES/SSLeay/OpenSSL users.
!
! The LibDES/SSLeay/OpenSSL copyright notices must be respected.
!
! This version can be redistributed.
! 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
!
! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S
!
Expand Down
6 changes: 6 additions & 0 deletions crypto/ia64cpuid.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright 2004-2016 The OpenSSL Project Authors. 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
// in the file LICENSE in the source distribution or at
// https://www.openssl.org/source/license.html
// Works on all IA-64 platforms: Linux, HP-UX, Win64i...
// On Win64i compile with ias.exe.
.text
Expand Down
10 changes: 10 additions & 0 deletions crypto/md5/asm/md5-ia64.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
*
* Copyright 2005-2016 The OpenSSL Project Authors. 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/

/* Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
Permission is hereby granted, free of charge, to any person obtaining
Expand Down
6 changes: 6 additions & 0 deletions crypto/s390xcpuid.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.text
// Copyright 2009-2016 The OpenSSL Project Authors. 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
// in the file LICENSE in the source distribution or at
// https://www.openssl.org/source/license.html

.globl OPENSSL_s390x_facilities
.type OPENSSL_s390x_facilities,@function
Expand Down
7 changes: 7 additions & 0 deletions crypto/sparccpuid.S
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
! Copyright 2005-2016 The OpenSSL Project Authors. 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
! in the file LICENSE in the source distribution or at
! https://www.openssl.org/source/license.html

#ifdef OPENSSL_FIPSCANISTER
#include <openssl/fipssyms.h>
#endif
Expand Down
11 changes: 9 additions & 2 deletions engines/vendor_defns/hwcryptohook.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright 2002-2016 The OpenSSL Project Authors. 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/

/*-
* ModExp / RSA (with/without KM) plugin API
*
Expand Down Expand Up @@ -64,8 +73,6 @@
* library files; if you received the library files without a licence,
* please contact nCipher.
*
*
* $Id: hwcryptohook.h,v 1.1 2002/10/11 17:10:59 levitte Exp $
*/

#ifndef HWCRYPTOHOOK_H
Expand Down
7 changes: 7 additions & 0 deletions fuzz/helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/python
#
# Copyright 2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html

"""Fuzzing helper, creates and uses corpus/crash directories.
Expand Down
9 changes: 9 additions & 0 deletions ms/applink.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright 2004-2016 The OpenSSL Project Authors. 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/

#define APPLINK_STDIN 1
#define APPLINK_STDOUT 2
#define APPLINK_STDERR 3
Expand Down
9 changes: 9 additions & 0 deletions ms/uplink.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright 2004-2016 The OpenSSL Project Authors. 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/

#if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE)
# define UNICODE
#endif
Expand Down
9 changes: 9 additions & 0 deletions ms/uplink.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright 2004-2016 The OpenSSL Project Authors. 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
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/

#define APPMACROS_ONLY
#include "applink.c"

Expand Down
8 changes: 8 additions & 0 deletions test/danetest.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Copyright 2016-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
#
# Blank and comment lines ignored.
#
# The first line in each block takes the form:
#
# <TLSA-count> <cert-count> <desired-verify-result> <desired-match-depth>
Expand Down
9 changes: 9 additions & 0 deletions test/evptests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#!/bin/sh
#
# Copyright 2001-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html

#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt)
#digest:::input:output
Expand Down
8 changes: 8 additions & 0 deletions test/recipes/80-test_cipherlist.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#! /usr/bin/perl
#
# Copyright 2016-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html


use strict;
use warnings;
Expand Down
7 changes: 7 additions & 0 deletions test/smime-certs/mksmime-certs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/bin/sh
# Copyright 2013-2016 The OpenSSL Project Authors. 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html


# Utility to recreate S/MIME certificates

Expand Down
Loading

0 comments on commit 44c8a5e

Please sign in to comment.