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-13
  • Loading branch information
arcticicestudio committed Jan 2, 2018
1 parent fc161d1 commit 7485808
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 421 deletions.
27 changes: 12 additions & 15 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title ESLint Configuration +
project nord-hyper +
repository https://github.com/arcticicestudio/nord-hyper +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2016-present Sven Greb <[email protected]>
*
* Project: Nord Hyper
* Repository: https://github.com/arcticicestudio/nord-hyper
* License: MIT
* References:
* http://eslint.org/docs/user-guide/configuring
* http://eslint.org/docs/user-guide/configuring#using-configuration-files
* http://eslint.org/docs/user-guide/configuring#specifying-environments
* http://eslint.org/docs/rules
*/

[References]
ESLint
(http://eslint.org/docs/user-guide/configuring)
(http://eslint.org/docs/user-guide/configuring#using-configuration-files)
(http://eslint.org/docs/user-guide/configuring#specifying-environments)
(http://eslint.org/docs/rules)
*/
module.exports = {
"env": {
"node": true,
Expand Down
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Travis CI Configuration +
# project nord-hyper +
# repository https://github.com/arcticicestudio/nord-hyper +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (c) 2017 +
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Travis CI Documentation
# (https://docs.travis-ci.com/user/languages/javascript-with-nodejs)
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (c) 2016-present Sven Greb <[email protected]>

# Project: Nord Hyper
# Repository: https://github.com/arcticicestudio/nord-hyper
# License: MIT
# References:
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs

language: node_js
node_js:
- "6"
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 @@ -47,6 +47,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-hyper/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>
23 changes: 10 additions & 13 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Circle CI Configuration +
# project nord-hyper +
# repository https://github.com/arcticicestudio/nord-hyper +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (c) 2017 +
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Circle CI
# (https://circleci.com/docs/language-nodejs)
# (https://circleci.com/docs/yarn)
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (c) 2016-present Sven Greb <[email protected]>

# Project: Nord Hyper
# Repository: https://github.com/arcticicestudio/nord-hyper
# License: MIT
# References:
# https://circleci.com/docs/language-nodejs
# https://circleci.com/docs/yarn

machine:
node:
version: 6
Expand Down
24 changes: 10 additions & 14 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Project Gulp File +
project nord-hyper +
repository https://github.com/arcticicestudio/nord-hyper +
author Arctic Ice Studio +
email [email protected] +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2016-present Sven Greb <[email protected]>
*
* Project: Nord Hyper
* Repository: https://github.com/arcticicestudio/nord-hyper
* License: MIT
* References:
* http://gulpjs.com
* https://www.npmjs.com
*/

[References]
Gulp
(http://gulpjs.com)
npmjs
(https://www.npmjs.com)
*/
/*+---------+
+ Imports +
+---------+*/
Expand Down
15 changes: 7 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* title Nord Hyper +
* project nord-hyper +
* repository https://github.com/arcticicestudio/nord-hyper +
* author Arctic Ice Studio +
* email [email protected] +
* copyright Copyright (c) 2017 +
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
* Copyright (c) 2016-present Sven Greb <[email protected]>
*
* Project: Nord Hyper
* Repository: https://github.com/arcticicestudio/nord-hyper
* License: MIT
*/

const nord = {
nord0: "#2E3440",
nord1: "#3B4252",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/arcticicestudio/nord-hyper/issues"
},
"license": "(Apache-2.0 AND CC-BY-SA-4.0)",
"license": "(MIT AND CC-BY-SA-4.0)",
"main": "index.js",
"keywords": [
"arctic",
Expand Down

0 comments on commit 7485808

Please sign in to comment.