Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.98 KB

LICENSE.md

File metadata and controls

29 lines (18 loc) · 1.98 KB

Textual and Visual Content

All textual and multimedia content presented on this site, unless otherwise noted, is made available under the following license:

http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Basically you can re-post my content and even make changes to it, as long as you attribute me for basing something on my work, share your derivative work, and don't specifically use it for commercial purposes.

This includes, but is not limited to, all blog posts, images, presentation slide decks and video.

Code Examples

All original code examples presented in blog posts are licensed under the MIT License - http://opensource.org/licenses/MIT

Source Code

The source code for this website is available on GitHub at https://github.com/johnkary/johnkary.net and is available under the MIT License - http://opensource.org/licenses/MIT

MIT License

Copyright (c) 2012 John Kary

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.