aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
authorroot <root@localhost>2013-03-03 09:02:43 +0100
committerroot <root@localhost>2013-03-03 09:02:43 +0100
commit0b459b4b87c2955d0c7d00c09262ca39304c2698 (patch)
tree8ed647f16108221fe7048889e1f7100876aca088 /git-remote-gcrypt
parent5f7f1afc85a9d8660d204c500042c5399221d426 (diff)
downloadgit-remote-gcrypt-0b459b4b87c2955d0c7d00c09262ca39304c2698.tar.gz
Add license header and the text of the GNU GPL
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt21
1 files changed, 15 insertions, 6 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index c31416e..9bd7bc2 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -1,12 +1,21 @@
#!/bin/sh
-
-# git-remote-gcrypt
#
-# git-remote-gcrypt is licensed under the terms of the GNU GPL version 3
-# (or at your option, version 2, or any version later than GPLv3).
-# See http://www.gnu.org/licenses/ for more information.
+# git-remote-gcrypt
+#
+# 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 3 of the License, or
+# (at your option) version 2 or 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, see <http://www.gnu.org/licenses/>.
#
-# See README
+# See README.rst for usage instructions
set -e # errexit
set -u # nounset