Skip to content

Commit a4a7da8

Browse files
arcticicestudiolucasfcosta
authored andcommitted
Migrate to MIT license
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 nordthemeGH-19
1 parent 5c7db65 commit a4a7da8

6 files changed

+53
-396
lines changed

LICENSE.md

+22-356
Large diffs are not rendered by default.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ Please report issues/bugs, feature requests and suggestions for improvements to
119119

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

122-
<p align="center"> <img src="http://arcticicestudio.com/favicon.ico" width=16 height=16/> Copyright &copy; 2017 Arctic Ice Studio</p>
122+
<p align="center">Copyright &copy; 2017-present Arctic Ice Studio</p>
123123

124-
<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>
124+
<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>

nord.tmux

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
#!/usr/bin/env bash
2-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3-
# title Nord tmux TPM Loader +
4-
# project nord-tmux +
5-
# repository https://github.com/arcticicestudio/nord-tmux +
6-
# author Arctic Ice Studio +
7-
8-
# copyright Copyright (C) 2017 +
9-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10-
#
11-
# [References]
12-
# Nord
13-
# https://github.com/arcticicestudio/nord
14-
# tmux
2+
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
3+
# Copyright (c) 2017-present Sven Greb <[email protected]>
4+
5+
# Project: Nord tmux
6+
# Repository: https://github.com/arcticicestudio/nord-tmux
7+
# License: MIT
8+
# References:
159
# https://tmux.github.io
10+
1611
NORD_TMUX_COLOR_THEME_FILE=src/nord.conf
1712
NORD_TMUX_VERSION=0.2.0
1813
NORD_TMUX_STATUS_CONTENT_FILE="src/nord-status-content.conf"

src/nord-status-content-no-patched-font.conf

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2-
# title Status Content - No Patched Font +
3-
# project nord-tmux +
4-
# repository https://github.com/arcticicestudio/nord-tmux +
5-
# author Arctic Ice Studio +
6-
7-
# copyright Copyright (C) 2017 +
8-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1+
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (c) 2017-present Sven Greb <[email protected]>
3+
4+
# Project: Nord tmux
5+
# Repository: https://github.com/arcticicestudio/nord-tmux
6+
# License: MIT
7+
98
#+----------------+
109
#+ Plugin Support +
1110
#+----------------+

src/nord-status-content.conf

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2-
# title Status Content +
3-
# project nord-tmux +
4-
# repository https://github.com/arcticicestudio/nord-tmux +
5-
# author Arctic Ice Studio +
6-
7-
# copyright Copyright (C) 2017 +
8-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1+
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (c) 2017-present Sven Greb <[email protected]>
3+
4+
# Project: Nord tmux
5+
# Repository: https://github.com/arcticicestudio/nord-tmux
6+
# License: MIT
7+
98
#+----------------+
109
#+ Plugin Support +
1110
#+----------------+

src/nord.conf

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2-
# title Nord tmux +
3-
# project nord-tmux +
4-
# version 0.2.0 +
5-
# repository https://github.com/arcticicestudio/nord-tmux +
6-
# author Arctic Ice Studio +
7-
8-
# copyright Copyright (C) 2017 +
9-
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1+
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]>
2+
# Copyright (c) 2017-present Sven Greb <[email protected]>
3+
4+
# Project: Nord tmux
5+
# Repository: https://github.com/arcticicestudio/nord-tmux
6+
# License: MIT
7+
108
#+----------------+
119
#+ Plugin Support +
1210
#+----------------+

0 commit comments

Comments
 (0)