From 98dba5bf5648482048468faf29dea60ce8f5e398 Mon Sep 17 00:00:00 2001 From: wsxarcher Date: Tue, 9 Jun 2026 02:00:58 +0200 Subject: [PATCH] fix --- test_regress/t/t_disable_fork_nested.py | 8 ++++---- test_regress/t/t_disable_fork_nested.v | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test_regress/t/t_disable_fork_nested.py b/test_regress/t/t_disable_fork_nested.py index a4b311ada..b716266af 100755 --- a/test_regress/t/t_disable_fork_nested.py +++ b/test_regress/t/t_disable_fork_nested.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 # DESCRIPTION: Verilator: Verilog Test driver/expect definition # -# Copyright 2026 by Wilson Snyder. This program is free software; you can -# redistribute it and/or modify it under the terms of either the GNU -# Lesser General Public License Version 3 or the Perl Artistic License -# Version 2.0. +# This program is free software; you can redistribute it and/or modify it +# under the terms of either the GNU Lesser General Public License Version 3 +# or the Perl Artistic License Version 2.0. +# SPDX-FileCopyrightText: 2026 Wilson Snyder # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 import vltest_bootstrap diff --git a/test_regress/t/t_disable_fork_nested.v b/test_regress/t/t_disable_fork_nested.v index 073b47b1f..ec3cc8ca6 100644 --- a/test_regress/t/t_disable_fork_nested.v +++ b/test_regress/t/t_disable_fork_nested.v @@ -2,6 +2,7 @@ // // This file ONLY is placed under the Creative Commons Public Domain, for // any use, without warranty, 2026 by Wilson Snyder. +// SPDX-FileCopyrightText: 2026 Wilson Snyder // SPDX-License-Identifier: CC0-1.0 // Clock-period detector exercising a named-block `disable` of a block whose