LICENSE 952 B

12345678910111213141516171819202122232425262728293031323334353637
  1. LICENSE ( last update: Wed Feb 8 17:16:40 CST 2006 )
  2. -----------------------------------------------------
  3. There are 3 license types used throughout GtkRadiant source code.
  4. BSD - modified Berkeley Software Distribution license
  5. ( each BSD licensed source file starts with the appropriate header )
  6. LGPL - GNU Lesser General Public License v2.1
  7. ( see LGPL at the root of the tree )
  8. GPL - GNU General Public License
  9. ( see GPL at the root of the tree )
  10. How do I check which license applies to a given part of the source code?
  11. Each source file in the tree comes with a license header which explains what
  12. license applies. To sum up shortly:
  13. GPL: ( except some files contributed by Loki Software under BSD license )
  14. GtkRadiant Core
  15. GtkRadiant Modules
  16. GtkRadiant Libraries
  17. Quake III Tools
  18. Quake II Tools
  19. Background2D Plugin
  20. HydraToolz Plugin
  21. BSD:
  22. JPEG Library
  23. MD5 Library
  24. DDS Library
  25. PicoModel Library
  26. PrtView Plugin
  27. LGPL
  28. BobToolz Plugin
  29. GenSurf Plugin