diff options
| author | mikey <mikey@cinecert.com> | 2009-04-09 18:28:03 +0000 |
|---|---|---|
| committer | mikey <> | 2009-04-09 18:28:03 +0000 |
| commit | c08082d4d097b0bacda575171098862e735b3ad8 (patch) | |
| tree | 4887f009fbea3cd146393636e6caf8d31afc2814 /src/fips-186-test-harness.pl | |
| parent | df345312e67da6c3707c276d417069c910db1597 (diff) | |
udpated readme for changes; added BSD license to fips-testharness; removed tt-xform from makefile.
Diffstat (limited to 'src/fips-186-test-harness.pl')
| -rwxr-xr-x | src/fips-186-test-harness.pl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/fips-186-test-harness.pl b/src/fips-186-test-harness.pl index 16a8231..a5d3778 100755 --- a/src/fips-186-test-harness.pl +++ b/src/fips-186-test-harness.pl @@ -1,6 +1,37 @@ #!/usr/bin/perl # # +# Copyright (c) 2003-2008, John Hurst +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# +# +# $Id$ +# + + use strict; my $rng_prog = $ARGV[0]; |
