aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2013-11-16 21:18:58 -0500
committerAdam Spiers <git@adamspiers.org>2015-01-05 16:57:08 +0000
commit9047cdea659e3dfde75f4003b4bc91bbdfc59308 (patch)
treec6bec32f994a5682e25bf0b5897d19b89ff996b0
parent43649442f49876ad22051b085a9258f39bbcd5c6 (diff)
downloadgit-deps-9047cdea659e3dfde75f4003b4bc91bbdfc59308.tar.gz
add license
-rwxr-xr-xgit-deps16
1 files changed, 16 insertions, 0 deletions
diff --git a/git-deps b/git-deps
index a6c819a..815b904 100755
--- a/git-deps
+++ b/git-deps
@@ -1,4 +1,20 @@
#!/usr/bin/python
+#
+# git-deps - automatically detect dependencies between git commits
+# Copyright (C) 2013 Adam Spiers <git@adamspiers.org>
+#
+# The software in this repository is free software: you can redistribute
+# it and/or modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function