We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2910 - Update copyright for 2015.
Summary: Update copyright for 2015.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: x86 Other
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.4, triage-2.0.4
Depends on:
Blocks:
 
Reported: 2015-03-16 01:42 UTC by Ryan C. Gordon
Modified: 2015-05-26 13:28 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2015-03-16 01:42:59 UTC
It's that's time again, just like in Bug #2374.

Can we check in a script that does this once a year?  :)

--ryan.
Comment 1 Sylvain 2015-03-17 20:03:39 UTC
That should do the trick!


find . -type f -exec grep -Il "" {} \;     \
| grep -v \.hg                             \
| while read i;                            \
do \
  sed -ie "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$i"; \
  rm "${i}e"; \
done
Comment 2 Ryan C. Gordon 2015-04-07 04:57:59 UTC
(sorry if you get a lot of copies of this email, I'm marking several bugs at once)

Marking bugs for the (mostly) final 2.0.4 TODO list. This means we're hoping to resolve this bug before 2.0.4 ships if possible. In a perfect world, the open bug count with the target-2.0.4 keyword is zero when we ship.

(Note that closing a bug report as WONTFIX, INVALID or WORKSFORME might still happen.)

--ryan.
Comment 3 Sam Lantinga 2015-05-26 13:28:29 UTC
Done, thanks Sylvain!
https://hg.libsdl.org/SDL/rev/b94b6d0bff0f