summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f25c7b)
raw | patch | inline | side by side (parent: 9f25c7b)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Sep 2005 07:58:32 +0000 (00:58 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 21 Sep 2005 07:58:32 +0000 (00:58 -0700) |
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>
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>
compat/subprocess.py | patch | blob | history |
diff --git a/compat/subprocess.py b/compat/subprocess.py
index d115e87cc61a3fc8b3d43c9d9ae2a3e93cee8e8a..93323dfc0a6e708ec781150740506186eded9ab0 100644 (file)
--- a/compat/subprocess.py
+++ b/compat/subprocess.py
# 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