diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-19 22:42:08 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-21 21:26:48 -0400 |
commit | fad67707e1ce6e3e31d34f26e357450ba8101700 (patch) | |
tree | 2677fd52ae55b41fee1622dc604f2587162635e2 /docs/hackinghowto.rst | |
parent | ddff7cce3e480f938d4d69b8d9e55e8dcf4bd562 (diff) | |
download | mediagoblin-fad67707e1ce6e3e31d34f26e357450ba8101700.tar.lz mediagoblin-fad67707e1ce6e3e31d34f26e357450ba8101700.tar.xz mediagoblin-fad67707e1ce6e3e31d34f26e357450ba8101700.zip |
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
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index db8ddca6..96a7e1a4 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -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 ================================= |