summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/config.inc2
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/functions.inc2
-rw-r--r--etc/inc/globals.inc2
-rw-r--r--etc/inc/interfaces.inc2
-rw-r--r--etc/inc/openvpn.inc28
-rw-r--r--etc/inc/pfsense-utils.inc2
-rw-r--r--etc/inc/pkg-utils.inc2
-rw-r--r--etc/inc/service-utils.inc2
-rw-r--r--etc/inc/shaper.inc4
-rw-r--r--etc/inc/vpn.inc2
-rw-r--r--etc/inc/vslb.inc2
-rw-r--r--etc/inc/xmlrpc.inc2
13 files changed, 41 insertions, 13 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index f486e18..1e57957 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -9,7 +9,7 @@
******
config.inc
- Copyright (C) 2004 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 09d1cc3..0d40c2f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2,7 +2,7 @@
/* $Id$ */
/*
filter.inc
- Copyright (C) 2004,2005 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
Copyright (C) 2005 Bill Marquette
All rights reserved.
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index ba6bd9b..11738f9 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -2,7 +2,7 @@
/* $Id$ */
/*
functions.inc
- Copyright (C) 2004 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 7e03f42..4fdba6d 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -3,7 +3,7 @@
/*
globals.inc
part of pfSense (www.pfsense.com)
- Copyright (C) 2004 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
Originally Part of m0n0wall
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 08a7be6..5b0c722 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2,7 +2,7 @@
/* $Id$ */
/*
interfaces.inc
- Copyright (C) 2004-2005 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
All rights reserved.
function interfaces_wireless_configure is
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 99ec201..2ed6a20 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -1,6 +1,34 @@
<?php
require('config.inc');
+/* $Id$ */
+/*
+ openvpn.inc
+ part of pfSense (www.pfSense.com)
+ (C)2006 Fernando Lemos
+ 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 ``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.
+*/
// Return the list of ciphers OpenVPN supports
function openvpn_get_ciphers($pkg) {
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 385acee..b022a01 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -8,7 +8,7 @@
* $Id$
******
*
- * Copyright (C) 2005 Scott Ullrich (sullrich@gmail.com)
+ * Copyright (C) 2004-2006 Scott Ullrich (sullrich@gmail.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:
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index bd4f117..d90274b 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -8,7 +8,7 @@
* $Id$
******
*
- * Copyright (C) 2005 Colin Smith (ethethlay@gmail.com)
+ * Copyright (C) 2005-2006 Colin Smith (ethethlay@gmail.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:
diff --git a/etc/inc/service-utils.inc b/etc/inc/service-utils.inc
index ac144f8..b34d5f1 100644
--- a/etc/inc/service-utils.inc
+++ b/etc/inc/service-utils.inc
@@ -8,7 +8,7 @@
* $Id$
******
*
- * Copyright (C) 2005 Colin Smith (ethethlay@gmail.com)
+ * Copyright (C) 2005-2006 Colin Smith (ethethlay@gmail.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:
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 4bbc130..54f9599 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -2,8 +2,8 @@
/* $Id$ */
/*
shaper.inc
- Copyright (C) 2004 Scott Ullrich
- Copyright (C) 2005 Bill Marquette
+ Copyright (C) 2004-2006 Scott Ullrich
+ Copyright (C) 2005-2006 Bill Marquette
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 2df79c1..2542a3f 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1,7 +1,7 @@
<?php
/*
vpn.inc
- Copyright (C) 2004 Scott Ullrich
+ Copyright (C) 2004-2006 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index cfa58cd..cfb8927 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -2,7 +2,7 @@
/* $Id$ */
/*
vslb.inc
- Copyright (C) 2005 Bill Marquette
+ Copyright (C) 2005-2006 Bill Marquette
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/etc/inc/xmlrpc.inc b/etc/inc/xmlrpc.inc
index 4faf73a..3de9b91 100644
--- a/etc/inc/xmlrpc.inc
+++ b/etc/inc/xmlrpc.inc
@@ -3,7 +3,7 @@
$Id$
xmlrpc.inc
- Copyright (C) 2005 Colin Smith
+ Copyright (C) 2005-2006 Colin Smith
All rights reserved.
Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud