[Cryptech-Commits] [core/pkey/ecdsa256] branch test_dpa_fix updated: Fixed copyright notices.

git at cryptech.is git at cryptech.is
Mon Jul 19 13:21:15 UTC 2021


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch test_dpa_fix
in repository core/pkey/ecdsa256.

The following commit(s) were added to refs/heads/test_dpa_fix by this push:
     new a9651dc  Fixed copyright notices.
a9651dc is described below

commit a9651dcdc1bbe512b4d0ea1b706b4a07b136da6e
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Mon Jul 19 16:20:33 2021 +0300

    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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list