Skip to content

Commit c18f38b

Browse files
committed
add nederburg license
1 parent e3addcc commit c18f38b

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

LICENSE-NEDERBURG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Appernetic
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ This project is developed and maintained by the [Resources team][team].
88

99
This project is distributed under the following licenses:
1010

11+
- [`css/main.css`] is a partial re-implementation (derivative work) of the
12+
[NEDERBURG Hugo theme], which is licensed under the MIT License. A copy of the
13+
NEDERBURG license can be found at [LICENSE-NEDERBURG].
14+
15+
[`css/main.css`]: ./css/main.css
16+
[NEDERBURG Hugo theme]: https://github.com/appernetic/hugo-nederburg-theme
17+
[LICENSE-NEDERBURG]: ./LICENSE-NEDERBURG
18+
19+
- [`css/reset.css`] is licensed under the MIT License.
20+
21+
[`css/reset.css`]: ./css/reset.css
22+
1123
- The code samples and free-standing Cargo projects contained within this
1224
directory are licensed under the terms of both the [MIT License] and the
1325
[Apache License v2.0].

css/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/* Style based on the NEDERBURG Hugo theme (https://themes.gohugo.io/hugo-nederburg-theme/) */
1+
/* A partial re-implementation (derivative work) of the NEDERBURG Hugo theme (https://themes.gohugo.io/hugo-nederburg-theme/) */
2+
/* NEDERBURG is licensed under the MIT License. A copy of its license can be found at: */
3+
/* - https://github.com/rust-embedded/showcase/blob/master/LICENSE-NEDERBURG */
4+
/* - https://github.com/appernetic/hugo-nederburg-theme/blob/master/LICENSE */
25

36
html {
47
background-color: #2f3360;

0 commit comments

Comments
 (0)