License/copyright changes

* 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
This commit is contained in:
Will Kahn-Greene
2011-04-19 22:42:08 -04:00
parent ddff7cce3e
commit fad67707e1
5 changed files with 872 additions and 675 deletions

View File

@@ -99,31 +99,6 @@ Run::
./bin/nosetests
Creating a new file
===================
FIXME - this needs to be updated when it's set in stone.
All new files need to have license/copyright information.
The following kinds of files get the GNU AGPL header:
* Python files
* JavaScript files
* templates
* other files with code in them
The following files get a CC BY header:
* CSS files
The following files don't get a header because that's hard, but are
under the CC BY license:
* image files
* video files
Quickstart for Django programmers
=================================