summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2004-01-26 14:56:04 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2004-01-26 14:56:04 +0000
commitc973270868cd665d078cf503c0cee7b4d50c4ad8 (patch)
treefe24faa379a7be6f1dc75e1a63240bb8729537b2 /sbin/isakmpd
parent0ef1717715ff4695adfab2617f034560795bdbe8 (diff)
Added 2-clause license
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/regress/exchange/run.pl26
1 files changed, 25 insertions, 1 deletions
diff --git a/sbin/isakmpd/regress/exchange/run.pl b/sbin/isakmpd/regress/exchange/run.pl
index 99bf25aa5d1..d9fce2d27e4 100644
--- a/sbin/isakmpd/regress/exchange/run.pl
+++ b/sbin/isakmpd/regress/exchange/run.pl
@@ -1,7 +1,31 @@
#!/usr/bin/perl
-# $OpenBSD: run.pl,v 1.1 1999/08/05 22:42:14 niklas Exp $
+# $OpenBSD: run.pl,v 1.2 2004/01/26 14:56:03 niklas Exp $
# $EOM: run.pl,v 1.2 1999/08/05 22:42:42 niklas Exp $
+#
+# Copyright (c) 2004 Niklas Hallqvist. 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.
+#
+# 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.
+#
+
use strict;
require 5.002;
require 'sys/syscall.ph';