1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-04 21:58:55 +00:00
parent ad815c06cd
commit e2d0a64945
2 changed files with 15 additions and 0 deletions

10
LICENSE
View file

@ -1,3 +1,13 @@
****************************NOTE************************************
Guile is now covered under the terms of the GNU LGPL. However we're
still in the process of updating all of our files. Please bear with
us.
****************************NOTE************************************
[THIS IS NO LONGER ACCURATE -- see above]
Guile License ==================================================
The license of Guile consists of the GNU GPL plus a special statement

5
NEWS
View file

@ -16,6 +16,11 @@ Changes since the stable branch:
* Changes to the distribution
** Guile now requires GNU MP (http://swox.com/gmp).
Guile now uses the GNU MP library for arbitrary precision arithmetic.
At the moment it is being used to handle Guile's bignums.
** Guile now has separate private and public configuration headers.
Guile now has config.h and libguile/scmconfig.h. The former is not