From a9651dcdc1bbe512b4d0ea1b706b4a07b136da6e Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Mon, 19 Jul 2021 16:20:33 +0300 Subject: Fixed copyright notices. --- bench/tb_ecdsa256_wrapper.v | 10 ++++++---- rtl/ecdsa256_base_point_multiplier.v | 10 ++++++---- rtl/ecdsa256_microcode_rom.v | 10 ++++++---- rtl/ecdsa256_uop_worker.v | 10 ++++++---- rtl/ecdsa256_wrapper.v | 10 ++++++---- 5 files changed, 30 insertions(+), 20 deletions(-) diff --git a/bench/tb_ecdsa256_wrapper.v b/bench/tb_ecdsa256_wrapper.v index 2e11d83..0970d63 100644 --- a/bench/tb_ecdsa256_wrapper.v +++ b/bench/tb_ecdsa256_wrapper.v @@ -6,7 +6,9 @@ // // Authors: Pavel Shatov // -// Copyright (c) 2016, 2018-2019, 2021 NORDUnet A/S +// Copyright 2016, 2018-2019 NORDUnet A/S +// Copyright 2021 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: @@ -18,9 +20,9 @@ // 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 TO, THE diff --git a/rtl/ecdsa256_base_point_multiplier.v b/rtl/ecdsa256_base_point_multiplier.v index 2adca43..ed40979 100644 --- a/rtl/ecdsa256_base_point_multiplier.v +++ b/rtl/ecdsa256_base_point_multiplier.v @@ -6,7 +6,9 @@ // // Authors: Pavel Shatov // -// Copyright (c) 2016, 2018 NORDUnet A/S +// Copyright 2016, 2018 NORDUnet A/S +// Copyright 2021 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: @@ -18,9 +20,9 @@ // 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 TO, THE diff --git a/rtl/ecdsa256_microcode_rom.v b/rtl/ecdsa256_microcode_rom.v index 725eee2..810a871 100644 --- a/rtl/ecdsa256_microcode_rom.v +++ b/rtl/ecdsa256_microcode_rom.v @@ -1,6 +1,8 @@ //====================================================================== // -// Copyright (c) 2018, NORDUnet A/S All rights reserved. +// Copyright 2018 NORDUnet A/S +// Copyright 2021 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 @@ -12,9 +14,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 diff --git a/rtl/ecdsa256_uop_worker.v b/rtl/ecdsa256_uop_worker.v index ac2a35c..47110b3 100644 --- a/rtl/ecdsa256_uop_worker.v +++ b/rtl/ecdsa256_uop_worker.v @@ -6,7 +6,9 @@ // // Authors: Pavel Shatov // -// Copyright (c) 2018, NORDUnet A/S +// Copyright 2018, NORDUnet A/S +// Copyright 2021 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: @@ -18,9 +20,9 @@ // 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 TO, THE diff --git a/rtl/ecdsa256_wrapper.v b/rtl/ecdsa256_wrapper.v index 0728ed5..f61b460 100644 --- a/rtl/ecdsa256_wrapper.v +++ b/rtl/ecdsa256_wrapper.v @@ -1,6 +1,8 @@ //====================================================================== // -// Copyright (c) 2016, 2018 NORDUnet A/S All rights reserved. +// Copyright 2016, 2018 NORDUnet A/S +// Copyright 2021 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 @@ -12,9 +14,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