Skip to content

Commit

Permalink
Merge pull request #5 from arcticicestudio/subtask/gh-4-migrate-to-mi…
Browse files Browse the repository at this point in the history
…t-license

Migrate to MIT license
  • Loading branch information
arcticicestudio committed Jan 8, 2018
2 parents 46aab2e + ea6bb79 commit 0f1657d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
22 changes: 22 additions & 0 deletions LICENSE.md
@@ -0,0 +1,22 @@
MIT License (MIT)

Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com> (http://arcticicestudio.com)
Copyright (c) 2017-present Sven Greb <code@svengreb.de> (http://svengreb.de)

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.
21 changes: 9 additions & 12 deletions Nord.tmTheme
@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Nord Sublime Text +
project nord-sublime-text +
repository https://github.com/arcticicestudio/nord-sublime-text +
version +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[References]
Sublime Text
Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
Copyright (c) 2017-present Sven Greb <code@svengreb.de>
Project: Nord Sublime Text
Repository: https://github.com/arcticicestudio/nord-sublime-text
License: MIT
References
https://www.sublimetext.com/docs/3/color_schemes.html
https://www.sublimetext.com/docs/3/themes.html
https://www.sublimetext.com/docs/3/scope_naming.html
-->

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -110,9 +110,9 @@ Please report issues/bugs, feature requests and suggestions for improvements to

<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord/develop/src/assets/banner-footer-mountains.svg" /></p>

<p align="center">Copyright &copy; 2017 Arctic Ice Studio</p>
<p align="center">Copyright &copy; 2017-present Arctic Ice Studio</p>

<p align="center"><a href="http://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-5E81AC.svg?style=flat-square"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-5E81AC.svg?style=flat-square"/></a></p>
<p align="center"><a href="https://github.com/arcticicestudio/nord-sublime-text/blob/develop/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-5E81AC.svg?style=flat-square"/></a> <a href="https://creativecommons.org/licenses/by-sa/4.0"><img src="https://img.shields.io/badge/License-CC_BY--SA_4.0-5E81AC.svg?style=flat-square"/></a></p>

[doc-ui-theme]: https://www.sublimetext.com/docs/3/themes.html
[nord-pc]: https://packagecontrol.io/packages/Nord
Expand Down

0 comments on commit 0f1657d

Please sign in to comment.