www.kubuntu.org home page has copyright year as 2010

Bug #745631 reported by BambeeQ.OS.Contrib
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Kubuntu Website
Fix Released
Low
Marco Parillo

Bug Description

www.kubuntu.org home page still has copyright year as 2010.

Possibly silly, but thought I'll report it.

Revision history for this message
David Wonderly (david.wonderly) wrote :

Thanks for reporting this. We will work to get it fixed.

Changed in kubuntu-website:
status: New → Confirmed
importance: Undecided → Low
Revision history for this message
ktech (ktech) wrote :

Still 2010!

Strange thing with Kubuntu.org is that the copyright bug is always fixed at the end of the year and then next year we have a new bug and the cycle continues.

Revision history for this message
Marco Parillo (marco-parillo) wrote :

diff footer.tpl.php footer.tpl.php~
28c28
< &copy; 2012 Canonical Ltd. and the Kubuntu community. Icons copyright of Oxygen icon theme
---
> &copy; 2010 Canonical Ltd. and the Kubuntu community. Icons copyright of Oxygen icon theme

Changed in kubuntu-website:
assignee: nobody → Marco Parillo (marco-parillo)
Revision history for this message
Marco Parillo (marco-parillo) wrote :

Second attempt:

bzr diff
=== modified file 'footer.tpl.php'
--- footer.tpl.php 2010-06-29 17:01:10 +0000
+++ footer.tpl.php 2012-08-22 16:17:12 +0000
@@ -25,7 +25,7 @@
                        <br style="clear: both;" />
                        <div>
                                <p style="line-height: 1.8;">
- &copy; 2010 Canonical Ltd. and the Kubuntu community. Icons copyright of Oxygen icon theme
+ &copy; 2010 The Kubuntu community. Icons copyright of Oxygen icon theme
                                        <br />
                                        Kubuntu and Canonical are registered trademarks of Canonical Ltd.<?php //print $footer_message . $footer ?>
                                </p>

Revision history for this message
Marco Parillo (marco-parillo) wrote :

[12:07] <Riddell> mparillo: that theme is still copyright 2010
[12:07] <Riddell> you can take out canonical though, I don't think they had anything to do with it
[12:09] <mparillo> Thank you. So the (c) is correct as to the year? In other places I have been we would automatically increment even without other changes. And typically a copyright notice has a holder. If not Canonical, who?
[12:10] <Riddell> mparillo: the kubuntu community is good enough
[12:10] <Riddell> mparillo: should be 2010-$year I think
[12:10] <Riddell> mparillo: I added you to the kubuntu-website group so you can now bzr checkout lp:~kubuntu-website/kubuntu-website/kubuntu.org; bzr commit directly
[12:11] <mparillo> If I do that, do the changes go to some kind of staging / test environment first
[12:14] <Riddell> mparillo: they go to that bzr branch on launchpad
[12:14] <Riddell> I'm still working on getting sysadmin to update from that bzr branch
[12:14] <Riddell> so plenty of time to get things reviewed
[12:14] <Riddell> they're not fast..
[12:19] <Riddell> mparillo: best use a pastebin, paste.kde.org is your friend :)
[12:19] <Riddell> mparillo: but best with some php in there for the current year
[12:20] <Riddell> &copy; 2010-<?php date('Y') ?> The Kubuntu community.

Revision history for this message
Marco Parillo (marco-parillo) wrote :

Third attempt:
bzr diff
=== modified file 'footer.tpl.php'
--- footer.tpl.php 2010-06-29 17:01:10 +0000
+++ footer.tpl.php 2012-08-22 16:23:42 +0000
@@ -25,7 +25,7 @@
                        <br style="clear: both;" />
                        <div>
                                <p style="line-height: 1.8;">
- &copy; 2010 Canonical Ltd. and the Kubuntu community. Icons copyright of Oxygen icon theme
+ &copy; 2010-<?php date('Y') ?> The Kubuntu community. Icons copyright of Oxygen icon theme
                                        <br />
                                        Kubuntu and Canonical are registered trademarks of Canonical Ltd.<?php //print $footer_message . $footer ?>
                                </p>

Changed in kubuntu-website:
status: Confirmed → In Progress
Revision history for this message
Marco Parillo (marco-parillo) wrote :

The text was fixed to read simply 'The Kubuntu community.', but the php date substitution did not work.

Changed in kubuntu-website:
status: In Progress → Confirmed
Revision history for this message
Marco Parillo (marco-parillo) wrote :

Hard-coded the copyright date:

bzr diff
=== modified file 'footer.tpl.php'
--- footer.tpl.php 2012-08-22 16:29:53 +0000
+++ footer.tpl.php 2012-10-16 16:37:20 +0000
@@ -1,4 +1,4 @@
-<?php
+2<?php
 // $Id: page.tpl.php,v 1.0 2010/04/08 23:18:50 ofir Exp $
 ?>
                <div id="overall-footer">
@@ -25,7 +25,7 @@
                        <br style="clear: both;" />
                        <div>
                                <p style="line-height: 1.8;">
- &copy; 2010-<?php date('Y') ?> The Kubuntu community. Icons copyright of Oxygen icon theme
+ &copy; 2012 The Kubuntu community. Icons copyright of Oxygen icon theme
                                        <br />
                                        Kubuntu and Canonical are registered trademarks of Canonical Ltd.<?php //print $footer_message . $footer ?>
                                </p>
@@ -53,4 +53,4 @@
        });
        </script>
        </body>
-</html>
\ No newline at end of file
+</html>

Changed in kubuntu-website:
status: Confirmed → Fix Committed
Revision history for this message
Marco Parillo (marco-parillo) wrote :

bzr commit
Committing to: /home/mparillo/kubuntu.org/
modified footer.tpl.php
Committed revision 13.

bzr push lp:~kubuntu-website/kubuntu-website/kubuntu.org
Pushed up to revision 13.

Changed in kubuntu-website:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.