From: Richard Hartmann Date: Thu, 28 Jun 2012 13:10:01 +0000 (+0200) Subject: Clarify stance on GPLv2+ vs GPLv3+ X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/47558cb545fbf6e175c75fe04741ffd78754f222?ds=sidebyside;hp=68ed073de69ed5c5a0ca176ca4d82869b830fc14 Clarify stance on GPLv2+ vs GPLv3+ --- 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"