diff options
author | Thomas Bauereiss <tb592@cl.cam.ac.uk> | 2021-07-27 18:24:20 +0100 |
---|---|---|
committer | Thomas Bauereiss <tb592@cl.cam.ac.uk> | 2021-07-27 20:59:16 +0100 |
commit | 5cc057f691c6e08ca06a6fc05a263d123ae81d63 (patch) | |
tree | 6cd42f0861e77c6929a7b09d44155a133438058c /prover_snapshots/coq/lib | |
parent | af3f41a29349972a6c36f31e1f3a9ee4ae9c0227 (diff) | |
download | sail-riscv-5cc057f691c6e08ca06a6fc05a263d123ae81d63.zip sail-riscv-5cc057f691c6e08ca06a6fc05a263d123ae81d63.tar.gz sail-riscv-5cc057f691c6e08ca06a6fc05a263d123ae81d63.tar.bz2 |
Add licenses to Lem and Sail library snapshots
Diffstat (limited to 'prover_snapshots/coq/lib')
-rw-r--r-- | prover_snapshots/coq/lib/sail/LICENCE | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/prover_snapshots/coq/lib/sail/LICENCE b/prover_snapshots/coq/lib/sail/LICENCE new file mode 100644 index 0000000..6e25310 --- /dev/null +++ b/prover_snapshots/coq/lib/sail/LICENCE @@ -0,0 +1,51 @@ + Sail + +Copyright (c) 2013-2021 + Kathryn Gray + Shaked Flur + Stephen Kell + Gabriel Kerneis + Robert Norton-Wright + Christopher Pulte + Peter Sewell + Alasdair Armstrong + Brian Campbell + Thomas Bauereiss + Anthony Fox + Jon French + Dominic Mulligan + Stephen Kell + Mark Wassell + +All rights reserved. + +This software was developed within the Rigorous Engineering of +Mainstream Systems (REMS) project, partly funded by EPSRC grant +EP/K008528/1, at the Universities of Cambridge and Edinburgh. + +This software was developed by SRI International and the University of +Cambridge Computer Laboratory (Department of Computer Science and +Technology) under DARPA/AFRL contract FA8650-18-C-7809 ("CIFV"). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. |