Clarifies licensing for the project.
This commit is contained in:
parent
8e1e744d27
commit
908dee6b15
@ -75,17 +75,21 @@ Run::
|
|||||||
Creating a new file
|
Creating a new file
|
||||||
===================
|
===================
|
||||||
|
|
||||||
All new files need to have the standard GNU MediaGoblin
|
All new files need to have license/copyright information.
|
||||||
license/copyright header.
|
|
||||||
|
|
||||||
For Python files, include the license/copyright header at the top such
|
The following kinds of files get the GNU AGPL header:
|
||||||
that each line of the header starts with ``#``.
|
|
||||||
|
|
||||||
For Jinja2 template files, FIXME.
|
* Python files
|
||||||
|
* JavaScript files
|
||||||
|
* templates
|
||||||
|
* other files with code in them
|
||||||
|
|
||||||
For JavaScript files, FIXME.
|
The following files get a CC BY header:
|
||||||
|
|
||||||
For CSS files, FIXME.
|
* CSS files
|
||||||
|
|
||||||
If you're doing the copy-paste thing, make sure to update the
|
The following files don't get a header because that's hard, but are
|
||||||
copyright year.
|
under the CC BY license:
|
||||||
|
|
||||||
|
* image files
|
||||||
|
* video files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user