Copied from issue #263

Aleks-Daniel Jakimenko-Aleksejev 2016-11-08 11:18:41 +02:00
parent 071dcfc856
commit 73c6f1af64
1 changed files with 5 additions and 0 deletions

5
Licenses.md Normal file

@ -0,0 +1,5 @@
The bulk of Yosys is ISC. Some parts are public domain (``kernel/hashlib.h``, ``libs/sha1/``, ``libs/bigint/``). ``libs/minisat/`` is under MIT (which is permissive and compatible with ISC).
ABC is a stand-alone binary with it's own set of licenses. At least in Debian ABC is its own package.
No part of Yosys is GPLv2, GPLv3, or LGPLv2. Some of the test cases are (because they are copied from designs that are using those licenses), but this should have no effect on the license status of Yosys itself.