summaryrefslogtreecommitdiffstats
path: root/etc/rc.notify_message
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-30 19:39:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-30 19:39:52 -0400
commit38b52836ad538f390d3f8a691b96a5532122dab3 (patch)
treee802d81432ff4b94e1e3f6ba58eda54cc6812b31 /etc/rc.notify_message
parent9a1327561235053a66293ae6177878e92deb8b8e (diff)
downloadpfsense-38b52836ad538f390d3f8a691b96a5532122dab3.zip
pfsense-38b52836ad538f390d3f8a691b96a5532122dab3.tar.gz
Update (C)
Diffstat (limited to 'etc/rc.notify_message')
-rwxr-xr-xetc/rc.notify_message33
1 files changed, 27 insertions, 6 deletions
diff --git a/etc/rc.notify_message b/etc/rc.notify_message
index d17e968..887b4c6 100755
--- a/etc/rc.notify_message
+++ b/etc/rc.notify_message
@@ -1,11 +1,32 @@
#!/usr/local/bin/php
-#
-# /etc/rc.notifty_message
-# Copyright (C) 2010 Scott Ullrich <sullrich@pfsense.org>.
-# All rights reserved.
-#
-
<?php
+/*
+ rc.notify_message
+ part of pfSense (http://www.pfSense.com)
+ Copyright (C) 2010 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:
+
+ 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("config.inc");
require("functions.inc");
OpenPOWER on IntegriCloud