aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost>2012-11-16 03:47:51 -0300
committerroot <root@localhost>2012-11-16 03:47:51 -0300
commit872e82a427c34d63bbe371e1cfc8390fa241d574 (patch)
treea45d2861926b9f1b9611be4983f2c40786a8fe66
parentfeca90623112a1cc5ebe3137747bda953ba3b0cf (diff)
downloadgit-remote-gcrypt-872e82a427c34d63bbe371e1cfc8390fa241d574.zip
git-remote-gcrypt-872e82a427c34d63bbe371e1cfc8390fa241d574.tar.gz
git-remote-gcrypt-872e82a427c34d63bbe371e1cfc8390fa241d574.tar.bz2
Update license text
-rw-r--r--README.rst6
-rwxr-xr-xgit-remote-gcrypt6
2 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 2fbff23..8586f24 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,6 @@ git-remote-gcrypt
GNU Privacy Guard-encrypted git remote
--------------------------------------
-:Author: Ulrik Sverdrup
:Manual section: 1
Description
@@ -181,8 +180,9 @@ git-remote-helpers(1), gpg(1)
License
=======
-git-remote-gcrypt is licensed under the terms of the GNU GPL version 2
-(or at your option, any later version). See http://www.gnu.org/licenses/
+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.
.. this document generates a man page with rst2man
.. vim: ft=rst tw=72 sts=4
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index a70b0c9..d1eafe9 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -1,8 +1,10 @@
#!/bin/sh
# git-remote-gcrypt
-# Copyright 2013 by Ulrik
-# License: GPLv2 or any later version, see http://www.gnu.org/licenses/
+#
+# 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.
#
# See README