#774 closed task (fixed)
Update copyright headers in all source files
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | unknown | Version: | 4.7.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
The copyright notice has to be changed from 2011 to 2012.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
Changed 13 years ago by
Attachment: | 0001-Update-copyright-year-to-2012.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
pushed, happy new year!
Note: See
TracTickets for help on using
tickets.
Here's a patch that does this. I've also changed the copyright notices to be more consistent with eachother, which will make automated updates easier in the future. See the command in the changelog; next year you can just update all instances of both years and it should "just work". Maybe this should be a Make target...?
A quick check to see if all files were covered is "git grep -Ii 'copyright .* chicken' | grep -v 2012" -- this shows that the debian/copyright file hasn't been touched since 2009. I decided not to update that now.