diff options
author | Adam Spiers <git@adamspiers.org> | 2013-11-16 21:18:58 -0500 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-05 16:57:08 +0000 |
commit | 9047cdea659e3dfde75f4003b4bc91bbdfc59308 (patch) | |
tree | c6bec32f994a5682e25bf0b5897d19b89ff996b0 | |
parent | 43649442f49876ad22051b085a9258f39bbcd5c6 (diff) | |
download | git-deps-9047cdea659e3dfde75f4003b4bc91bbdfc59308.tar.gz |
add license
-rwxr-xr-x | git-deps | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |