Add creative commons license to webpages

This commit is contained in:
Ricardo Garcia
2011-09-27 20:17:34 +02:00
parent 86e5e08789
commit a2dafa7316
7 changed files with 31 additions and 7 deletions

View File

@ -91,6 +91,10 @@
<p>As you may have guessed, the default template is <em>%(id)s.%(ext)s</em>. When some command line options are used, it's replaced by other templates like <em>%(title)s-%(id)s.%(ext)s</em>. You can specify your own.</p>
<div class="note">Copyright © 2006-2011 Ricardo Garcia Gonzalez</div>
<div class="note">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" /></a><br />
Copyright © 2006-2011 Ricardo Garcia Gonzalez</div>
</body>
</html>