LICENSE 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. This program is free software: you can redistribute it and/or modify
  2. it under the terms of the GNU General Public License as published by
  3. the Free Software Foundation, version 3.
  4. This program is distributed in the hope that it will be useful,
  5. but WITHOUT ANY WARRANTY; without even the implied warranty of
  6. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  7. GNU General Public License for more details.
  8. You should have received a copy of the GNU General Public License
  9. along with this program. If not, see <https://www.gnu.org/licenses/>.
  10. All contributions after commit 2a4927b77b55dea9c40d14ce2cfa8a0bf0a90b80
  11. (and/or made after 2022-05-22 UTC 00:00:00) can additionally be used
  12. under GNU General Public License as published by the Free Software
  13. Foundation, version 3 or (at your option) any later version.
  14. Additional Conditions (please note that these are likely to not be legally bounding,
  15. but before this is cleared we're leaving this note) applying to contributions from
  16. commit 1de748585846e935d9d88bc7f22c69c84f7b8252 till commit
  17. 2a4927b77b55dea9c40d14ce2cfa8a0bf0a90b80:
  18. Contributing to this repo
  19. This repo is governed by GPLv3, same is located at the root of the ZeroNet git repo,
  20. unless specified separately all code is governed by that license, contributions to this repo
  21. are divided into two key types, key contributions and non-key contributions, key contributions
  22. are which, directly affects the code performance, quality and features of software,
  23. non key contributions include things like translation datasets, image, graphic or video
  24. contributions that does not affect the main usability of software but improves the existing
  25. usability of certain thing or feature, these also include tests written with code, since their
  26. purpose is to check, whether something is working or not as intended. All the non-key contributions
  27. are governed by [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), unless specified
  28. above, a contribution is ruled by the type of contribution if there is a conflict between two
  29. contributing parties of repo in any case.