Explorar el Código

Update license text

root hace 11 años
padre
commit
872e82a427
Se han modificado 2 ficheros con 7 adiciones y 5 borrados
  1. 3 3
      README.rst
  2. 4 2
      git-remote-gcrypt

+ 3 - 3
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

+ 4 - 2
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