From 47558cb545fbf6e175c75fe04741ffd78754f222 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Thu, 28 Jun 2012 15:10:01 +0200
Subject: [PATCH] Clarify stance on GPLv2+ vs GPLv3+

---
 vcsh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vcsh b/vcsh
index c6ea395..ce8d385 100755
--- a/vcsh
+++ b/vcsh
@@ -5,6 +5,11 @@
 # For details, see LICENSE. To submit patches, you have to agree to
 # license your code under the GNU GPL version 2 or later.
 
+# While the following is not legally binding, the author would like to
+# explain the choice of GPLv2+ over GPLv3+.
+# The author prefers GPLv3+ over GPLv2+ but feels it's better to maintain
+# full compability with git. In case git ever changes its licensing terms,
+# this software will most likely follow suit.
 
 [ -n "$VCSH_DEBUG" ]                  && set -vx
 [ -z "$XDG_CONFIG_HOME" ]             && XDG_CONFIG_HOME="$HOME/.config"
-- 
GitLab