1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 23:10:21 +02:00

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+.
This commit is contained in:
Andy Wingo 2011-04-14 16:18:56 +02:00
parent 1693983a61
commit e07f0a5566

View file

@ -343,6 +343,7 @@ If FILE begins with `-' the -s switch is mandatory.
((or (string=? arg "-v") (string=? arg "--version")) ((or (string=? arg "-v") (string=? arg "--version"))
(version-etc "GNU Guile" (version) (version-etc "GNU Guile" (version)
#:license *LGPLv3+*
#:command-name "guile" #:command-name "guile"
#:packager (assq-ref %guile-build-info 'packager) #:packager (assq-ref %guile-build-info 'packager)
#:packager-version #:packager-version