Try #2: Update copyright on test.py
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
This commit is contained in:
parent
2112ddf005
commit
8b4401fc76
|
|
@ -1,9 +1,11 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# DESCRIPTION: Verilator: Regression test for scope/var lifetime issue
|
# DESCRIPTION: Verilator: Regression test for scope/var lifetime issue
|
||||||
#
|
#
|
||||||
# This file ONLY is placed under the Creative Commons Public Domain, for
|
# Copyright 2024 by Wilson Snyder. This program is free software; you
|
||||||
# any use, without warranty, 2025 by Wilson Snyder.
|
# can redistribute it and/or modify it under the terms of either the GNU
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# Lesser General Public License Version 3 or the Perl Artistic License
|
||||||
|
# Version 2.0.
|
||||||
|
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
||||||
|
|
||||||
import vltest_bootstrap
|
import vltest_bootstrap
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue