installer: Updated for TDM-GCC 4.8.1; Updated licenses
authorJerome St-Louis <jerome@ecere.com>
Thu, 6 Mar 2014 13:12:13 +0000 (08:12 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 6 Mar 2014 13:22:58 +0000 (08:22 -0500)
commit0393c16e9a88362dab5c7c53b93438f7e883b59f
tree1a6c3e5663ee44e9f6f276f44faced96389a9bc1
parent61eb4504c726c5d93b97d0e073e19c6a25369161
installer: Updated for TDM-GCC 4.8.1; Updated licenses
- Licenses were updated to more accurately reflect the licenses applying to the various MinGW-w64 components
- A new tab was added to the IDE/installer/licensing sample specifically for the MinGW-w64 runtime
- The GCC, GDB tab was updated to contain all licenses pertaining to the various TDM-GCC components
- The generic GPL license previously used for GCC/GDB was renamed to gpl2 and GPLv3 and LGPLv2/v3 were added as well
- TDM-GCC/MinGW-w64 licenses are no longer part of the optional documentation components (which were not
  installed by default) and are now always installed in Program Files/Ecere SDK/tdm/licenses
- Tabs were added to the licensing sample to reflect all acknowledgements required for the default Ecere dll
17 files changed:
LICENSE
ecere/ecere.epj
extras/gui/LicensesDialog.ec
extras/res/licenses/MinGW-w64.LICENSE [new file with mode: 0644]
extras/res/licenses/ecere.LICENSE
extras/res/licenses/gpl2.LICENSE [moved from extras/res/licenses/gpl.LICENSE with 100% similarity]
extras/res/licenses/gpl3.LICENSE [new file with mode: 0644]
extras/res/licenses/lgpl2.LICENSE [new file with mode: 0644]
extras/res/licenses/lgpl3.LICENSE [new file with mode: 0644]
extras/res/licenses/tdm-gcc.LICENSE [new file with mode: 0644]
extras/res/licenses/upx.LICENSE
ide/Makefile
ide/ide.epj
ide/src/licensing.ec
installer/Installer.epj
installer/src/installer.ec
samples/misc/licensing/licensing.epj