Update testcase copyright and remove local path comments

This commit is contained in:
Matthew Ballance 2025-12-20 21:34:36 +00:00
parent b4a131e9b6
commit aff401ef04
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
// DESCRIPTION: Regression test for scope/var lifetime issue (debug build)
//
// This is derived from testcase/min_uaf_repro_real.sv (from issue reproducer).
// DESCRIPTION: Verilator: Regression test for scope/var lifetime issue
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2025 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
package p;
typedef chandle PyObject;