summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 00:57:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 00:57:52 +0000
commitb1ad443ddc8a96998bca528ddc38d7e63b2bd64d (patch)
tree047161273dfcb3f87c1387c288a84948ef3beb6f /etc/inc
parentdf477d2b33a8060ee2f10f26578ff0c3be896a29 (diff)
downloadpfsense-b1ad443ddc8a96998bca528ddc38d7e63b2bd64d.zip
pfsense-b1ad443ddc8a96998bca528ddc38d7e63b2bd64d.tar.gz
Include Id and copyright headers. Not sure how this slipped past.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/openvpn.inc38
1 files changed, 36 insertions, 2 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 16faaa1..56a2491 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -1,8 +1,42 @@
<?php
+
+/* $Id$ */
+/*
+ $RCSfile$
+ Copyright (C) 2006 Fernando Lemos
+ All rights reserved.
+
+ Copyright (C) 2005 Peter Allgeyer <allgeyer_AT_web.de>
+ All rights reserved.
+
+ Copyright (C) 2004 Peter Curran (peter@closeconsultants.com).
+ 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 notices,
+ this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notices, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED ``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.
+*/
+
require_once('config.inc');
require_once('util.inc');
-
// Return the list of ciphers OpenVPN supports
function openvpn_get_ciphers($pkg) {
foreach ($pkg['fields']['field'] as $i => $field) {
@@ -412,4 +446,4 @@ function openvpn_print_javascript2() {
EOD;
print($javascript);
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud