forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
31 changed files
with
216 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
@@ -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); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* ==================================================================== | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
* ==================================================================== | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.