From 1f382b1563ef5a31a6606f2e5fd5c4b4b230cd25 Mon Sep 17 00:00:00 2001 From: Franz Fuchs Date: Sat, 18 May 2024 17:12:43 +0100 Subject: [PATCH] Add license again to TourPred.bsv --- src_Core/RISCY_OOO/procs/lib/TourPred.bsv | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src_Core/RISCY_OOO/procs/lib/TourPred.bsv b/src_Core/RISCY_OOO/procs/lib/TourPred.bsv index 91f9987..588aa2b 100644 --- a/src_Core/RISCY_OOO/procs/lib/TourPred.bsv +++ b/src_Core/RISCY_OOO/procs/lib/TourPred.bsv @@ -1,3 +1,38 @@ +// Copyright (c) 2017 Massachusetts Institute of Technology +// +//- +// RVFI_DII + CHERI modifications: +// Copyright (c) 2020 Jonathan Woodruff +// All rights reserved. +// +// This software was developed by SRI International and the University of +// Cambridge Computer Laboratory (Department of Computer Science and +// Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the +// DARPA SSITH research programme. +// +// This work was supported by NCSC programme grant 4212611/RFA 15971 ("SafeBet"). +//- +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, copy, +// modify, merge, publish, distribute, sublicense, and/or sell copies +// of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +// BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +// SOFTWARE. + import Types::*; import ProcTypes::*; import RegFile::*;