updated expiration date in footer
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 19:03:38 +0000 (15:03 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 19:03:38 +0000 (15:03 -0400)
based on the date of the first ryf item

modules/footer/templates/footer.html.twig

index 4c644d3033fea7cab908673ff44ceb886f4c7769..98c6924da8ebab7b1b0e78b0a76a64c8fa9c2111 100644 (file)
@@ -41,7 +41,7 @@
 <div class="container copyright">
        <p>Send your feedback on our translations and new translations of pages to <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a>.</p>
 
-       <p>Copyright © 2004–{{ "now"|date("Y") }} <a href="//fsf.org/about/contact.html" title="Find out how to contact us">Free Software Foundation</a>, Inc.
+       <p>Copyright © 2013–{{ "now"|date("Y") }} <a href="//fsf.org/about/contact.html" title="Find out how to contact us">Free Software Foundation</a>, Inc.
        <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>, <a href="/weblabels" rel="jslicense">JavaScript license information</a>
         </p>
 </div>