diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-01 10:49:46 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-01 10:49:46 +0200 |
commit | 78120ea373fe37309fbd8229dd04ad4d93936890 (patch) | |
tree | ab3c01291077a8929bd747635573d77c30a3db6c /config/gwled | |
parent | c7617a58ce0bd1728b6cddaebb95e623fe3d10b6 (diff) | |
download | pfsense-packages-78120ea373fe37309fbd8229dd04ad4d93936890.tar.gz pfsense-packages-78120ea373fe37309fbd8229dd04ad4d93936890.tar.bz2 pfsense-packages-78120ea373fe37309fbd8229dd04ad4d93936890.zip |
gwled - code style fixes, add copyright headers
Diffstat (limited to 'config/gwled')
-rw-r--r-- | config/gwled/gwled.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/gwled/gwled.php b/config/gwled/gwled.php index efcb73dd..bddf41eb 100644 --- a/config/gwled/gwled.php +++ b/config/gwled/gwled.php @@ -1,5 +1,33 @@ #!/usr/local/bin/php -q <?php +/* + gwled.php + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2011 Jim Pingle + Copyright (C) 2015 ESF, LLC + 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. +*/ require_once("config.inc"); require_once("functions.inc"); require_once("gwled.inc"); |