summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2016-06-30 19:52:44 +0100
committerGitHub <noreply@github.com>2016-06-30 19:52:44 +0100
commit12d997b8a7817f15af3aef3dfb90fd3950a02ff9 (patch)
treed8217d2c1f5505ad9e16876fdd8f5a42e0f01e6b /LICENSE
parent38ed591f830d575ac83640549820ce43c15ccb88 (diff)
downloadpexpect-git-12d997b8a7817f15af3aef3dfb90fd3950a02ff9.tar.gz
format license according to the standard template
Having "PEXPECT LICENSE" at the top of the file makes it seem like it is a custom license with specific terms, rather than the license of the Pexpect project. The text corresponds (as the header note righfully indicates) to the ISC License, so this change edits the header to hopefully clarify this. Additionally, the formatting was slightly different from the standard ISC license template (as seen on https://opensource.org/licenses/isc-license or http://choosealicense.com/licenses/isc/), so the first paragraph was converted to regular sentence case rather than ALL CAPS like the disclaimer.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE9
1 files changed, 5 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 9e10acb..754db5a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-PEXPECT LICENSE
+ISC LICENSE
This license is approved by the OSI and FSF as GPL-compatible.
http://opensource.org/licenses/isc-license.txt
@@ -6,9 +6,10 @@ PEXPECT LICENSE
Copyright (c) 2013-2014, Pexpect development team
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.
+ 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