From fad67707e1ce6e3e31d34f26e357450ba8101700 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 19 Apr 2011 22:42:08 -0400 Subject: 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 --- docs/hackinghowto.rst | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'docs/hackinghowto.rst') 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 ================================= -- cgit v1.2.3