Skip to content

Commit

Permalink
Migrate to MIT license
Browse files Browse the repository at this point in the history
Adapted to the MIT license migration of the main "Nord" (1) project.
Detailed information can be found in the main task ticket.

All license SVG badges and the "LICENSE.md" content have been updated.
In addition all source code comment header have also been simplified.

References:

* (1) https://github.com/arcticicestudio/nord

Subtask of nordtheme/nord#55
GH-4
  • Loading branch information
arcticicestudio committed Jan 4, 2018
1 parent 29fbbd6 commit f96012e
Show file tree
Hide file tree
Showing 26 changed files with 226 additions and 595 deletions.
25 changes: 11 additions & 14 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title stylelint Configuration +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
* References
* https://stylelint.io
* https://stylelint.io/user-guide/rules
* https://github.com/stylelint/stylelint-config-standard
*/

[References]
stylelint
https://stylelint.io
https://stylelint.io/user-guide/rules
https://github.com/stylelint/stylelint-config-standard
*/
module.exports = {
"extends": "stylelint-config-standard",
"rules": {
Expand Down
19 changes: 8 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Travis CI Build Configuration +
# project nord-brackets +
# repository https://github.com/arcticicestudio/nord-brackets +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Travis CI
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (c) 2017-present Sven Greb <[email protected]>

# Project: Nord Brackets
# Repository: https://github.com/arcticicestudio/nord-brackets
# License: MIT
# References
# https://docs.travis-ci.com

language: node_js
sudo: false
dist: trusty
Expand Down
378 changes: 22 additions & 356 deletions LICENSE.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ 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"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> 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-brackets/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>
19 changes: 8 additions & 11 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Circle CI Build Configuration +
# project nord-brackets +
# repository https://github.com/arcticicestudio/nord-brackets +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Circle CI
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
# Copyright (c) 2017-present Sven Greb <[email protected]>

# Project: Nord Brackets
# Repository: https://github.com/arcticicestudio/nord-brackets
# License: MIT
# References
# https://circleci.com/docs

machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
Expand Down
27 changes: 12 additions & 15 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
"use strict";
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Project Gulp File +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
* References
* http://gulpjs.com
* https://www.npmjs.com
*/

"use strict";

[References]
Gulp
http://gulpjs.com
npmjs
https://www.npmjs.com
*/
/*+---------+
+ Imports +
+---------+*/
Expand Down
36 changes: 15 additions & 21 deletions nord-brackets.less
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Nord Brackets +
project nord-brackets +
version 0.1.0 +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Version: 0.1.0
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
* References
* https://brackets.io
* https://brackets-registry.aboutweb.com
* https://github.com/adobe/brackets/wiki/Creating-Themes
* https://github.com/adobe/brackets/wiki/Extension-package-format
* https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
* http://lesscss.org
*/

[References]
Nord
https://github.com/arcticicestudio/nord
Brackets
https://brackets.io
https://brackets-registry.aboutweb.com
https://github.com/adobe/brackets/wiki/Creating-Themes
https://github.com/adobe/brackets/wiki/Extension-package-format
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
LESSCSS
http://lesscss.org
*/
/*+---------+
+ Imports +
+---------+*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"homepage": "https://github.com/arcticicestudio/nord-brackets",
"author": "Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)",
"license": "(Apache-2.0 AND CC-BY-SA-4.0)",
"license": "(MIT AND CC-BY-SA-4.0)",
"engines": {
"brackets": ">=0.24.0"
},
Expand Down
17 changes: 8 additions & 9 deletions styles/editor.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Editor +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.CodeMirror,
.CodeMirror-scroll {
background-color: @editor-background-color;
Expand Down
17 changes: 8 additions & 9 deletions styles/extensions.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Extension Support Imports +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

/*+--------+
+ Editor +
+--------+*/
Expand Down
21 changes: 10 additions & 11 deletions styles/extensions/brackets-show-whitespace.less
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Extension Support: brackets-show-whitespace +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Support for extension "brackets-show-whitespace".
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
* References:
* https://github.com/DennisKehrig/brackets-show-whitespace
*/

[Extension]
> brackets-show-whitespace (https://github.com/DennisKehrig/brackets-show-whitespace)
*/
.CodeMirror {
.cm-dk-whitespace-space:before,
.cm-dk-whitespace-nonbrk-space:before,
Expand Down
17 changes: 8 additions & 9 deletions styles/languages/base.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Base Language Syntax +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

/*+----------+
+ Elements +
+----------+*/
Expand Down
17 changes: 8 additions & 9 deletions styles/languages/c.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language C +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.cm-m-clike {
&.cm-variable-3 {
color: @editor-syntax-color-keyword;
Expand Down
19 changes: 10 additions & 9 deletions styles/languages/css.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language CSS/Sass/LESSCSS +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Support for CSS, Sass and LESSCSS.
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.cm-m-css {
&.cm-atom {
color: @editor-syntax-color-numeric;
Expand Down
16 changes: 7 additions & 9 deletions styles/languages/html.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language HTML +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/
17 changes: 8 additions & 9 deletions styles/languages/javascript.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language JavaScript +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.cm-m-javascript {
&.cm-def {
color: @editor-syntax-color-variable;
Expand Down
17 changes: 8 additions & 9 deletions styles/languages/markdown.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language Markdown +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.cm-m-markdown {
&.cm-link {
color: @editor-syntax-color-markup-link;
Expand Down
17 changes: 8 additions & 9 deletions styles/languages/php.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language PHP +
project nord-brackets +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2017-present Sven Greb <[email protected]>
*
* Project: Nord Brackets
* Repository: https://github.com/arcticicestudio/nord-brackets
* License: MIT
*/

.cm-m-clike {
&.cm-variable {
color: @editor-syntax-color-class;
Expand Down
Loading

0 comments on commit f96012e

Please sign in to comment.