diff options
author | SlackerLinux85 <SlackerLinux85@55599770-6f59-11de-83c4-53937bf5378e> | 2017-04-13 11:30:00 +0000 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-04-15 12:04:45 +0200 |
commit | 45973dc48641365b31475733bce7af9c3b8603a6 (patch) | |
tree | c9e4cdec39e41fe35c3f0ec96d4d9bda70d682d7 /COPYING | |
parent | 4d5120be9583309471102f8944234ee8a3a5738e (diff) |
import the Slacker's QVM code base
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 |