From 60dbfdbe731a3a850b88a469f69b688413393a01 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Mon, 19 Jul 2021 17:08:15 +0300 Subject: Fixed copyright notices. --- bench/tb_core_selector.v | 37 +++++++++++++++++++++++++++++++++++++ config/core_config.py | 10 ++++++---- extra/reset_replicator.v | 10 ++++++---- 3 files changed, 49 insertions(+), 8 deletions(-) diff --git a/bench/tb_core_selector.v b/bench/tb_core_selector.v index a8a174b..0b2691c 100644 --- a/bench/tb_core_selector.v +++ b/bench/tb_core_selector.v @@ -1,3 +1,40 @@ +//====================================================================== +// +// tb_core_selector.v +// ------------------ +// +// Author: Pavel Shatov +// Copyright 2020 The Commons Conservancy Cryptech Project +// SPDX-License-Identifier: BSD-3-Clause +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// - Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// +// - 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. +// +// - Neither the name of the copyright holder nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT +// HOLDER 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. +// +//====================================================================== + `timescale 1ns / 1ps module tb_core_selector; diff --git a/config/core_config.py b/config/core_config.py index f604522..f9ed3a0 100755 --- a/config/core_config.py +++ b/config/core_config.py @@ -5,7 +5,9 @@ Generate core_selector.v and core_vfiles.mk for a set of cores. """ #======================================================================= -# Copyright (c) 2015-2017, 2019 NORDUnet A/S All rights reserved. +# Copyright 2015-2018 NORDUnet A/S +# Copyright 2019-2020 The Commons Conservancy Cryptech Project +# SPDX-License-Identifier: BSD-3-Clause # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -17,9 +19,9 @@ Generate core_selector.v and core_vfiles.mk for a set of cores. # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # -# - Neither the name of the NORDUnet nor the names of its contributors may -# be used to endorse or promote products derived from this software -# without specific prior written permission. +# - Neither the name of the copyright holder nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS # IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/extra/reset_replicator.v b/extra/reset_replicator.v index ccb704b..1db9e16 100644 --- a/extra/reset_replicator.v +++ b/extra/reset_replicator.v @@ -7,7 +7,9 @@ // have its own copy. This way there's more room for the placer to do its job. // // Author: Pavel Shatov -// Copyright (c) 2016, 2018-2019 NORDUnet A/S All rights reserved. +// Copyright 2016, 2018 NORDUnet A/S +// Copyright 2019 The Commons Conservancy Cryptech Project +// SPDX-License-Identifier: BSD-3-Clause // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -19,9 +21,9 @@ // notice, this list of conditions and the following disclaimer in the // documentation and/or other materials provided with the distribution. // -// - Neither the name of the NORDUnet nor the names of its contributors may -// be used to endorse or promote products derived from this software -// without specific prior written permission. +// - Neither the name of the copyright holder nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS // IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -- cgit v1.2.3