blob: fc930ccb063f88fe2bdb1cbaca199ce4cacf857b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
=========
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``.
|