summaryrefslogtreecommitdiff
path: root/pexpect/examples/df.py
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2012-10-20 02:19:33 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2012-10-20 02:19:33 +0000
commit0b428eb5d5ceefdb178843db3e12072457fb7aec (patch)
treeaabe4b5fc998cabfbb0946b4d356f6265720ccdf /pexpect/examples/df.py
parent74ace3303f22848674bd638d061a54c9dcc7d77d (diff)
downloadpexpect-master.tar.gz
Mostly a massive license update. Added a license per file.HEADmaster
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@533 656d521f-e311-0410-88e0-e7920216d269
Diffstat (limited to 'pexpect/examples/df.py')
-rwxr-xr-xpexpect/examples/df.py21
1 files changed, 20 insertions, 1 deletions
diff --git a/pexpect/examples/df.py b/pexpect/examples/df.py
index 64bbf93..e299396 100755
--- a/pexpect/examples/df.py
+++ b/pexpect/examples/df.py
@@ -5,7 +5,26 @@ filesystem name and percentage are stored in a list. A simple report is
printed. Filesystems over 95% capacity are highlighted. Note that this does not
parse filesystem names after the first space, so names with spaces in them will
be truncated. This will produce ambiguous results for automount filesystems on
-Apple OSX. """
+Apple OSX.
+
+PEXPECT LICENSE
+
+ This license is approved by the OSI and FSF as GPL-compatible.
+ http://opensource.org/licenses/isc-license.txt
+
+ Copyright (c) 2012, Noah Spurrier <noah@noah.org>
+ PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY
+ PURPOSE WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE
+ COPYRIGHT NOTICE AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES.
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+"""
import pexpect