layout | title | page-class | meta | permalink | main | lux |
---|---|---|---|---|---|---|
page |
License |
page--license |
All code and examples on csswizardry.com are provided free of charge for commercial works, but you do have some small responsibilities in return… |
/license/ |
License |
Unless otherwise stated, all content on this website, including code snippets, tips, techniques, and other materials, is made available under the MIT License. By using the content, you agree to the terms of this license.
You can read more about my decision in my announcement post.
The MIT License allows you to:
- Use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the content.
- Incorporate the content into personal or commercial projects.
- The only requirement is that you include proper attribution by retaining the copyright notice and the following license text in all copies or substantial portions of the content.
MIT License
Copyright (c) 2007–{{ 'now' | date: "%Y" }} Harry Roberts
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the ‘Software’), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- Specific content may have different licensing terms, as explicitly stated on the relevant pages or sections. Please review the notes or comments for any such content before using it.
When using content from this site:
- Include a copy of the license text or link back to this page in code repositories.
- Clearly credit the original author and source (e.g., ‘Content by Harry Roberts, csswizardry.com, available under the MIT License.’) in production code.
If you use any of my code snippets or examples—including in modified or derivative works—you must include proper credit and attribution. This ensures others know the source and that you respect the license terms.
Examples of how to provide attribution:
HTML:
<!--! Content by Harry Roberts, csswizardry.com, available under the MIT License. -->
CSS:
/*! Content by Harry Roberts, csswizardry.com, available under the MIT License. */
JS:
/*! Content by Harry Roberts, csswizardry.com, available under the MIT License. */
{% include faq-license.html %}