Skip to content

Commit e76f29e

Browse files
committed
Copyright year update
1 parent 5a83209 commit e76f29e

File tree

409 files changed

+415
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+415
-415
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
#*****************************************************************************
66
#
7-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
7+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
88
# can redistribute it and/or modify it under the terms of either the GNU
99
# Lesser General Public License Version 3 or the Perl Artistic License
1010
# Version 2.0.

Changes

+1-1

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#*****************************************************************************
99
#
10-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
10+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
1111
# can redistribute it and/or modify it under the terms of either the GNU
1212
# Lesser General Public License Version 3 or the Perl Artistic License
1313
# Version 2.0.

README.rst

+1-1

bin/verilator

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
######################################################################
33
#
4-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
4+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
55
# can redistribute it and/or modify it under the terms of either the GNU
66
# Lesser General Public License Version 3 or the Perl Artistic License
77
# Version 2.0.
@@ -501,7 +501,7 @@ description of these arguments.
501501
502502
The latest version is available from L<https://verilator.org>.
503503
504-
Copyright 2003-2023 by Wilson Snyder. This program is free software; you can
504+
Copyright 2003-2024 by Wilson Snyder. This program is free software; you can
505505
redistribute it and/or modify the Verilator internals under the terms of
506506
either the GNU Lesser General Public License Version 3 or the Perl Artistic
507507
License Version 2.0.

bin/verilator_ccache_report

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parser = argparse.ArgumentParser(
1717
For documentation see
1818
https://verilator.org/guide/latest/exe_verilator_ccache_report.html""",
1919
epilog=
20-
"""Copyright 2002-2023 by Wilson Snyder. This program is free software; you
20+
"""Copyright 2002-2024 by Wilson Snyder. This program is free software; you
2121
can redistribute it and/or modify it under the terms of either the GNU
2222
Lesser General Public License Version 3 or the Perl Artistic License
2323
Version 2.0.

bin/verilator_coverage

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
######################################################################
33
#
4-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
4+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
55
# can redistribute it and/or modify it under the terms of either the GNU
66
# Lesser General Public License Version 3 or the Perl Artistic License
77
# Version 2.0.
@@ -188,7 +188,7 @@ L<https://verilator.org/guide/latest/exe_verilator_coverage.html>.
188188
189189
The latest version is available from L<https://verilator.org>.
190190
191-
Copyright 2003-2023 by Wilson Snyder. This program is free software; you
191+
Copyright 2003-2024 by Wilson Snyder. This program is free software; you
192192
can redistribute it and/or modify the Verilator internals under the terms
193193
of either the GNU Lesser General Public License Version 3 or the Perl
194194
Artistic License Version 2.0.

bin/verilator_difftree

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Verilator_difftree is used for debugging Verilator tree output files.
110110
It performs a diff between two files, or all files common between two
111111
directories, ignoring irrelevant pointer differences.""",
112112
epilog=
113-
"""Copyright 2005-2023 by Wilson Snyder. This program is free software; you
113+
"""Copyright 2005-2024 by Wilson Snyder. This program is free software; you
114114
can redistribute it and/or modify it under the terms of either the GNU
115115
Lesser General Public License Version 3 or the Perl Artistic License
116116
Version 2.0.

bin/verilator_gantt

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Verilator_gantt creates a visual representation to help analyze Verilator
546546
For documentation see
547547
https://verilator.org/guide/latest/exe_verilator_gantt.html""",
548548
epilog=
549-
"""Copyright 2018-2023 by Wilson Snyder. This program is free software; you
549+
"""Copyright 2018-2024 by Wilson Snyder. This program is free software; you
550550
can redistribute it and/or modify it under the terms of either the GNU
551551
Lesser General Public License Version 3 or the Perl Artistic License
552552
Version 2.0.

bin/verilator_includer

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# pylint: disable=C0114,C0209
33
#
4-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
4+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
55
# can redistribute it and/or modify the Verilator internals under the terms
66
# of either the GNU Lesser General Public License Version 3 or the Perl
77
# Artistic License Version 2.0.

bin/verilator_profcfunc

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ in each Verilog block.
181181
For documentation see
182182
https://verilator.org/guide/latest/exe_verilator_profcfunc.html""",
183183
epilog=
184-
"""Copyright 2002-2023 by Wilson Snyder. This program is free software; you
184+
"""Copyright 2002-2024 by Wilson Snyder. This program is free software; you
185185
can redistribute it and/or modify it under the terms of either the GNU
186186
Lesser General Public License Version 3 or the Perl Artistic License
187187
Version 2.0.

ci/docker/buildenv/README.rst

+1-1

ci/docker/run/README.rst

+1-1

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: codecov.io config
22
#
3-
# Copyright 2020-2023 by Wilson Snyder. This program is free software; you
3+
# Copyright 2020-2024 by Wilson Snyder. This program is free software; you
44
# can redistribute it and/or modify it under the terms of either the GNU
55
# Lesser General Public License Version 3 or the Perl Artistic License
66
# Version 2.0.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: Process this file with autoconf to produce a configure script.
22
#
3-
# Copyright 2003-2023 by Wilson Snyder. Verilator is free software; you
3+
# Copyright 2003-2024 by Wilson Snyder. Verilator is free software; you
44
# can redistribute it and/or modify it under the terms of either the GNU Lesser
55
# General Public License Version 3 or the Perl Artistic License Version 2.0.
66
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Code available from: https://verilator.org
77
#
8-
# Copyright 2003-2023 by Wilson Snyder. This program is free software; you
8+
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you
99
# can redistribute it and/or modify it under the terms of either the GNU
1010
# Lesser General Public License Version 3 or the Perl Artistic License
1111
# Version 2.0.

docs/bin/vl_sphinx_extract

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ parser = argparse.ArgumentParser(
4040
formatter_class=argparse.RawDescriptionHelpFormatter,
4141
description="""Read a file and extract documentation data.""",
4242
epilog=
43-
""" Copyright 2021-2023 by Wilson Snyder. This package is free software;
43+
""" Copyright 2021-2024 by Wilson Snyder. This package is free software;
4444
you can redistribute it and/or modify it under the terms of either the GNU
4545
Lesser General Public License Version 3 or the Perl Artistic License
4646
Version 2.0.

docs/bin/vl_sphinx_fix

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parser = argparse.ArgumentParser(
5555
formatter_class=argparse.RawDescriptionHelpFormatter,
5656
description="""Post-process Sphinx HTML.""",
5757
epilog=
58-
""" Copyright 2021-2023 by Wilson Snyder. This package is free software;
58+
""" Copyright 2021-2024 by Wilson Snyder. This package is free software;
5959
you can redistribute it and/or modify it under the terms of either the GNU
6060
Lesser General Public License Version 3 or the Perl Artistic License
6161
Version 2.0.

docs/guide/changes.rst

+1-1

docs/guide/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=C0103,C0114,C0116,C0301,E0402,W0622
22
#
33
# Configuration file for Verilator's Sphinx documentation builder.
4-
# Copyright 2003-2023 by Wilson Snyder.
4+
# Copyright 2003-2024 by Wilson Snyder.
55
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
66
#
77
# This file only contains overridden options. For a full list:

docs/guide/connecting.rst

+1-1

docs/guide/contributing.rst

+1-1

docs/guide/contributors.rst

+1-1

docs/guide/copyright.rst

+2-2

docs/guide/deprecations.rst

+1-1

docs/guide/environment.rst

+1-1

docs/guide/example_binary.rst

+1-1

docs/guide/example_cc.rst

+1-1

docs/guide/example_common_install.rst

+1-1

docs/guide/example_dist.rst

+1-1

docs/guide/example_sc.rst

+1-1

docs/guide/examples.rst

+1-1

docs/guide/exe_sim.rst

+1-1

docs/guide/exe_verilator.rst

+1-1

docs/guide/exe_verilator_coverage.rst

+1-1

docs/guide/exe_verilator_gantt.rst

+1-1

docs/guide/exe_verilator_profcfunc.rst

+1-1

docs/guide/executables.rst

+1-1

docs/guide/extensions.rst

+1-1

docs/guide/faq.rst

+1-1

docs/guide/files.rst

+1-1

docs/guide/index.rst

+1-1

docs/guide/install-cmake.rst

+1-1

docs/guide/install.rst

+1-1

docs/guide/languages.rst

+1-1

docs/guide/overview.rst

+1-1

docs/guide/simulating.rst

+1-1

docs/guide/verilating.rst

+1-1

docs/guide/warnings.rst

+1-1

docs/internals.rst

+1-1

docs/xml.rst

+1-1

include/verilated.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Code available from: https://verilator.org
55
//
6-
// Copyright 2003-2023 by Wilson Snyder. This program is free software; you can
6+
// Copyright 2003-2024 by Wilson Snyder. This program is free software; you can
77
// redistribute it and/or modify it under the terms of either the GNU
88
// Lesser General Public License Version 3 or the Perl Artistic License
99
// Version 2.0.

0 commit comments

Comments
 (0)