Skip to content

Commit 0f1657d

Browse files
Merge pull request #5 from arcticicestudio/subtask/gh-4-migrate-to-mit-license
Migrate to MIT license
2 parents 46aab2e + ea6bb79 commit 0f1657d

File tree

3 files changed

+33
-14
lines changed

3 files changed

+33
-14
lines changed

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License (MIT)
2+
3+
Copyright (c) 2017-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)
4+
Copyright (c) 2017-present Sven Greb <[email protected]> (http://svengreb.de)
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

Nord.tmTheme

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<!--
3-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4-
title Nord Sublime Text +
5-
project nord-sublime-text +
6-
repository https://github.com/arcticicestudio/nord-sublime-text +
7-
version +
8-
author Arctic Ice Studio +
9-
10-
copyright Copyright (C) 2017 +
11-
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12-
[References]
13-
Sublime Text
2+
Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
3+
Copyright (c) 2017-present Sven Greb <[email protected]>
4+
5+
Project: Nord Sublime Text
6+
Repository: https://github.com/arcticicestudio/nord-sublime-text
7+
License: MIT
8+
References
149
https://www.sublimetext.com/docs/3/color_schemes.html
1510
https://www.sublimetext.com/docs/3/themes.html
1611
https://www.sublimetext.com/docs/3/scope_naming.html
1712
-->
13+
14+
<?xml version="1.0" encoding="UTF-8"?>
1815
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
1916
<plist version="1.0">
2017
<dict>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Please report issues/bugs, feature requests and suggestions for improvements to
110110

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

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

115-
<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>
115+
<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>
116116

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

0 commit comments

Comments
 (0)