forked from VUnit/vunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
license: add refs related to font Tratex
- Loading branch information
1 parent
ca6f56d
commit b692d66
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
**VUnit**, except for the projects below, is released under the terms of | ||
`Mozilla Public License, v. 2.0`_. |copy| 2014-2021 Lars Asplund, [email protected]. | ||
**VUnit**, except for the projects below, is released under the terms of `Mozilla Public License, v. 2.0`_. | ||
|copy| 2014-2021 Lars Asplund, [email protected]. | ||
|
||
The following libraries are `redistributed`_ with VUnit for your convenience: | ||
The following libraries are `redistributed`_ with VUnit for convenience: | ||
|
||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2010 - 2021 by `SynthWorks Design Inc`_. All rights reserved. | ||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, | ||
|copy| 2010 - 2021 by `SynthWorks Design Inc`_. All rights reserved. | ||
|
||
* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License, | ||
v 2.0`_, |copy| 2015 - 2021 Patrick Lehmann. | ||
|
||
The font used in VUnit's logo and illustrations is 'Tratex', the traffic sign typeface used on swedish road signs: | ||
|
||
- `transportstyrelsen.se: Teckensnitt <https://transportstyrelsen.se/sv/vagtrafik/Trafikregler/Om-vagmarken/Teckensnitt/>`__ | ||
- `Wikipedia: Tratex <https://en.wikipedia.org/wiki/Tratex>`__ | ||
|
||
* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2015 - 2021 Patrick Lehmann. | ||
|
||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN | ||
.. _redistributed: https://github.com/VUnit/vunit/blob/master/.gitmodules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,23 @@ def license_text(): | |
""" | ||
Returns licence text | ||
""" | ||
return """**VUnit**, except for the projects below, is released under the terms of | ||
`Mozilla Public License, v. 2.0`_. |copy| 2014-2021 Lars Asplund, [email protected]. | ||
return """\ | ||
**VUnit**, except for the projects below, is released under the terms of `Mozilla Public License, v. 2.0`_. | ||
|copy| 2014-2021 Lars Asplund, [email protected]. | ||
The following libraries are `redistributed`_ with VUnit for your convenience: | ||
The following libraries are `redistributed`_ with VUnit for convenience: | ||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2010 - 2021 by `SynthWorks Design Inc`_. All rights reserved. | ||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, | ||
|copy| 2010 - 2021 by `SynthWorks Design Inc`_. All rights reserved. | ||
* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License, | ||
v 2.0`_, |copy| 2015 - 2021 Patrick Lehmann. | ||
The font used in VUnit's logo and illustrations is 'Tratex', the traffic sign typeface used on swedish road signs: | ||
- `transportstyrelsen.se: Teckensnitt <https://transportstyrelsen.se/sv/vagtrafik/Trafikregler/Om-vagmarken/Teckensnitt/>`__ | ||
- `Wikipedia: Tratex <https://en.wikipedia.org/wiki/Tratex>`__ | ||
* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2015 - 2021 Patrick Lehmann. | ||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN | ||
.. _redistributed: https://github.com/VUnit/vunit/blob/master/.gitmodules | ||
|