Underscore and capital letters are valid in tag/branch names
[viewgit.git] / doc / LICENSE
bloba36dc159916d0f3a633401d23d07986965f19553
1 ViewGit is licensed under GNU Affero General Public License version 3, see the
2 agpl-3.0.txt file.
4 Third party licenses
5 ====================
7 The Silk icon set has been created by Mark James.
8 <http://www.famfamfam.com/lab/icons/silk/>
10 The license is CC-BY-3 with the following requirement:
11 "As an author, I would appreciate a reference to my authorship of the Silk icon
12 set contents within a readme file or equivalent documentation for the software
13 which includes the set or a subset of the icons contained within."
14 <http://creativecommons.org/licenses/by/3.0/>
16 Contributions
17 =============
19 Contributions should be sent under "AGPLv3 or older" to allow me to upgrade the
20 license later on.
22 Complying with the license
23 ==========================
25 NOTE: This is just an interpretation - you still need to follow the license.
27 Shortly put, compared to GPLv3, AGPLv3 requires you to share any modifications
28 you make to the source with any network users who use your copy of the
29 software.
31 [ this naturally excludes inc/localconfig.php which is not part of the software,
32 just a configuration file - at least as long as you use it for that purpose only. ]
34 Simple way to comply with this requirement is to "git clone" the whole ViewGit
35 history, and commit your changes on top of the history. Then you can publish
36 the .git directory using ViewGit itself.