From 6562cb4cd6b1e1ac8b4151fcf5a750c11d24703a Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 2 Dec 2021 07:13:22 +0100 Subject: [PATCH] Added License and contributors to README. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3f149c6..d57a14b 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,21 @@ Find further usage cases in the following list of projects: - [edaa-org/pyEDAA.ProjectModel](https://github.com/edaa-org/pyEDAA.ProjectModel/tree/main/.github/workflows) - [edaa-org/pySVModel](https://github.com/edaa-org/pySVModel/tree/main/.github/workflows) - [VHDL/pyVHDLModel](https://github.com/VHDL/pyVHDLModel/tree/main/.github/workflows) + + +## Contributors + +* [Patrick Lehmann](https://GitHub.com/Paebbels) +* [Unai Martinez-Corral](https://GitHub.com/umarcor) (Maintainer) +* [and more...](https://GitHub.com/pyTooling/Actions/graphs/contributors) + + +## License + +This Python package (source code) licensed under [Apache License 2.0](LICENSE.md). +The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst). + + +------------------------- + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file