summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <commits@rg3.name>2011-09-27 20:17:34 +0200
committerRicardo Garcia <commits@rg3.name>2011-09-27 20:17:34 +0200
commita2dafa7316bb6f6971fa8db77d7112dafbac09df (patch)
treedc0356b17e9d4c739c5873532feecbcb3d95df18
parent86e5e087890cd32d3fcad2863bbc616e26d3eb65 (diff)
downloadyoutube-dl-a2dafa7316bb6f6971fa8db77d7112dafbac09df.tar.gz
youtube-dl-a2dafa7316bb6f6971fa8db77d7112dafbac09df.tar.xz
youtube-dl-a2dafa7316bb6f6971fa8db77d7112dafbac09df.zip
Add creative commons license to webpages
-rw-r--r--about.html6
-rw-r--r--documentation.html6
-rw-r--r--download.html.in6
-rw-r--r--faq.html6
-rw-r--r--index.html6
-rw-r--r--style.css2
-rw-r--r--windows.html6
7 files changed, 31 insertions, 7 deletions
diff --git a/about.html b/about.html
index 18a1f6153..b023fe7b0 100644
--- a/about.html
+++ b/about.html
@@ -34,6 +34,10 @@
 <li>Many other people contributing patches, code, ideas and kind messages. Too many to be listed here. You know who you are. Thank you very much.</li>
 </ul>
 
-<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>
diff --git a/documentation.html b/documentation.html
index aa7f98abf..cf3c409e1 100644
--- a/documentation.html
+++ b/documentation.html
@@ -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>
diff --git a/download.html.in b/download.html.in
index ae6e807ab..da62e6daf 100644
--- a/download.html.in
+++ b/download.html.in
@@ -25,6 +25,10 @@
 <li><strong>SHA256</strong>: @PROGRAM_SHA256SUM@</li>
 </ul>
 
-<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>
diff --git a/faq.html b/faq.html
index e42679d20..95b307861 100644
--- a/faq.html
+++ b/faq.html
@@ -52,6 +52,10 @@
 
 <p>Due to changes in YouTube, youtube-dl is now forced to provide the final video URL directly instead of the ones it used to provide, which were based on the "get_video" resource. The new URLs are real and work too, but they need to be used in combination with the --cookies option to be useful for external applications. <a href="https://github.com/rg3/youtube-dl/issues/closed#issue/41">Issue 41</a> in the issue tracker contains a bit more information about the problem.</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>
diff --git a/index.html b/index.html
index 8cc51eb1a..1f839ac5f 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,10 @@
 	<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
 </tr></table>
 
-<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>
diff --git a/style.css b/style.css
index 76e6fbfab..822b7d901 100644
--- a/style.css
+++ b/style.css
@@ -130,5 +130,5 @@ tt {
 }
 #y {
 	background-color: #888844;
-	border: 2px solid #888800;
+	border: 2px solid #666600;
 }
diff --git a/windows.html b/windows.html
index c731177c9..ee61a4fa0 100644
--- a/windows.html
+++ b/windows.html
@@ -59,6 +59,10 @@
 
 <p>Good luck!</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>