
* changes COPYING to explain licensing for all of GNU MediaGoblin * adds design decision regarding why we picked the licensing we did * adds CC0 and AGPLv3 texts * removes licensing bits from hacking howto--we should put that somewhere else
32 lines
727 B
Plaintext
32 lines
727 B
Plaintext
=========
|
|
COPYING
|
|
=========
|
|
|
|
GNU MediaGoblin is composed of the following kinds of files:
|
|
|
|
* software files: Python, JavaScript and HTML templates
|
|
* non-software data: CSS, images, and video
|
|
* documentation
|
|
|
|
|
|
Software files
|
|
==============
|
|
|
|
Python, JavaScript, and template files files are released under the
|
|
AGPL v3. The text of this license is located in ``AGPLv3.txt``.
|
|
|
|
|
|
Non-software data
|
|
=================
|
|
|
|
CSS, images and video are all released under a CC0 license. The text
|
|
of this license is located in ``CC0_1.0.txt``.
|
|
|
|
|
|
Documentation
|
|
=============
|
|
|
|
All documentation is under the ``docs/`` directory. These materials
|
|
are all released under a CC0 license. The text of this license is
|
|
located in ``CC0_1.0.txt``.
|