Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.59 KB

LICENSE.md

File metadata and controls

35 lines (21 loc) · 2.59 KB
title description
LICENSE
This website's content and software licenses

Content license

The body of creative work constituting the content on this site including the website's logo and other images, articles, blog posts, notes, pages and text are hereby released under the Creative Commons Attribution-ShareAlike (CC BY-SA) license.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Creative Commons Copyright (c) 2018 James Wilson

Software License

The underlying website software and codebase including the Jekyll/Liquid/HTML/XML templates, CSS and Javascript is hereby released under the MIT license included below. The codebase may be forked from GitHub jameswilson/jameswilson.github.io.

MIT License, Copyright (c) 2018 James Wilson

Copyright (c) 2018 James Wilson.

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.