diff options
author | Tim 'mithro' Ansell <mithro@mithis.com> | 2017-10-19 18:45:09 -0400 |
---|---|---|
committer | Tim 'mithro' Ansell <mithro@mithis.com> | 2017-10-19 20:22:12 -0400 |
commit | 19aa26152766df6c8d1c608554c40f88ed923d5f (patch) | |
tree | d9ed0ce0865d301db57a73f6b3f3edf43bb36000 /COPYING | |
parent | 716dbc92745aa8b41d85a60d50263433d5a79393 (diff) | |
download | yosys-19aa26152766df6c8d1c608554c40f88ed923d5f.tar.gz yosys-19aa26152766df6c8d1c608554c40f88ed923d5f.tar.bz2 yosys-19aa26152766df6c8d1c608554c40f88ed923d5f.zip |
Adding COPYING file with license information.
This allows GitHub and other tools to detect the license info. Providing
a COPYING for LICENSE file is also pretty standard.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 000000000..a01b7b697 --- /dev/null +++ b/COPYING @@ -0,0 +1,13 @@ +Copyright (C) 2012 - 2017 Clifford Wolf <clifford@clifford.at> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |