diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-06-27 11:28:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-06-27 11:33:35 -0700 |
commit | 6d390f413981c29c15e6ce8a6faf59cae77246f9 (patch) | |
tree | 422b037d0c9028232308fdf3c336158465f65507 /LICENSE-CYG | |
parent | 9a9fe075f5c1f79dde574bae585431b717a83e18 (diff) | |
download | txr-6d390f413981c29c15e6ce8a6faf59cae77246f9.tar.gz txr-6d390f413981c29c15e6ce8a6faf59cae77246f9.tar.bz2 txr-6d390f413981c29c15e6ce8a6faf59cae77246f9.zip |
Preparations for bundling Cygwin library.
* LICENSE-CYG: New file.
* METALICENSE: Include a note about the use of Cygwin
in accordance with LGPL.
* txr.c (license): Use glob to iterate over all files in the txr
share directory which match the LICENSE* pattern.
Diffstat (limited to 'LICENSE-CYG')
-rw-r--r-- | LICENSE-CYG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/LICENSE-CYG b/LICENSE-CYG new file mode 100644 index 00000000..e7b37cd4 --- /dev/null +++ b/LICENSE-CYG @@ -0,0 +1,4 @@ +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>. |