]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update footer for current year copyright.
authorMichael R Sweet <michaelrsweet@gmail.com>
Fri, 7 Jul 2017 15:34:47 +0000 (11:34 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Fri, 13 Oct 2017 18:31:28 +0000 (14:31 -0400)
_layouts/default.html
_layouts/post.html
_layouts/sub.html

index 0a0b94bc2f2984d2562f060726407ee37fcaa1eb..5f0f61b771a942ff11a456f4cae60ca1d7934d6c 100644 (file)
@@ -81,7 +81,7 @@
       {{ content }}
     </div>
     <div class="footer">
-      <p>Copyright &copy; 2007-2016 Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
+      <p>Copyright &copy; 2007-{{ site.time | date: "%Y" }} Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
     </div>
     <script src="js/jquery.js"></script>
     <script src="js/bootstrap.js"></script>
index 11cb03069107c415b21b2bbf8423ba7a2786e7f0..d1d9f42370b3e4f7a086e4574998ec6b7bdb9cd1 100644 (file)
@@ -83,7 +83,7 @@
       {{ content }}
     </div>
     <div class="footer">
-      <p>Copyright &copy; 2007-2016 Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
+      <p>Copyright &copy; 2007-{{ site.time | date: "%Y" }} Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
     </div>
     <script src="../js/jquery.js"></script>
     <script src="../js/bootstrap.js"></script>
index 9cfd642ca20ba6424e98720f4893748f590269ad..fc8c1856af063e0fce0af3ef26cf3dd105686031 100644 (file)
@@ -81,7 +81,7 @@
       {{ content }}
     </div>
     <div class="footer">
-      <p>Copyright &copy; 2007-2016 Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
+      <p>Copyright &copy; 2007-{{ site.time | date: "%Y" }} Apple Inc. All rights reserved. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
     </div>
     <script src="../js/jquery.js"></script>
     <script src="../js/bootstrap.js"></script>