From db19edc893e511af45767d9e64486a90f25de67a Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Sun, 2 Dec 2007 21:06:43 +0100 Subject: [PATCH] License information added. License information are added as a header of every file. Signed-off-by: David Soria Parra --- gc-commit.sh | 3 +++ gc-import.sh | 3 +++ gc-update.sh | 3 +++ 3 files changed, 9 insertions(+) diff --git a/gc-commit.sh b/gc-commit.sh index 9307e5b..7e99d1e 100644 --- a/gc-commit.sh +++ b/gc-commit.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Licensed under the terms of the MIT License +# See /usr/share/doc/gcutils/copyright +# or http://www.opensource.org/licenses/mit-license.php VERSION="$VERSION$" PROGNAME="$PROGNAME$" diff --git a/gc-import.sh b/gc-import.sh index 5937269..4c088fb 100644 --- a/gc-import.sh +++ b/gc-import.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Licensed under the terms of the MIT License +# See /usr/share/doc/gcutils/copyright +# or http://www.opensource.org/licenses/mit-license.php VERSION="$VERSION$" PROGNAME="$PROGNAME$" diff --git a/gc-update.sh b/gc-update.sh index 96bafe1..828c0e9 100644 --- a/gc-update.sh +++ b/gc-update.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Licensed under the terms of the MIT License +# See /usr/share/doc/gcutils/copyright +# or http://www.opensource.org/licenses/mit-license.php VERSION="$VERSION$" PROGNAME="$PROGNAME$" -- 2.11.4.GIT