MinGW.LICENSE.txt 1.1 KB

12345678910111213141516171819202122232425
  1. MinGW - Licensing Terms
  2. Various pieces distributed with MinGW come with its own copyright and license:
  3. Basic MinGW runtime
  4. MinGW base runtime package is uncopyrighted and placed in the public domain.
  5. This basically means that you can do what you want with the code.
  6. w32api
  7. You are free to use, modify and copy this package.
  8. No restrictions are imposed on programs or object files compiled with this library.
  9. You may not restrict the the usage of this library.
  10. You may distribute this library as part of another package or as a modified package
  11. if and only if you do not restrict the usage of the portions consisting
  12. of this (optionally modified) library.
  13. If distributed as a modified package then this file must be included.
  14. This library is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty
  16. of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. MinGW profiling code
  18. MinGW profiling code is distributed under the GNU General Public License.
  19. The development tools such as GCC, GDB, GNU Make, etc all covered by GNU General Public License.