CC Zero
This blog is published under the terms of Creative Commons Zero. The full legal text can be found at http://creativecommons.org/licenses/zero/1.0/. This post exists to answer a few questions:
- What is covered?
- What isn't covered?
And most importantly:
- Why CC 0?
What is covered?
Everything that I write on this blog is covered under CC 0, unless specified otherwise. That means:
- The text of blog posts
- The content of code snippets
- Any custom content, such as interactive elements
What isn't covered?
Anything that I didn't make myself. That means, among other things:
- Any stylesheets, such as bootstrap or highlight.js. These are generally published under their own license.
- Any scripts, such as jQuery, popper, and more. There are generally published under their own license.
- Any icons. I use Bootstrap Icons which also have their own license.
- Any extra information transferred when you use the website, e.g. HTML Headers, connection information, all that stuff.
...basically, anything that would go away if you copied a blog post into notepad.
Why CC 0?
CC 0 puts stuff under the public domain, which means that no copyright rules apply. Anyone is free to do whatever they want, including copying, changing, selling, etc. If you find something useful in a post, like a code snippet, you can freely copy it. You don't have to worry about licensing, about giving me credit, about patent issues, any of that pesky stuff. Just go ahead and use it. If it helps you a lot, feel free to let me know :)