summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorJim Thompson <jim@netgate.com>2014-11-10 23:36:14 -0600
committerJim Thompson <jim@netgate.com>2014-11-10 23:36:14 -0600
commit29aef6c45b43c5a00efb0b4e036ac437face42b7 (patch)
treec3f9929dee3eced21dab09dfe76561eecc40475e /usr/local/sbin
parentdd447bde2b64db9f418165f53acf6cb9c7fa538a (diff)
downloadpfsense-29aef6c45b43c5a00efb0b4e036ac437face42b7.zip
pfsense-29aef6c45b43c5a00efb0b4e036ac437face42b7.tar.gz
Change copyright statement to reflect reality
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/WipePackages.php3
-rw-r--r--usr/local/sbin/gmirror_status_check.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/sbin/WipePackages.php b/usr/local/sbin/WipePackages.php
index 90bd3ee..aba29a1 100755
--- a/usr/local/sbin/WipePackages.php
+++ b/usr/local/sbin/WipePackages.php
@@ -5,6 +5,7 @@
WipePackages.php
part of the pfSense project
Copyright (C) 2008 Scott Ullrich <sullrich@gmail.com>
+ Copyright (C) 2013-2014 Electric Sheep Fencing, LP
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -61,4 +62,4 @@ if(strtoupper($command) == "Y" || strtoupper($command) == "YES") {
echo "\npfSense package wipe procedure has completed.\n\n";
}
-?> \ No newline at end of file
+?>
diff --git a/usr/local/sbin/gmirror_status_check.php b/usr/local/sbin/gmirror_status_check.php
index 88c186f..09bfb5a 100644
--- a/usr/local/sbin/gmirror_status_check.php
+++ b/usr/local/sbin/gmirror_status_check.php
@@ -3,6 +3,7 @@
/*
gmirror_status_check.php
Copyright (C) 2014 Jim Pingle
+ Copyright (C) 2013-2014 Electric Sheep Fencing, LP
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -89,4 +90,4 @@ if (count($notices)) {
if ($mirror_status != $previous_mirror_status)
file_put_contents($status_file, serialize($mirror_status));
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud