mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
Changed some wording.
This commit is contained in:
parent
9a386b2650
commit
ae0406118c
1 changed files with 14 additions and 7 deletions
21
LICENSE
21
LICENSE
|
@ -12,10 +12,10 @@ license. Any discrepancy regarding licensing terms between this
|
||||||
document and any given source file is a bug, please report it.
|
document and any given source file is a bug, please report it.
|
||||||
|
|
||||||
The overall intent of the Guile license is for the source to be
|
The overall intent of the Guile license is for the source to be
|
||||||
covered under the GNU Public License, along with whatever additional
|
covered under the GNU General Public License, along with whatever
|
||||||
exceptions are necessary so that just linking an application against
|
additional exceptions are necessary so that just linking an
|
||||||
Guile doesn't (by itself) make that application subject to the
|
application against Guile doesn't (by itself) make that application
|
||||||
restrictions of the GPL.
|
subject to the restrictions of the GPL.
|
||||||
|
|
||||||
More specifically, most files in Guile are covered under the terms of
|
More specifically, most files in Guile are covered under the terms of
|
||||||
the GNU General Public License, which should be included with the
|
the GNU General Public License, which should be included with the
|
||||||
|
@ -25,7 +25,7 @@ copy of this license from the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
In addition, all of the files that actually become a part of the final
|
In addition, all of the files that actually become a part of the final
|
||||||
Guile executables are subject to a special exception to the GNU
|
Guile library "libguile" are subject to a special exception to the GNU
|
||||||
General Public License. This exception is included in the section
|
General Public License. This exception is included in the section
|
||||||
titled "Guile GPL Exception" below, and will henceforth be referred to
|
titled "Guile GPL Exception" below, and will henceforth be referred to
|
||||||
as the Guile GPL Exception.
|
as the Guile GPL Exception.
|
||||||
|
@ -36,8 +36,15 @@ alone. Examples include many files used only while building Guile,
|
||||||
example files, etc.
|
example files, etc.
|
||||||
|
|
||||||
Finally, some of the files in the guile-readline directory are covered
|
Finally, some of the files in the guile-readline directory are covered
|
||||||
only by the GNU Public License, but Guile has been designed to load
|
only by the GNU Public License, but Guile does not make use of these
|
||||||
these files in a way that will not violate the GNU Public License.
|
files by default. If you decide to use guile-readline for your
|
||||||
|
application, you must (as always) respect the license terms of it and
|
||||||
|
consequently, the exception granted for libguile becomes ineffective.
|
||||||
|
|
||||||
|
The same is true for any other additional code that you might want to
|
||||||
|
use with Guile. The exception is only granted for the core of Guile,
|
||||||
|
the library libguile, and is not automatically extended to other code
|
||||||
|
that relates to Guile.
|
||||||
|
|
||||||
Section: GUILE GPL EXCEPTION
|
Section: GUILE GPL EXCEPTION
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue