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

Summary: Update copyright for 2015.
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sylvain.becker
Version: HG 2.0Keywords: target-2.0.4, triage-2.0.4
Hardware: x86   
OS: Other   

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