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-19
  • Loading branch information
arcticicestudio committed Jan 2, 2018
1 parent 2da9466 commit 1a5d025
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 396 deletions.
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 @@ -119,6 +119,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-tmux/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>
21 changes: 8 additions & 13 deletions nord.tmux
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
#!/usr/bin/env bash
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord tmux TPM Loader +
# project nord-tmux +
# repository https://github.com/arcticicestudio/nord-tmux +
# author Arctic Ice Studio +
# email development@arcticicestudio.com +
# copyright Copyright (C) 2017 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Nord
# https://github.com/arcticicestudio/nord
# tmux
# Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
# Copyright (c) 2017-present Sven Greb <code@svengreb.de>

# Project: Nord tmux
# Repository: https://github.com/arcticicestudio/nord-tmux
# License: MIT
# References:
# https://tmux.github.io

NORD_TMUX_COLOR_THEME_FILE=src/nord.conf
NORD_TMUX_VERSION=0.2.0
NORD_TMUX_STATUS_CONTENT_FILE="src/nord-status-content.conf"
Expand Down
15 changes: 7 additions & 8 deletions src/nord-status-content-no-patched-font.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Status Content - No Patched Font +
# project nord-tmux +
# repository https://github.com/arcticicestudio/nord-tmux +
# 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 tmux
# Repository: https://github.com/arcticicestudio/nord-tmux
# License: MIT

#+----------------+
#+ Plugin Support +
#+----------------+
Expand Down
15 changes: 7 additions & 8 deletions src/nord-status-content.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Status Content +
# project nord-tmux +
# repository https://github.com/arcticicestudio/nord-tmux +
# 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 tmux
# Repository: https://github.com/arcticicestudio/nord-tmux
# License: MIT

#+----------------+
#+ Plugin Support +
#+----------------+
Expand Down
16 changes: 7 additions & 9 deletions src/nord.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord tmux +
# project nord-tmux +
# version 0.2.0 +
# repository https://github.com/arcticicestudio/nord-tmux +
# 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 tmux
# Repository: https://github.com/arcticicestudio/nord-tmux
# License: MIT

#+----------------+
#+ Plugin Support +
#+----------------+
Expand Down

0 comments on commit 1a5d025

Please sign in to comment.