Commit e0a65194 authored by Rich Salz's avatar Rich Salz
Browse files

Copyright consolidation: perl files



Add copyright to most .pl files
This does NOT cover any .pl file that has other copyright in it.
Most of those are Andy's but some are public domain.
Fix typo's in some existing files.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent ecba1fb3
Loading
Loading
Loading
Loading

AUTHORS

0 → 100644
+21 −0
Original line number Diff line number Diff line
    Andy Polyakov
    Ben Laurie
    Bodo Mller
    Emilia Ksper
    Eric Young
    Geoff Thorpe
    Holger Reif
    Kurt Roeckx
    Lutz Jnicke
    Mark J. Cox
    Matt Caswell
    Nils Larsch
    Paul C. Sutton
    Ralf S. Engelschall
    Rich Salz
    Richard Levitte
    Stephen Henson
    Steve Marquess
    Tim Hudson
    Ulf Mller
    Viktor Dukhovni
+8 −1
Original line number Diff line number Diff line
#! /usr/bin/perl
#! /usr/bin/env perl
# 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


use strict;
use warnings;
+8 −1
Original line number Diff line number Diff line
#! /usr/bin/perl
#! /usr/bin/env perl
# 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


# This script will translate any SYMBOL_VECTOR item that has a translation
# in CXX$DEMANGLER_DB.  The latter is generated by and CC/DECC command that
+7 −0
Original line number Diff line number Diff line
#!{- $config{perl} -}
# 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

#
# Wrapper around the ca to make it easier to use
#
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 * Automatically generated by progs.pl for openssl.c
 * Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
 *
 * Licensed under the OpenSSL licenses, (the "License");
 * Licensed under the OpenSSL licenses (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * https://www.openssl.org/source/license.html
Loading