diff options
author | Serge Bazanski <sergiusz@q3k.org> | 2018-08-01 19:31:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 19:31:29 +0100 |
commit | e64dd3b3dd9aaa4c3205a230af0666e0c5c9f83e (patch) | |
tree | 3f8a0235e4ccc53feebfcc6627f294cc4dd806bb | |
parent | 1d6ec0fb8c1c2e68e7f21d724a3e30f7fcab4775 (diff) | |
parent | ff9b20991436aa588292de53010423998125b54d (diff) | |
download | nextpnr-e64dd3b3dd9aaa4c3205a230af0666e0c5c9f83e.tar.gz nextpnr-e64dd3b3dd9aaa4c3205a230af0666e0c5c9f83e.tar.bz2 nextpnr-e64dd3b3dd9aaa4c3205a230af0666e0c5c9f83e.zip |
Merge pull request #1 from YosysHQ/q3k/add-copying-file
Add COPYING file
-rw-r--r-- | COPYING | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..6df840be --- /dev/null +++ b/COPYING @@ -0,0 +1,18 @@ +Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> +Copyright (C) 2018 David Shah <david@symbioticeda.com> +Copyright (C) 2018 Dan Gisselquist <dan@symbioticeda.com> +Copyright (C) 2018 Serge Bazanski <q3k@symbioticeda.com> +Copyright (C) 2018 Miodrag Milanovic <miodrag@symbioticeda.com> +Copyright (C) 2018 Eddie Hung <eddieh@ece.ubc.ca> + +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. |