From 009dfed477030ac495628efe2452956d9aef625f Mon Sep 17 00:00:00 2001 From: Emre Karabulut <“ekarabulut@microsoft.com”> Date: Mon, 11 Nov 2024 13:07:30 -0800 Subject: [PATCH] added license header --- .../tb/ntt_masked_mult_redux46_auto_tb.sv | 22 ++++++++++++++++++- src/ntt_top/tb/ntt_masked_mult_redux46_tb.sv | 22 ++++++++++++++++++- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/ntt_top/tb/ntt_masked_mult_redux46_auto_tb.sv b/src/ntt_top/tb/ntt_masked_mult_redux46_auto_tb.sv index 3c01fb4..2f5dfcc 100644 --- a/src/ntt_top/tb/ntt_masked_mult_redux46_auto_tb.sv +++ b/src/ntt_top/tb/ntt_masked_mult_redux46_auto_tb.sv @@ -1,4 +1,24 @@ -`timescale 1ns / 1ps +// SPDX-License-Identifier: Apache-2.0 +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +//====================================================================== +// +// ntt_masked_mult_redux46_auto_tb.sv +// -------- +// +// +//====================================================================== module ntt_masked_mult_redux46_auto_tb; diff --git a/src/ntt_top/tb/ntt_masked_mult_redux46_tb.sv b/src/ntt_top/tb/ntt_masked_mult_redux46_tb.sv index fac8bc5..ec620e1 100644 --- a/src/ntt_top/tb/ntt_masked_mult_redux46_tb.sv +++ b/src/ntt_top/tb/ntt_masked_mult_redux46_tb.sv @@ -1,4 +1,24 @@ -`timescale 1ns / 1ps +// SPDX-License-Identifier: Apache-2.0 +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +//====================================================================== +// +// ntt_masked_mult_redux46_tb.sv +// -------- +// +// +//====================================================================== module ntt_masked_mult_redux46_tb;