Merge lp:~cjohnston/loco-team-portal/bugfix-lp-539612 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-539612
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/base.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-539612
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Dave Walker Needs Fixing
Michael Hall (community) Approve
Review via email: mp+21465@code.launchpad.net

Description of the change

Fixed copyright to 2008-2010

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Yay! A new committer! Looks good.

review: Approve
Revision history for this message
Dave Walker (davewalker) wrote :

Chris, I'm really pleased to see you are eager to contribute, and the diff looks good. I was thinking perhaps using {% now "Y" %}, which will automatically replace it with the current year. This means that we don't have to re-open this bug every year.

Really excited about having you on board Chris.

review: Needs Fixing
Revision history for this message
Thomas Bechtold (toabctl) wrote :

What Dave said sounds good to me. Please use: © 2008-{% now "Y" %} ........

Revision history for this message
Michael Hall (mhall119) wrote :

I never understood why copyright notices had to have an end day anyway. I have no problem with this solution.

77. By Chris Johnston

Added copyright that will adjust date automagically

Revision history for this message
Daniel Holbach (dholbach) wrote :

Great work!

review: Approve
Revision history for this message
Dave Walker (davewalker) wrote :

Yah, thanks Chris. \o/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/base.html'
2--- loco_directory/templates/base.html 2010-03-16 09:39:22 +0000
3+++ loco_directory/templates/base.html 2010-03-16 23:03:27 +0000
4@@ -60,7 +60,7 @@
5
6 <div id="footer">
7 <div class="wrapper">
8- <p>&copy; 2008-2009 Canonical Ltd., Ubuntu Community. See <a href="https://launchpad.net/loco-directory">LoCo Directory Project</a> for details. Ubuntu is a registered trademark of Canonical Ltd.</p>
9+ <p>&copy; 2008-{% now "Y" %} Canonical Ltd., Ubuntu Community. See <a href="https://launchpad.net/loco-directory">LoCo Directory Project</a> for details. Ubuntu is a registered trademark of Canonical Ltd.</p>
10 <p>{% trans "LoCo Directory" %} {{ loco_version }}</p>
11 </div>
12 </div>

Subscribers

People subscribed via source and target branches