diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:11:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:11:53 +0200 |
commit | bb5c65c64ff5ad3d136b351da2d629a9cd8a2ba5 (patch) | |
tree | 2036331bd329f4915df9374e4a71a7ef30973486 /binary/mingw-w64/manifest.txt | |
parent | 663a6689ba14a422cbc714d113b28dad731c44bf (diff) |
Add MinGW-W64 ODB binary build scripts
Diffstat (limited to 'binary/mingw-w64/manifest.txt')
-rw-r--r-- | binary/mingw-w64/manifest.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binary/mingw-w64/manifest.txt b/binary/mingw-w64/manifest.txt new file mode 100644 index 0000000..e35a3ea --- /dev/null +++ b/binary/mingw-w64/manifest.txt @@ -0,0 +1,15 @@ +This directory contains components from the MinGW-W64 and MSYS systems +as well as the GCC compiler. + +The MinGW-W64 and GCC distributions are comprised of several different +packages. Each of the various packages is governed by its own +individual copyright and licensing terms. Some of those packages are +licensed by the GNU Public License (GPL) or the GNU Lesser General +Public License(LGPL), some are licensed in the Public Domain and some +have their own open-source licenses. + +For full source code and licensing details see: + +MinGW-W64: http://mingw-w64.sourceforge.net +MSYS: http://www.mingw.org +GCC: http://gcc.gnu.org |