Footer an neue Lizenz angepasst
This commit is contained in:
parent
8c97f889bc
commit
3b7bbdea55
1 changed files with 10 additions and 20 deletions
|
@ -8,26 +8,16 @@
|
|||
<a href="../about/about.html#lizenz" title="CryptoCD Lizenz"><img src="../../cc_logo.png" width="88" height="31" border="0" alt="Creative Commons"></a>
|
||||
<!-- /Creative Commons License -->
|
||||
<!--
|
||||
|
||||
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<Work rdf:about="">
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
|
||||
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/de/" />
|
||||
</Work>
|
||||
|
||||
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/de/">
|
||||
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
|
||||
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
</License>
|
||||
|
||||
</rdf:RDF>
|
||||
|
||||
<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/de/">
|
||||
<permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
|
||||
<permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
|
||||
<requires rdf:resource="http://creativecommons.org/ns#Notice"/>
|
||||
<requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
|
||||
<permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
|
||||
<requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
|
||||
</License>
|
||||
</rdf:RDF>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue