From cf2ba4831335d50db9d5066bebc8e54e87732437 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 1 Jul 2012 23:23:11 +0200 Subject: Add GPL license and necessary comments --- src/gitto | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src') diff --git a/src/gitto b/src/gitto index 2f86f74..283083e 100755 --- a/src/gitto +++ b/src/gitto @@ -1,4 +1,21 @@ #!/bin/sh +# gitto -- Keep track of your git repositories +# Copyright (C) 2012 Tom Willemsen + +# This file is part of gitto. + +# gitto 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. + +# gitto 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 gitto. If not, see . BOOT="((@ (gitto main) main) (program-arguments))" exec guile $GUILE_FLAGS -c "$BOOT" "$0" "$@" -- cgit v1.2.3-54-g00ecf