diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-03 13:40:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-03 13:40:06 -0700 |
commit | d38631df987863df81870894eccf6ee3f0d17c27 (patch) | |
tree | 5e8f168d257246a833bcec396e2abacafd875b53 | |
parent | 9407f526da0b308ad7ea18520ac178e9772773f2 (diff) | |
download | txr-d38631df987863df81870894eccf6ee3f0d17c27.tar.gz txr-d38631df987863df81870894eccf6ee3f0d17c27.tar.bz2 txr-d38631df987863df81870894eccf6ee3f0d17c27.zip |
Rewrite Cygwin installer copyright note for Cygnal.
* LICENSE-CYG: Describe Cygnal situation and point
to Cygnal project. Also, treat the GCC runtime separately.
-rw-r--r-- | LICENSE-CYG | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/LICENSE-CYG b/LICENSE-CYG index e7b37cd4..edcf5cc4 100644 --- a/LICENSE-CYG +++ b/LICENSE-CYG @@ -1,4 +1,12 @@ -This build of TXR is linked against the Cygwin library, which is -Copyright (C) 1995-2016 Red Hat Inc. and is distributed and used -with TXR in accordance with the Lesser GNU Public License (LGPL), -Version 3 <https://cygwin.com/COPYING.LIB>. +This build of TXR is linked against the Cygnal library, which is a patched +derivative of the Cygwin library. It is also linked against a redistibutable +GCC runtime. + +Cygwin is Copyright (C) 1995-2016 Red Hat Inc. and the Cygnal version +is distributed and used with TXR in accordance with the Lesser GNU Public +License (LGPL), Version 3 <https://cygwin.com/COPYING.LIB>. + +The Cygnal project is hosted at <http://www.kylheku.com/cygnal>. + +The redistributable GCC runtime is also under the Lesser GNU Public License, +and is Copryight (C) 2016 The Free Software Foundation, Inc. |