Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to MIT license #5

Merged
merged 1 commit into from
Jan 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Travis CI
# Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (c) 2017-present Sven Greb <code@svengreb.de>

# 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 development@arcticicestudio.com +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Circle CI
# Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (c) 2017-present Sven Greb <code@svengreb.de>

# 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 <development@arcticicestudio.com> (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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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 development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
* Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
* Copyright (c) 2017-present Sven Greb <code@svengreb.de>
*
* 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