diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2019-08-06 02:17:23 +0100 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2019-08-06 02:17:23 +0100 |
commit | e5ff1d3d4bc01d98b12d05f9cb85457c7f15c424 (patch) | |
tree | a18bc2026e95b76f820170855ea3a39aa5f03324 /COPYING |
first commit
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +---------------------------------------------------------- Tremulous License --- + +Tremulous is licensed in two broadly separate sections: the code and the media. + +The code is licensed under the GNU GENERAL PUBLIC LICENSE. This license is +contained in full in the file named GPL. Please be aware of the exceptions to +this license as listed below. + +The media is licensed under the CREATIVE COMMONS ATTRIBUTION-SHAREALIKE 2.5 +LICENSE. Please read http://creativecommons.org/licenses/by-sa/2.5/ to learn +more about this license. The full license text is contained in the file named +CC. + + +---------------------------------------------------- Code License Exceptions --- + +The following files contain sections of code that are not licensed under the +GPL, but are nevertheless GPL compatible. The license text for these licenses +is contained within the files as listed. + + src/qcommon/unzip.c zlib license + src/game/bg_lib.c BSD license + src/client/snd_adpcm.c Stichting Mathematisch Centrum license + src/jpeg-6/* JPEG license |