]> git.xonotic.org Git - xonotic/xonotic.git/blob - COPYING
Improve serverbench command WRT #273 (fix)
[xonotic/xonotic.git] / COPYING
1 Xonotic Licensing
2 =================
3
4
5 Scope
6 -----
7
8 This licensing document pertains to:
9
10 - Official Xonotic releases
11
12 - The Team Xonotic-owned branches (i.e. those whose name does not contain a
13   slash, like "master" and "div0-stable") of the repositories on
14   git://git.xonotic.org/xonotic/ including all their ancestor commits
15
16 Team Xonotic does not make any guarantees for licensing or legal status of any
17 content not distributed as part of official Xonotic releases or Team
18 Xonotic-owned branches, such as:
19
20 - Files downloaded from a web server by Xonotic (e.g. automatic map downloads)
21
22 - Branches of our repository that are owned by a user of the repository, and
23   thus not owned by Team Xonotic (these branches are always prefixed with user
24   name and a slash, as in "divVerent/")
25
26 For status of such content, please contact its author.
27
28
29 Licensing Grant
30 ---------------
31
32 All source files (as defined by the respective license) in scope of this
33 document are under the GPL version 3 or any later version, at your choice.
34
35 The source code of the game engine, DarkPlaces, is licensed under the GPL
36 version 2 or any later version, at your choice. Furthermore, some source code
37 inside the qcsrc/ directory may also be usable under other licenses as
38 indicated by COPYING files therein.
39
40 The two relevant licenses are provided in the files GPL-2 and GPL-3 in this
41 package.
42
43
44 Source Code Download
45 --------------------
46
47 Current and past Xonotic source, including tagged commits containing source
48 matching any official Xonotic release, is available on
49 git://git.xonotic.org/xonotic/
50
51
52 Contributions
53 -------------
54
55 By committing data/files, you agree to license all the changes/additions
56 contained in your commits to Team Xonotic under the terms of the applicable
57 license as described above. In particular, you guarantee that you have
58 acquired all the necessary rights from possible other copyright holders to be
59 able to license your work under this license. Any submission which does not
60 fulfill this condition may lead to legal action against the submitter.
61
62 Exceptions however may be made on request, but in any case, Team Xonotic must
63 be allowed to distribute the changes as part of the git repository, and others
64 must be allowed to redistribute it in form of cloned git repositories. As
65 stated above, no guarantees are made by Team Xonotic about licensing status of
66 such branches.