From 4288645fd08746eef7726a9ec08120d8021bf68d Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Thu, 29 Aug 2024 16:18:30 +0200 Subject: [PATCH] [hw,mbx] Update source files with new license header Signed-off-by: Robert Schilling --- hw/ip/mbx/data/BUILD | 2 +- hw/ip/mbx/data/mbx.hjson | 2 +- hw/ip/mbx/data/mbx_sec_cm_testplan.hjson | 2 +- hw/ip/mbx/data/mbx_testplan.hjson | 2 +- hw/ip/mbx/dv/env/mbx_env.core | 2 +- hw/ip/mbx/dv/env/mbx_env.sv | 2 +- hw/ip/mbx/dv/env/mbx_env_cfg.sv | 2 +- hw/ip/mbx/dv/env/mbx_env_cov.sv | 2 +- hw/ip/mbx/dv/env/mbx_env_pkg.sv | 2 +- hw/ip/mbx/dv/env/mbx_mem_ral_pkg.sv | 2 +- hw/ip/mbx/dv/env/mbx_scoreboard.sv | 2 +- hw/ip/mbx/dv/env/mbx_seq_item.sv | 2 +- hw/ip/mbx/dv/env/mbx_virtual_sequencer.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_async_msg_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_base_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_common_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_imbx_oob_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_reg_reset_val_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_smoke_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_stress_vseq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_tl_device_seq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_tl_reg_seq.sv | 2 +- hw/ip/mbx/dv/env/seq_lib/mbx_vseq_list.sv | 2 +- hw/ip/mbx/dv/mbx_sim.core | 2 +- hw/ip/mbx/dv/mbx_sim_cfg.hjson | 2 +- hw/ip/mbx/dv/sva/mbx_bind.sv | 2 +- hw/ip/mbx/dv/sva/mbx_sva.core | 2 +- hw/ip/mbx/dv/tb.sv | 2 +- hw/ip/mbx/dv/tests/mbx_base_test.sv | 2 +- hw/ip/mbx/dv/tests/mbx_test.core | 2 +- hw/ip/mbx/dv/tests/mbx_test_pkg.sv | 2 +- hw/ip/mbx/lint/mbx.vlt | 2 +- hw/ip/mbx/lint/mbx.waiver | 2 +- hw/ip/mbx/mbx.core | 2 +- hw/ip/mbx/rtl/mbx.sv | 2 +- hw/ip/mbx/rtl/mbx_core_reg_top.sv | 2 +- hw/ip/mbx/rtl/mbx_fsm.sv | 2 +- hw/ip/mbx/rtl/mbx_hostif.sv | 2 +- hw/ip/mbx/rtl/mbx_imbx.sv | 2 +- hw/ip/mbx/rtl/mbx_ombx.sv | 2 +- hw/ip/mbx/rtl/mbx_reg_pkg.sv | 2 +- hw/ip/mbx/rtl/mbx_soc_reg_top.sv | 2 +- hw/ip/mbx/rtl/mbx_sramrwarb.sv | 2 +- hw/ip/mbx/rtl/mbx_sysif.sv | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/hw/ip/mbx/data/BUILD b/hw/ip/mbx/data/BUILD index acf012522e046c..718fbf89ed1688 100644 --- a/hw/ip/mbx/data/BUILD +++ b/hw/ip/mbx/data/BUILD @@ -1,4 +1,4 @@ -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/data/mbx.hjson b/hw/ip/mbx/data/mbx.hjson index 49249d2e4e1106..ecad9597e9a238 100644 --- a/hw/ip/mbx/data/mbx.hjson +++ b/hw/ip/mbx/data/mbx.hjson @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 // diff --git a/hw/ip/mbx/data/mbx_sec_cm_testplan.hjson b/hw/ip/mbx/data/mbx_sec_cm_testplan.hjson index aa6a330b115260..cab79175ca5901 100644 --- a/hw/ip/mbx/data/mbx_sec_cm_testplan.hjson +++ b/hw/ip/mbx/data/mbx_sec_cm_testplan.hjson @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/data/mbx_testplan.hjson b/hw/ip/mbx/data/mbx_testplan.hjson index b5eba6c282b095..21f0d82dbfb014 100644 --- a/hw/ip/mbx/data/mbx_testplan.hjson +++ b/hw/ip/mbx/data/mbx_testplan.hjson @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 { diff --git a/hw/ip/mbx/dv/env/mbx_env.core b/hw/ip/mbx/dv/env/mbx_env.core index c3fcde078ea4d9..f83c6e66102d8f 100644 --- a/hw/ip/mbx/dv/env/mbx_env.core +++ b/hw/ip/mbx/dv/env/mbx_env.core @@ -1,5 +1,5 @@ CAPI=2: -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 name: "lowrisc:dv:mbx_env:0.1" diff --git a/hw/ip/mbx/dv/env/mbx_env.sv b/hw/ip/mbx/dv/env/mbx_env.sv index b44ad285281fb4..fe727489d1deca 100644 --- a/hw/ip/mbx/dv/env/mbx_env.sv +++ b/hw/ip/mbx/dv/env/mbx_env.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_env_cfg.sv b/hw/ip/mbx/dv/env/mbx_env_cfg.sv index 07020d2d88e447..eaa9d456b30ce3 100644 --- a/hw/ip/mbx/dv/env/mbx_env_cfg.sv +++ b/hw/ip/mbx/dv/env/mbx_env_cfg.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_env_cov.sv b/hw/ip/mbx/dv/env/mbx_env_cov.sv index d1c40d899ea639..0cfff71c21f012 100644 --- a/hw/ip/mbx/dv/env/mbx_env_cov.sv +++ b/hw/ip/mbx/dv/env/mbx_env_cov.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_env_pkg.sv b/hw/ip/mbx/dv/env/mbx_env_pkg.sv index 14d91f0a9c0733..21eb925bde3e65 100644 --- a/hw/ip/mbx/dv/env/mbx_env_pkg.sv +++ b/hw/ip/mbx/dv/env/mbx_env_pkg.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_mem_ral_pkg.sv b/hw/ip/mbx/dv/env/mbx_mem_ral_pkg.sv index 9084b9387b3f94..6b5258ba8bd9de 100644 --- a/hw/ip/mbx/dv/env/mbx_mem_ral_pkg.sv +++ b/hw/ip/mbx/dv/env/mbx_mem_ral_pkg.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_scoreboard.sv b/hw/ip/mbx/dv/env/mbx_scoreboard.sv index 3d2abf118822eb..afbc5e17fdfdcb 100644 --- a/hw/ip/mbx/dv/env/mbx_scoreboard.sv +++ b/hw/ip/mbx/dv/env/mbx_scoreboard.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_seq_item.sv b/hw/ip/mbx/dv/env/mbx_seq_item.sv index f51275d7cf0165..25a40ee1cb7655 100644 --- a/hw/ip/mbx/dv/env/mbx_seq_item.sv +++ b/hw/ip/mbx/dv/env/mbx_seq_item.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/mbx_virtual_sequencer.sv b/hw/ip/mbx/dv/env/mbx_virtual_sequencer.sv index ff4fb2f2e15986..d29bfca9bcad90 100644 --- a/hw/ip/mbx/dv/env/mbx_virtual_sequencer.sv +++ b/hw/ip/mbx/dv/env/mbx_virtual_sequencer.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 class mbx_virtual_sequencer extends cip_base_virtual_sequencer #( diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_async_msg_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_async_msg_vseq.sv index 4d7ddf0efa47bd..28f95a3ca8aea2 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_async_msg_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_async_msg_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_base_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_base_vseq.sv index 094b75bb875f25..de3dee2421ef94 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_base_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_base_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_common_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_common_vseq.sv index 23347ea916de46..91690ed990e11f 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_common_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_common_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_imbx_oob_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_imbx_oob_vseq.sv index 16d7cd89d0610e..f51f3546f7fbd3 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_imbx_oob_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_imbx_oob_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_reg_reset_val_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_reg_reset_val_vseq.sv index 933fca3b1de4f8..2ae00081d71eeb 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_reg_reset_val_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_reg_reset_val_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_smoke_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_smoke_vseq.sv index 9d229d8541cd69..14521b42f2f28e 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_smoke_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_smoke_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_stress_vseq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_stress_vseq.sv index 4f2a7048e8e075..81a9127b43e234 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_stress_vseq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_stress_vseq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_tl_device_seq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_tl_device_seq.sv index 233c26ccf6816a..88faae49889dc0 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_tl_device_seq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_tl_device_seq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_tl_reg_seq.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_tl_reg_seq.sv index b706aac484f1bd..a385a4694b27aa 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_tl_reg_seq.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_tl_reg_seq.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/env/seq_lib/mbx_vseq_list.sv b/hw/ip/mbx/dv/env/seq_lib/mbx_vseq_list.sv index 3efb73fdddf61e..594ac63e41d09f 100644 --- a/hw/ip/mbx/dv/env/seq_lib/mbx_vseq_list.sv +++ b/hw/ip/mbx/dv/env/seq_lib/mbx_vseq_list.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/mbx_sim.core b/hw/ip/mbx/dv/mbx_sim.core index 05b8d7535addb4..7a6db0723c85fb 100644 --- a/hw/ip/mbx/dv/mbx_sim.core +++ b/hw/ip/mbx/dv/mbx_sim.core @@ -1,5 +1,5 @@ CAPI=2: -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 name: "lowrisc:dv:mbx_sim:0.1" diff --git a/hw/ip/mbx/dv/mbx_sim_cfg.hjson b/hw/ip/mbx/dv/mbx_sim_cfg.hjson index 4ff984b46a8e91..803039c078fc29 100644 --- a/hw/ip/mbx/dv/mbx_sim_cfg.hjson +++ b/hw/ip/mbx/dv/mbx_sim_cfg.hjson @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 { diff --git a/hw/ip/mbx/dv/sva/mbx_bind.sv b/hw/ip/mbx/dv/sva/mbx_bind.sv index 3a0ed9c2cce982..36cfdcdf0dd60f 100644 --- a/hw/ip/mbx/dv/sva/mbx_bind.sv +++ b/hw/ip/mbx/dv/sva/mbx_bind.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/sva/mbx_sva.core b/hw/ip/mbx/dv/sva/mbx_sva.core index de86e7ce250c37..aab799b77d5416 100644 --- a/hw/ip/mbx/dv/sva/mbx_sva.core +++ b/hw/ip/mbx/dv/sva/mbx_sva.core @@ -1,5 +1,5 @@ CAPI=2: -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 name: "lowrisc:dv:mbx_sva:0.1" diff --git a/hw/ip/mbx/dv/tb.sv b/hw/ip/mbx/dv/tb.sv index 4ca890df3bfdd2..1b82cda51c387c 100644 --- a/hw/ip/mbx/dv/tb.sv +++ b/hw/ip/mbx/dv/tb.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/tests/mbx_base_test.sv b/hw/ip/mbx/dv/tests/mbx_base_test.sv index a5bcdff4197c89..08de1b16e48f77 100644 --- a/hw/ip/mbx/dv/tests/mbx_base_test.sv +++ b/hw/ip/mbx/dv/tests/mbx_base_test.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/dv/tests/mbx_test.core b/hw/ip/mbx/dv/tests/mbx_test.core index e2400a6ad0719d..d0f625e6f53853 100644 --- a/hw/ip/mbx/dv/tests/mbx_test.core +++ b/hw/ip/mbx/dv/tests/mbx_test.core @@ -1,5 +1,5 @@ CAPI=2: -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 name: "lowrisc:dv:mbx_test:0.1" diff --git a/hw/ip/mbx/dv/tests/mbx_test_pkg.sv b/hw/ip/mbx/dv/tests/mbx_test_pkg.sv index 0b5279a39d1889..1c18848f3b2210 100644 --- a/hw/ip/mbx/dv/tests/mbx_test_pkg.sv +++ b/hw/ip/mbx/dv/tests/mbx_test_pkg.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/lint/mbx.vlt b/hw/ip/mbx/lint/mbx.vlt index b619d88d5012b8..137d9512c2b70f 100644 --- a/hw/ip/mbx/lint/mbx.vlt +++ b/hw/ip/mbx/lint/mbx.vlt @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 // diff --git a/hw/ip/mbx/lint/mbx.waiver b/hw/ip/mbx/lint/mbx.waiver index 3a20320111e42d..fe94f4a9fa7254 100644 --- a/hw/ip/mbx/lint/mbx.waiver +++ b/hw/ip/mbx/lint/mbx.waiver @@ -1,4 +1,4 @@ -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 # diff --git a/hw/ip/mbx/mbx.core b/hw/ip/mbx/mbx.core index 0eea0defa5da4b..fa24ff79d1627f 100644 --- a/hw/ip/mbx/mbx.core +++ b/hw/ip/mbx/mbx.core @@ -1,5 +1,5 @@ CAPI=2: -# Copyright lowRISC contributors. +# Copyright lowRISC contributors (OpenTitan project). # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 name: "lowrisc:ip:mbx:0.1" diff --git a/hw/ip/mbx/rtl/mbx.sv b/hw/ip/mbx/rtl/mbx.sv index 947896de2d7b9c..9cb4dd46aa6775 100644 --- a/hw/ip/mbx/rtl/mbx.sv +++ b/hw/ip/mbx/rtl/mbx.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_core_reg_top.sv b/hw/ip/mbx/rtl/mbx_core_reg_top.sv index ea2c5f836159c9..dea28f1536dee8 100644 --- a/hw/ip/mbx/rtl/mbx_core_reg_top.sv +++ b/hw/ip/mbx/rtl/mbx_core_reg_top.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 // diff --git a/hw/ip/mbx/rtl/mbx_fsm.sv b/hw/ip/mbx/rtl/mbx_fsm.sv index 2d79e2ea0ada5c..242cbd18719bf8 100644 --- a/hw/ip/mbx/rtl/mbx_fsm.sv +++ b/hw/ip/mbx/rtl/mbx_fsm.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_hostif.sv b/hw/ip/mbx/rtl/mbx_hostif.sv index f351e937ccd722..c1df8e8f9c9acc 100644 --- a/hw/ip/mbx/rtl/mbx_hostif.sv +++ b/hw/ip/mbx/rtl/mbx_hostif.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_imbx.sv b/hw/ip/mbx/rtl/mbx_imbx.sv index 7eaca88f8b94c5..8c7027f0245ede 100644 --- a/hw/ip/mbx/rtl/mbx_imbx.sv +++ b/hw/ip/mbx/rtl/mbx_imbx.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_ombx.sv b/hw/ip/mbx/rtl/mbx_ombx.sv index ae8988da8c1679..1436f73fd03c98 100644 --- a/hw/ip/mbx/rtl/mbx_ombx.sv +++ b/hw/ip/mbx/rtl/mbx_ombx.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_reg_pkg.sv b/hw/ip/mbx/rtl/mbx_reg_pkg.sv index d2d1a6a03d4ae9..957bc85dc2097b 100644 --- a/hw/ip/mbx/rtl/mbx_reg_pkg.sv +++ b/hw/ip/mbx/rtl/mbx_reg_pkg.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 // diff --git a/hw/ip/mbx/rtl/mbx_soc_reg_top.sv b/hw/ip/mbx/rtl/mbx_soc_reg_top.sv index f1d2611946398f..75dafa57ae023f 100644 --- a/hw/ip/mbx/rtl/mbx_soc_reg_top.sv +++ b/hw/ip/mbx/rtl/mbx_soc_reg_top.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 // diff --git a/hw/ip/mbx/rtl/mbx_sramrwarb.sv b/hw/ip/mbx/rtl/mbx_sramrwarb.sv index b3466f93e93418..2844c4ec0aaccd 100644 --- a/hw/ip/mbx/rtl/mbx_sramrwarb.sv +++ b/hw/ip/mbx/rtl/mbx_sramrwarb.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0 diff --git a/hw/ip/mbx/rtl/mbx_sysif.sv b/hw/ip/mbx/rtl/mbx_sysif.sv index 19351fdb3703dc..1360d16c396f74 100644 --- a/hw/ip/mbx/rtl/mbx_sysif.sv +++ b/hw/ip/mbx/rtl/mbx_sysif.sv @@ -1,4 +1,4 @@ -// Copyright lowRISC contributors. +// Copyright lowRISC contributors (OpenTitan project). // Licensed under the Apache License, Version 2.0, see LICENSE for details. // SPDX-License-Identifier: Apache-2.0