| 23 | |
| 24 | {{{ |
| 25 | #!html |
| 26 | <!-- Creative Commons License --> |
| 27 | <p><a href="http://creativecommons.org/licenses/GPL/2.0/"><img alt="CC-GNU GPL" border="0" src="http://creativecommons.org/images/public/cc-GPL-a.png" /></a><br /> |
| 28 | This software is licensed under the <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a>.</p> |
| 29 | <!-- /Creative Commons License --> |
| 30 | |
| 31 | |
| 32 | <!-- |
| 33 | <rdf:RDF xmlns="http://web.resource.org/cc/" |
| 34 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 35 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
| 36 | <Work rdf:about=""> |
| 37 | <license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> |
| 38 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" /> |
| 39 | </Work> |
| 40 | |
| 41 | <License rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> |
| 42 | <permits rdf:resource="http://web.resource.org/cc/Reproduction" /> |
| 43 | <permits rdf:resource="http://web.resource.org/cc/Distribution" /> |
| 44 | <requires rdf:resource="http://web.resource.org/cc/Notice" /> |
| 45 | <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> |
| 46 | <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> |
| 47 | <requires rdf:resource="http://web.resource.org/cc/SourceCode" /> |
| 48 | </License> |
| 49 | |
| 50 | </rdf:RDF> |
| 51 | --> |
| 52 | }}} |