Opened 15 years ago
Last modified 11 years ago
#213 closed task (FIXED)
expand AUTHORS, fix license headers
| Reported by: | Will Kahn-Greene | Owned by: | Will Kahn-Greene |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.0.5 |
| Component: | documentation | Keywords: | |
| Cc: | Parent Tickets: |
Description
The FSF has given us back our copyrights, so we need to change the license headers for all the code files in the project.
Chris and I talked about it and we think the following is the right course of action:
Switch:
Copyright (C) 2011 Free Software Foundation, Inc
to:
Copyright (C) 2011 GNU MediaGoblin contributors. See AUTHORS.
for all files that have a license header.
- Update AUTHORS file. Probably sufficient to poll git for authors and fill the file with that for now.
- Update COPYING file. Add "translations are under AGPLv3" (this probably should be a separate bug, but it's ok to do it here)
- Create a page in the wiki covering copyrights, workflow, and all that.
Targeting 0.0.5 and taking it.

COPYING file updated in 9f552f.
License/copyright stuff updated in 12a110.
Closing this out.