Update footer.html

To make it possible to copy content to Wikipedia from the website, the CC BY-SA license version has to be specified. The 4.0 version is basically the same, but incompatible with Wikipedia, so 3.0 is the preferred version.[1] 

[1] https://en.wikipedia.org/wiki/Wikipedia:FAQ/Copyright#cite_note-2
pull/8/head
Eloy 2019-02-24 19:53:26 +01:00 committed by GitHub
parent 37da0397c9
commit 9b4e2f6710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>&copy; MISP project. Software released under the AGPL license and content released as CC-BY-SA.</li><li><img src="{{ site.baseurl }}/assets/images/en_cef.png" width="50%" height="50%"/></li>
<li>&copy; MISP project. Software released under the AGPL license and content released as CC BY-SA 3.0.</li><li><img src="{{ site.baseurl }}/assets/images/en_cef.png" width="50%" height="50%"/></li>
</ul>
</div>