mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +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:
parent
1693983a61
commit
e07f0a5566
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue