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.
docs: replace LICENSE.txt with LICENSE.rst
- Loading branch information
Showing
6 changed files
with
36 additions
and
63 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
**VUnit**, except for the projects below, is released under the terms of | ||
`Mozilla Public License, v. 2.0`_. |copy| 2014-2020 Lars Asplund, [email protected]. | ||
|
||
The following libraries are `redistributed`_ with VUnit for your convenience: | ||
|
||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2010 - 2020 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 - 2020 Patrick Lehmann. | ||
|
||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN | ||
.. _redistributed: https://github.com/VUnit/vunit/blob/master/.gitmodules | ||
.. _Mozilla Public License, v. 2.0: http://mozilla.org/MPL/2.0/ | ||
.. _ARTISTIC License: http://www.perlfoundation.org/artistic_license_2_0 | ||
.. _Apache License, v 2.0: http://www.apache.org/licenses/LICENSE-2.0 | ||
.. _SynthWorks Design Inc: http://www.synthworks.com |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -135,8 +135,8 @@ Support | |
Any bug reports, feature requests or questions about the usage of VUnit | ||
can be made by creating a `new issue`_. | ||
|
||
Credits | ||
------- | ||
Credits and license | ||
------------------- | ||
|
||
- Founders: | ||
|
||
|
@@ -160,34 +160,7 @@ Credits | |
|
||
- Continuous Integration (CI) | ||
|
||
License | ||
------- | ||
|
||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN | ||
|
||
VUnit | ||
***** | ||
|
||
VUnit, except for the projects below, is released under the terms of | ||
`Mozilla Public License, v. 2.0`_. | ||
|
||
|copy| 2014-2020 Lars Asplund, [email protected]. | ||
|
||
OSVVM | ||
***** | ||
|
||
OSVVM is redistributed (`vunit/vhdl/osvvm <https://github.com/VUnit/vunit/tree/master/vunit/vhdl>`_) with VUnit for your convenience. These | ||
files are licensed under the terms of `Apache License, v 2.0`_. | ||
|
||
|copy| 2010 - 2020 by SynthWorks Design Inc. All rights reserved. | ||
|
||
JSON-for-VHDL | ||
************* | ||
|
||
JSON-for-VHDL is redistributed (`vunit/vhdl/JSON-for-VHDL <https://github.com/VUnit/vunit/tree/master/vunit/vhdl>`_) with VUnit for your convenience. These | ||
files are licensed under the terms of `Apache License, v 2.0`_. | ||
|
||
|copy| 2015 - 2020 Patrick Lehmann. | ||
.. include:: license.rst | ||
|
||
.. _xUnit: http://en.wikipedia.org/wiki/XUnit | ||
.. _Jenkins: http://jenkins-ci.org/ | ||
|
@@ -201,6 +174,3 @@ files are licensed under the terms of `Apache License, v 2.0`_. | |
.. _an introduction to unit testing (6 min): https://www.youtube.com/watch?v=PZuBqcxS8t4 | ||
.. _short introduction to VUnit (12 min): https://www.youtube.com/watch?v=D8s_VLD91tw | ||
.. _new issue: https://github.com/VUnit/vunit/issues/new | ||
.. _Mozilla Public License, v. 2.0: http://mozilla.org/MPL/2.0/ | ||
.. _ARTISTIC License: http://www.perlfoundation.org/artistic_license_2_0 | ||
.. _Apache License, v 2.0: http://www.apache.org/licenses/LICENSE-2.0 |
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
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
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,21 +13,21 @@ def license_text(): | |
""" | ||
Returns licence text | ||
""" | ||
return """VUnit | ||
----- | ||
return """**VUnit**, except for the projects below, is released under the terms of | ||
`Mozilla Public License, v. 2.0`_. |copy| 2014-2020 Lars Asplund, [email protected]. | ||
VUnit except for OSVVM (see below) is released under the terms of | ||
Mozilla Public License, v. 2.0. | ||
The following libraries are `redistributed`_ with VUnit for your convenience: | ||
Copyright (c) 2014-2020, Lars Asplund [email protected] | ||
* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2010 - 2020 by `SynthWorks Design Inc`_. All rights reserved. | ||
OSVVM | ||
----- | ||
* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License, v 2.0`_, |copy| 2015 - 2020 Patrick Lehmann. | ||
OSVVM is redistributed as a submodule to VUnit for your convenience. OSVVM and derivative work | ||
located under examples/vhdl/osvvm_integration/src are licensed under the terms of Artistic License 2.0. | ||
Copyright (c) 2006-2016, SynthWorks Design Inc http://www.synthworks.com | ||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN | ||
.. _redistributed: https://github.com/VUnit/vunit/blob/master/.gitmodules | ||
.. _Mozilla Public License, v. 2.0: http://mozilla.org/MPL/2.0/ | ||
.. _ARTISTIC License: http://www.perlfoundation.org/artistic_license_2_0 | ||
.. _Apache License, v 2.0: http://www.apache.org/licenses/LICENSE-2.0 | ||
.. _SynthWorks Design Inc: http://www.synthworks.com | ||
""" | ||
|
||
|
||
|
@@ -54,8 +54,6 @@ def doc(): | |
welcome. Read our `contribution guide | ||
<https://vunit.github.io/contributing.html>`__ to get started. | ||
License | ||
======= | ||
""" | ||
+ license_text() | ||
) | ||
|