Skip to content

Latest commit

 

History

History
101 lines (73 loc) · 3.34 KB

license.md

File metadata and controls

101 lines (73 loc) · 3.34 KB
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.

Summary of the MIT License

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.

Full MIT License Text

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.

Exceptions

  • 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.

Attribution Requirements

When using content from this site:

  1. Include a copy of the license text or link back to this page in code repositories.
  2. Clearly credit the original author and source (e.g., ‘Content by Harry Roberts, csswizardry.com, available under the MIT License.’) in production code.

tl;dr

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. */

Questions or Permissions

{% include faq-license.html %}