Add credits and license info
This commit is contained in:
@@ -55,6 +55,8 @@ The following libraries are dependencies of novelWriter:
|
||||
Some of the assets bundled with novelWriter were adapted from the following sources:
|
||||
|
||||
* **Material Symbols** icons by Google Inc (Apache 2.0)
|
||||
* **Remix** icons by RemixIcon (Apache 2.0)
|
||||
* **Font Awesome** icons by Fonticons Inc (CC BY 4.0)
|
||||
* **Tomorrow** syntax themes by Chris Kempson (MIT License)
|
||||
* **Owl** syntax themes by Sarah Drasner (MIT License)
|
||||
* **Solarized** themes by Ethan Schoonover (MIT License)
|
||||
|
||||
@@ -66,6 +66,8 @@ more contributions are listed on the project's Members page.</p>
|
||||
|
||||
<ul>
|
||||
<li><b>Material Symbols</b> icons by Google Inc (Apache 2.0)</li>
|
||||
<li><b>Remix</b> icons by RemixIcon (Apache 2.0)</li>
|
||||
<li><b>Font Awesome</b> icons by Fonticons Inc (CC BY 4.0)</li>
|
||||
<li><b>Tomorrow</b> syntax themes by Chris Kempson (MIT License)</li>
|
||||
<li><b>Owl</b> syntax themes by Sarah Drasner (MIT License)</li>
|
||||
<li><b>Solarized</b> themes by Ethan Schoonover (MIT License)</li>
|
||||
|
||||
@@ -33,3 +33,26 @@ License: Apache-2.0
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Files: novelwriter/assets/icons/remix_*
|
||||
Copyright: RemixIcon
|
||||
License: Apache-2.0
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
.
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
.
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Files: novelwriter/assets/icons/font_awesome.*
|
||||
Copyright: Fonticons Inc
|
||||
License: CC-BY-4.0
|
||||
This work is licensed under Creative Commons Attribution 4.0
|
||||
International. To view a copy of this license, visit
|
||||
.
|
||||
https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
@@ -42,3 +42,13 @@ Material Symbols
|
||||
Copyright: Google Inc
|
||||
Website: <https://fonts.google.com/icons>
|
||||
License: Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0.txt>
|
||||
|
||||
Remix Icon
|
||||
Copyright: Remix Icon
|
||||
Website: <https://remixicon.com>
|
||||
License: Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0.txt>
|
||||
|
||||
Font Awesome
|
||||
Copyright: Fonticons Inc
|
||||
Website: <https://fontawesome.com>
|
||||
License: CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>
|
||||
|
||||
@@ -263,7 +263,7 @@ def processFontAwesome(workDir: Path, iconsDir: Path, jobs: dict) -> None:
|
||||
continue
|
||||
|
||||
target = iconsDir / f"{file}.icons"
|
||||
_writeThemeFile(target, name, "Fonticons Inc", "Font Awesome Free License", icons)
|
||||
_writeThemeFile(target, name, "Fonticons Inc", "CC BY 4.0", icons)
|
||||
|
||||
print("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user