COPYING 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. =========
  2. COPYING
  3. =========
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU Affero General Public License as
  6. published by the Free Software Foundation, either version 3 of the
  7. License, or (at your option) any later version.
  8. This program is distributed in the hope that it will be useful, but
  9. WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Affero General Public License for more details.
  12. You should have received a copy of the GNU Affero General Public
  13. License along with this program, in the file ``licenses/AGPLv3.txt``.
  14. If not, see <http://www.gnu.org/licenses/>.
  15. Translation files located under ``mediagoblin/i18n/`` directory tree
  16. are free software: you can redistribute it and/or modify it under the
  17. terms of the GNU Affero General Public License as published by the
  18. Free Software Foundation, either version 3 of the License, or (at
  19. your option) any later version.
  20. You should have received a copy of the GNU Affero General Public
  21. License along with this program, in the file ``licenses/AGPLv3.txt``.
  22. If not, see <http://www.gnu.org/licenses/>.
  23. JavaScript files located in the ``mediagoblin/`` directory tree
  24. are free software: you can redistribute and/or modify them under the
  25. terms of the GNU Affero General Public License as published by the
  26. Free Software Foundation, either version 3 of the License, or (at
  27. your option) any later version.
  28. You should have received a copy of the GNU Affero General Public
  29. License along with this program, in the file ``licenses/AGPLv3.txt``.
  30. If not, see <http://www.gnu.org/licenses/>.
  31. Documentation files located in the ``docs/`` directory tree and all
  32. original documentation theme CSS and assets (including image files)
  33. are released under a CC0 license. To the extent possible under law,
  34. the author(s) have dedicated all copyright and related and neighboring
  35. rights to these files to the public domain worldwide. These files are
  36. distributed without any warranty.
  37. You should have received a copy of the CC0 license in the file
  38. ``licenses/CC0_1.0.txt``. If not, see
  39. <http://creativecommons.org/publicdomain/zero/1.0/>.
  40. CSS, images and video located in the ``mediagoblin/`` directory tree are
  41. released under a CC0 license. To the extent possible under law, the author(s)
  42. have dedicated all copyright and related and neighboring rights to these
  43. files to the public domain worldwide. These files are distributed without
  44. any warranty.
  45. You should have received a copy of the CC0 license in the file
  46. ``licenses/CC0_1.0.txt``. If not, see
  47. <http://creativecommons.org/publicdomain/zero/1.0/>.
  48. Additional library software has been made available in the ``extlib/``
  49. directory. All of it is Free Software and can be distributed under
  50. liberal terms, but those terms may differ in detail from the AGPL's
  51. particulars. See each package's license file in the extlib directory
  52. for additional terms.