launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29615
[Merge] ~cjwatson/launchpad:copyright-2023 into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:copyright-2023 into launchpad:master.
Commit message:
Update copyright years to 2023
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #2004091 in Launchpad itself: "Copyright year in footer"
https://bugs.launchpad.net/launchpad/+bug/2004091
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/436492
This just updates user-visible page footers and templates for new files.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:copyright-2023 into launchpad:master.
diff --git a/LICENSE b/LICENSE
index 7c1b573..2f2a36e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Launchpad is Copyright 2004-2022 Canonical Ltd.
+Launchpad is Copyright 2004-2023 Canonical Ltd.
Canonical Ltd ("Canonical") distributes the Launchpad source code
under the GNU Affero General Public License, version 3 ("AGPLv3").
diff --git a/lib/lp/app/stories/basics/copyright.rst b/lib/lp/app/stories/basics/copyright.rst
index ac3d808..650ed8f 100644
--- a/lib/lp/app/stories/basics/copyright.rst
+++ b/lib/lp/app/stories/basics/copyright.rst
@@ -9,11 +9,11 @@ The tour pages.
... find_tag_by_id(browser.contents, "footer-navigation")
... )
... )
- Next...© 2004-2022 Canonical Ltd...
+ Next...© 2004-2023 Canonical Ltd...
The main template.
>>> browser.open("http://launchpad.test")
>>> print(extract_text(find_tag_by_id(browser.contents, "footer")))
- © 2004-2022 Canonical Ltd.
+ © 2004-2023 Canonical Ltd.
...
diff --git a/lib/lp/app/templates/base-layout-macros.pt b/lib/lp/app/templates/base-layout-macros.pt
index 98e9544..54980ff 100644
--- a/lib/lp/app/templates/base-layout-macros.pt
+++ b/lib/lp/app/templates/base-layout-macros.pt
@@ -285,7 +285,7 @@
</div>
<div class="colophon">
- © 2004-2022
+ © 2004-2023
<a href="http://canonical.com/">Canonical Ltd.</a>
•
<a tal:attributes="href string:${rooturl}legal">Terms of use</a>
diff --git a/lib/lp/app/tour/api b/lib/lp/app/tour/api
index e344d35..37e2764 100644
--- a/lib/lp/app/tour/api
+++ b/lib/lp/app/tour/api
@@ -130,7 +130,7 @@ We've even done the hard work for you: use our LGPL Python library — <a hr
<a href="feature-tracking" accesskey="g" tabindex="5">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/branch-hosting-tracking b/lib/lp/app/tour/branch-hosting-tracking
index 7050690..b527c6c 100644
--- a/lib/lp/app/tour/branch-hosting-tracking
+++ b/lib/lp/app/tour/branch-hosting-tracking
@@ -126,7 +126,7 @@ All team members can commit to a centrally hosted branch, while anyone can still
<a href="translation" accesskey="g" tabindex="5" title="Read about software translation in Launchpad">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/bugs b/lib/lp/app/tour/bugs
index a692f3c..f122f4f 100644
--- a/lib/lp/app/tour/bugs
+++ b/lib/lp/app/tour/bugs
@@ -133,7 +133,7 @@ And to help find low-hanging fruit, there’s a “Bugs fixed elsewhere&
<a href="branch-hosting-tracking" accesskey="g" tabindex="5" title="Read about code hosting and review in Launchpad">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="i" tabindex="7">Terms of Use</a> | <a href="https://help.launchpad.net/Feedback" accesskey="j" tabindex="8">Feedback</a> | <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="k" tabindex="9">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="i" tabindex="7">Terms of Use</a> | <a href="https://help.launchpad.net/Feedback" accesskey="j" tabindex="8">Feedback</a> | <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="k" tabindex="9">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/community b/lib/lp/app/tour/community
index 67adfc7..3d36549 100644
--- a/lib/lp/app/tour/community
+++ b/lib/lp/app/tour/community
@@ -112,7 +112,7 @@ Launchpad also helps you organise the social structure of your community with a
<a href="ppa" accesskey="g" tabindex="5" title="Read about building and distributing Ubuntu packages">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/community-support b/lib/lp/app/tour/community-support
index cbdff3f..c0e5551 100644
--- a/lib/lp/app/tour/community-support
+++ b/lib/lp/app/tour/community-support
@@ -105,7 +105,7 @@
<a href="api" tabindex="5" accesskey="g">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/feature-tracking b/lib/lp/app/tour/feature-tracking
index 0e13db7..a35ddee 100644
--- a/lib/lp/app/tour/feature-tracking
+++ b/lib/lp/app/tour/feature-tracking
@@ -87,7 +87,7 @@
<a href="release-management" accesskey="g" tabindex="5" title="Read about managing software releases">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/index b/lib/lp/app/tour/index
index a40b8ec..1398755 100644
--- a/lib/lp/app/tour/index
+++ b/lib/lp/app/tour/index
@@ -173,7 +173,7 @@
<a href="bugs" accesskey="l" tabindex="10" title="Read about bug tracking in Launchpad">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="i" tabindex="7">Terms of Use</a> | <a href="https://help.launchpad.net/Feedback" accesskey="j" tabindex="8">Feedback</a> | <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="k" tabindex="9">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="i" tabindex="7">Terms of Use</a> | <a href="https://help.launchpad.net/Feedback" accesskey="j" tabindex="8">Feedback</a> | <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="k" tabindex="9">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/join-launchpad b/lib/lp/app/tour/join-launchpad
index ab277a7..146bf32 100644
--- a/lib/lp/app/tour/join-launchpad
+++ b/lib/lp/app/tour/join-launchpad
@@ -108,7 +108,7 @@ Launchpad is free to use for <a href="https://help.launchpad.net/Legal/ProjectLi
<a href="index" title="Return to the start of the Launchpad tour" accesskey="g" tabindex="5">Start</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/ppa b/lib/lp/app/tour/ppa
index c160373..99c4b6d 100644
--- a/lib/lp/app/tour/ppa
+++ b/lib/lp/app/tour/ppa
@@ -112,7 +112,7 @@
<a href="community-support" accesskey="g" tabindex="5">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/release-management b/lib/lp/app/tour/release-management
index 67e1f16..5168fc6 100644
--- a/lib/lp/app/tour/release-management
+++ b/lib/lp/app/tour/release-management
@@ -95,7 +95,7 @@ Launchpad calls these <em>series</em> and helps you to organise your work &mdash
<a href="join-launchpad" title="Read about commercial features and free access to Launchpad" accesskey="g" tabindex="5" title="Read about commercial features and free access to Launchpad">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/app/tour/translation b/lib/lp/app/tour/translation
index 5ba539c..78d6bf7 100644
--- a/lib/lp/app/tour/translation
+++ b/lib/lp/app/tour/translation
@@ -112,7 +112,7 @@
<a href="community" accesskey="g" tabindex="5" title="Read about mailing lists and teams in Launchpad">Next</a>
</li>
<li class="copyright">
- © 2004-2022 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
+ © 2004-2023 Canonical Ltd. <a href="https://help.launchpad.net/Legal" accesskey="h" tabindex="6">Terms of Use</a> : <a href="https://help.launchpad.net/Feedback" accesskey="i" tabindex="7">Feedback</a> : <a href="https://answers.launchpad.net/launchpad-project/+faqs" accesskey="j" tabindex="8">FAQ</a>
</li>
</ul>
</div>
diff --git a/lib/lp/services/librarianserver/web.py b/lib/lp/services/librarianserver/web.py
index ad69619..17a356e 100644
--- a/lib/lp/services/librarianserver/web.py
+++ b/lib/lp/services/librarianserver/web.py
@@ -1,4 +1,4 @@
-# Copyright 2009-2022 Canonical Ltd. This software is licensed under the
+# Copyright 2009-2023 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
import time
@@ -31,7 +31,7 @@ defaultResource = static.Data(
file repository used by
<a href="https://launchpad.net/">Launchpad</a>.
</p>
- <p><small>Copyright 2004-2022 Canonical Ltd.</small></p>
+ <p><small>Copyright 2004-2023 Canonical Ltd.</small></p>
<!-- kthxbye. -->
</body></html>
""",
diff --git a/lib/lp/testing/tests/test_standard_test_template.py b/lib/lp/testing/tests/test_standard_test_template.py
index 2d03290..685908c 100644
--- a/lib/lp/testing/tests/test_standard_test_template.py
+++ b/lib/lp/testing/tests/test_standard_test_template.py
@@ -1,4 +1,4 @@
-# Copyright 2022 Canonical Ltd. This software is licensed under the
+# Copyright 2023 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
"""XXX: Module docstring goes here."""
diff --git a/lib/lp/testing/tests/test_standard_yuixhr_test_template.py b/lib/lp/testing/tests/test_standard_yuixhr_test_template.py
index fd6e786..736fd10 100644
--- a/lib/lp/testing/tests/test_standard_yuixhr_test_template.py
+++ b/lib/lp/testing/tests/test_standard_yuixhr_test_template.py
@@ -1,4 +1,4 @@
-# Copyright 2022 Canonical Ltd. This software is licensed under the
+# Copyright 2023 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
"""{Describe your test suite here}.
diff --git a/standard_template.py b/standard_template.py
index c676290..30ca2a1 100644
--- a/standard_template.py
+++ b/standard_template.py
@@ -1,4 +1,4 @@
-# Copyright 2022 Canonical Ltd. This software is licensed under the
+# Copyright 2023 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
"""XXX: Module docstring goes here."""
diff --git a/standard_test_template.html b/standard_test_template.html
index 1c127f2..a3d3fb2 100644
--- a/standard_test_template.html
+++ b/standard_test_template.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
-Copyright 2022 Canonical Ltd. This software is licensed under the
+Copyright 2023 Canonical Ltd. This software is licensed under the
GNU Affero General Public License version 3 (see the file LICENSE).
-->
diff --git a/standard_test_template.js b/standard_test_template.js
index 38d318e..89df631 100644
--- a/standard_test_template.js
+++ b/standard_test_template.js
@@ -1,4 +1,4 @@
-/* Copyright 2022 Canonical Ltd. This software is licensed under the
+/* Copyright 2023 Canonical Ltd. This software is licensed under the
* GNU Affero General Public License version 3 (see the file LICENSE). */
YUI.add('lp.$LIBRARY.test', function (Y) {