]> git.xonotic.org Git - xonotic/xonotic.git/blob - COPYING
Remove linux 32bit binary support.
[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 2 or any later version, at your choice.
34
35 Linux and Windows binaries however link to a library that is under the LGPL
36 version 3 with the "or any later version" clause. Thus, they can only be
37 distributed under the GPL version 3 or any later version, at your choice.
38
39 The two relevant licenses are provided in the files GPL-2 and GPL-3 in this
40 package.
41
42
43 Source Code Download
44 --------------------
45
46 Current and past Xonotic source, including tagged commits containing source
47 matching any official Xonotic release, is available on
48 git://git.xonotic.org/xonotic/
49
50
51 Contributions
52 -------------
53
54 By committing data/files, you agree to license all the changes/additions
55 contained in your commits to Team Xonotic under the terms of the General Public
56 License version 2, with the "any later version" clause active. In particular,
57 you guarantee that you have acquired all the necessary rights from possible
58 other copyright holders to be able to license your work under this license. Any
59 submission which does not fulfill this condition may lead to legal action
60 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.