summaryrefslogtreecommitdiff
path: root/compat/subprocess.py
AgeCommit message (Collapse)AuthorFilesLines
2005-09-23Further clarify licensing status of compat/subprocess.py.Libravatar Junio C Hamano1-20/+4
PSF license explicitly states the files in Python distribution is compatible with GPL, and upstream clarified the licensing terms by shortening its file header. This version is a verbatim copy from release24-maint branch form Python CVS. Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-09-19Ship our own copy of subprocess.pyLibravatar Junio C Hamano1-0/+1165
so people without the latest Python could run merge-recursive. Signed-off-by: Junio C Hamano <junkio@cox.net>