summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-04-14 16:18:56 +0200
committerAndy Wingo <wingo@pobox.com>2011-04-14 16:18:56 +0200
commite07f0a55660b6329089ab88103502094bda2b98e (patch)
treed4e14eec37f922bae9257fdcccbe00a0e52e8945
parent1693983a61de92a7a29b99e9769774fbb9b90942 (diff)
downloadguile-e07f0a55660b6329089ab88103502094bda2b98e.tar.gz
guile -v prints LGPLv3+.
* module/ice-9/command-line.scm (compile-shell-switches): Though Guile may be distributed under the GPLv3, Guile is actually LGPLv3+.
-rw-r--r--module/ice-9/command-line.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/command-line.scm b/module/ice-9/command-line.scm
index e40006a82..9fa7135ae 100644
--- a/module/ice-9/command-line.scm
+++ b/module/ice-9/command-line.scm
@@ -343,6 +343,7 @@ If FILE begins with `-' the -s switch is mandatory.
((or (string=? arg "-v") (string=? arg "--version"))
(version-etc "GNU Guile" (version)
+ #:license *LGPLv3+*
#:command-name "guile"
#:packager (assq-ref %guile-build-info 'packager)
#:packager-version