Remove run-time pass-by references
[viewgit.git] / doc / LICENSE
blob2623dec906fc3709c71211fe1db959e56b194054
1 ViewGit is licensed under GNU Affero General Public License version 3, see the
2 agpl-3.0.txt file.
4 Contributions
5 =============
7 Contributions should be sent under "AGPLv3 or older" to allow me to upgrade the
8 license later on.
10 Complying with the license
11 ==========================
13 NOTE: This is just an interpretation - you still need to follow the license.
15 Shortly put, compared to GPLv3, AGPLv3 requires you to share any modifications
16 you make to the source with any network users who use your copy of the
17 software.
19 [ this naturally excludes inc/localconfig.php which is not part of the software,
20 just a configuration file - at least as long as you use it for that purpose only. ]
22 Simple way to comply with this requirement is to "git clone" the whole ViewGit
23 history, and commit your changes on top of the history. Then you can publish
24 the .git directory using ViewGit itself.