summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 07:10:52 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 07:10:52 +0100
commitcc6597190b3b413949495a3c0a71e90f56c1005f (patch)
tree0f16e3e9a5a6f9482e12ee5d78c9208c57aee848 /src
parentfba334394b59893a7032c22c1e03efb63ad1ba04 (diff)
downloadndim-git-utils-cc6597190b3b413949495a3c0a71e90f56c1005f.tar.gz
ndim-git-utils-cc6597190b3b413949495a3c0a71e90f56c1005f.tar.xz
ndim-git-utils-cc6597190b3b413949495a3c0a71e90f56c1005f.zip
Add license
Diffstat (limited to 'src')
-rwxr-xr-xsrc/git-amb15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/git-amb b/src/git-amb
index 29fa9ec..26800c1 100755
--- a/src/git-amb
+++ b/src/git-amb
@@ -1,10 +1,23 @@
#!/bin/sh
# git-amb - git automake build utility
+# Copyright (C) 2007 Hans Ulrich Niedermann <hun@n-dimensional.de>
+#
# Build automake based git checkout in branch specific build and install trees.
# That makes it easy to compare build results from different branches.
#
-# Copyright (C) 2007 Hans Ulrich Niedermann <hun@n-dimensional.de>
+# This program 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 2 of the License, or
+# (at your option) any later version.
+#
+# This program 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, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
USAGE="<command> [params...]"