summaryrefslogtreecommitdiff
path: root/compat/subprocess.py
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-21 07:58:32 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-21 07:58:32 (GMT)
commit089f20dce19711d34f5383ee289a9b1fbd3f3307 (patch)
tree1ff48bac14ce11f2541b52c3f5d47317e4f168dd /compat/subprocess.py
parent9f25c7bd5cf2bd6ae8e4775a4fd1a19f3eda10ea (diff)
downloadgit-089f20dce19711d34f5383ee289a9b1fbd3f3307.zip
git-089f20dce19711d34f5383ee289a9b1fbd3f3307.tar.gz
git-089f20dce19711d34f5383ee289a9b1fbd3f3307.tar.bz2
Clarify dual license status of subprocess.py file.v0.99.7a
The author of the file we stole from Python 2.4 distribution, Peter Astrand <astrand@lysator.liu.se>, OK'ed to add this at the end of the licensing terms section of the file: Use of this file within git is permitted under GPLv2. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'compat/subprocess.py')
-rw-r--r--compat/subprocess.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/subprocess.py b/compat/subprocess.py
index d115e87..93323df 100644
--- a/compat/subprocess.py
+++ b/compat/subprocess.py
@@ -24,6 +24,9 @@
# 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.
+#
+# Use of this file within git is permitted under GPLv2.
+#
r"""subprocess - Subprocesses with accessible I/O streams