diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-03 12:19:16 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-03 12:19:16 -0300 |
commit | d3630f4911bcb45498d4c7478d8728c929872c02 (patch) | |
tree | db896bf8b0de7e663abf3c37a345d5c05f19f2dd /config/gwled/gwled.php | |
parent | 81f1c75ae3088427d8e59e529aeb4a3ec716ed3d (diff) | |
parent | fd02e694fe92b75fec6744cedd36c4b773568d7c (diff) | |
download | pfsense-packages-d3630f4911bcb45498d4c7478d8728c929872c02.tar.gz pfsense-packages-d3630f4911bcb45498d4c7478d8728c929872c02.tar.bz2 pfsense-packages-d3630f4911bcb45498d4c7478d8728c929872c02.zip |
Merge pull request #922 from doktornotor/patch-11
Diffstat (limited to 'config/gwled/gwled.php')
-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"); |