summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-01 22:12:08 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-01 22:12:08 +0100
commit3b52c2e0be90b31522676e4d70254ea3877a276c (patch)
tree41f418dca964d89f7482fe0f25b886ed0c7b18e2
parent3192ed69eac00e2187cdc34c937dff8751e995e3 (diff)
parentd92dc198f38c924838f61959ba9ec38451c14dee (diff)
downloadirssi.github.io-3b52c2e0be90b31522676e4d70254ea3877a276c.zip
Merge pull request #20 from irssi-import/master
Add license
-rw-r--r--LICENSE1
-rw-r--r--_includes/footer.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..fc4b268
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
diff --git a/_includes/footer.html b/_includes/footer.html
index 2cdbf6f..0eb7c3e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -4,6 +4,8 @@
All the content of this site is copyright ©
2000-{{ 'now' | date: "%Y" }}
<a href="http://irssi.org">The Irssi project</a>.
+ <br/>
+ Unless otherwise noted, this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</p>
</div>
</footer>