diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-01-07 01:08:17 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-01-07 01:08:17 +0000 |
commit | 0d67397623c7b3b2e3de532f1aa8b0241cf7eb00 (patch) | |
tree | 1514e87bf732c6c7f69c135274b9d06f3b91820e | |
parent | 93a7471798b48cd4442d7b28ddd8ffce1587c4c3 (diff) | |
download | novena-guide-0d67397623c7b3b2e3de532f1aa8b0241cf7eb00.tar.gz novena-guide-0d67397623c7b3b2e3de532f1aa8b0241cf7eb00.zip |
add licensing info
-rw-r--r-- | LICENSE | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ + +Unless otherwise indicated, all content in this guide (including photos, +diagrams, text, etc, but not including code snippets or scripts) are released +under the Creative Commons Attribution license ("CC-BY 3.0"). Basically you can +do whatever you want with it (even print it out and sell it) as long as you +give give credit (eg, link back here). + +Unless otherwise indicated, all code snippets and scripts included in-line in +this guide are considered short and trivial enough to be reused in any way +under fair use guidelines, and additionally no attribtion is required. To be +pedantic, all code snippets and in-line scripts are released under the Creative +Commons Zero license ("CC0 1.0 Universal", commited into the international +public domain to the greatest degree possible). + +Direct links to license texts: + +- https://creativecommons.org/licenses/by/3.0/ +- https://creativecommons.org/publicdomain/zero/1.0/ |