Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 d115e87cc6..93323dfc0a 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