Commit | Line | Data |
---|---|---|
f70e6dfb | 1 | |
572effd4 AE |
2 | <div class="container copyright"> |
3 | <p>Send your feedback on our translations and new translations of pages to <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a>.</p> | |
4 | ||
5e9a1129 | 5 | <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. |
76bacbf4 | 6 | <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy">Privacy Policy</a>, <a href="/weblabels" rel="jslicense">JavaScript license information</a> |
572effd4 | 7 | </p> |
f70e6dfb AE |
8 | </div> |
9 | ||
4fbc72f2 AE |
10 | |
11 | <!-- Piwik --> | |
12 | <script type="text/javascript"> | |
81bb5755 | 13 | // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain |
4fbc72f2 AE |
14 | var _paq = _paq || []; |
15 | _paq.push(["trackPageView"]); | |
16 | _paq.push(["enableLinkTracking"]); | |
17 | ||
18 | (function() { | |
19 | var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/"; | |
20 | _paq.push(["setTrackerUrl", u+"piwik.php"]); | |
21 | _paq.push(["setSiteId", "17"]); | |
22 | var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; | |
23 | g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); | |
24 | })(); | |
25 | // @license-end | |
26 | </script> | |
27 | <!-- End Piwik Code --> | |
28 |