aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <mithro@mithis.com>2017-10-19 18:45:09 -0400
committerTim 'mithro' Ansell <mithro@mithis.com>2017-10-19 20:22:12 -0400
commit19aa26152766df6c8d1c608554c40f88ed923d5f (patch)
treed9ed0ce0865d301db57a73f6b3f3edf43bb36000 /COPYING
parent716dbc92745aa8b41d85a60d50263433d5a79393 (diff)
downloadyosys-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--COPYING13
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.