added site license to ryf site footer
[ryf-theme.git] / modules / footer / templates / footer.html.twig
... / ...
CommitLineData
1
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
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.
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>
7 </p>
8
9 <p>This work is licensed under a <a href="https://creativecommons.org/licenses/by-nd/3.0/">Creative
10 Commons Attribution-No Derivative Works 3.0 license (or later
11 version)</a> — <a href="https://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why this license?</a>
12 </p>
13</div>
14
15
16<!-- Piwik -->
17<script type="text/javascript">
18// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
19 var _paq = _paq || [];
20 _paq.push(["trackPageView"]);
21 _paq.push(["enableLinkTracking"]);
22
23 (function() {
24 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
25 _paq.push(["setTrackerUrl", u+"piwik.php"]);
26 _paq.push(["setSiteId", "17"]);
27 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
28 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
29 })();
30// @license-end
31</script>
32<!-- End Piwik Code -->
33