Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 24, 2024
1 parent 6cd12cb commit 02ccfdc
Show file tree
Hide file tree
Showing 494 changed files with 500 additions and 500 deletions.
4 changes: 2 additions & 2 deletions LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
**VUnit**, except for the projects below, is released under the terms of `Mozilla Public License, v. 2.0`_.
|copy| 2014-2023 Lars Asplund, [email protected].
|copy| 2014-2024 Lars Asplund, [email protected].

The following libraries are `redistributed`_ with VUnit for convenience:

* **OSVVM** (``vunit/vhdl/osvvm``): these files are licensed under the terms of `Apache License, v 2.0`_,
|copy| 2010 - 2023 by `SynthWorks Design Inc`_. All rights reserved.

* **JSON-for-VHDL** (``vunit/vhdl/JSON-for-VHDL``): these files are licensed under the terms of `Apache License,
v 2.0`_, |copy| 2015 - 2023 Patrick Lehmann.
v 2.0`_, |copy| 2015 - 2022 Patrick Lehmann.

The font used in VUnit's logo and illustrations is 'Tratex', the traffic sign typeface used on swedish road signs:

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vhdl_configuration/dff.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]
library ieee;
use ieee.std_logic_1164.all;

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vhdl_configuration/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

import sys
import itertools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]
--
-- Description: This is an example of a testbench using a generic instead
-- of VHDL configurations to select the DUT to run. Without VHDL configurations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]
--
-- Description: This is an example of a testbench using VHDL configurations
-- to select DUT architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]
--
-- Description: This is an example of a testbench using separate architectures
-- of a test runner entity to define different tests. This is a structure
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vhdl_configuration/test_reset.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vhdl_configuration/test_runner.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library ieee;
use ieee.std_logic_1164.all;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vhdl_configuration/test_state_change.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vunit_phases/phases_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vunit_phases/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

from csv import writer
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vunit_phases/tb_phase_lock.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vunit_phases/tb_phases.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/src/vunit_phases/tb_phases_minimal.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
master_doc = "index"

project = "VUnit"
copyright = "2014-2023, Lars Asplund"
copyright = "2014-2024, Lars Asplund"
author = "LarsAsplund, kraigher and contributors"

version = ""
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Copyright is given by adding the copyright notice to the beginning of each file.
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]
Python related
Expand Down
2 changes: 1 addition & 1 deletion docs/create_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

"""
Create monolithic release notes file from several input files
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/event_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/incrementer.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library ieee;
use ieee.std_logic_1164.all;
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/incrementer_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

package incrementer_pkg is
constant increment_reg_addr : natural := 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

from csv import writer
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/tb_event.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/data_types/src/vunit_events/tb_traditional.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

"""
Helper functions to generate content in examples.rst from docstrings in run.py files
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/dut.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

entity dut is
port(
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]
"""
WARNING:
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/tb_dut.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/tb_dut_local_declarations.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/tb_id.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/verification_component_x.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/verification_component_x_with_logger.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/id/src/verification_component_y.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2023, Lars Asplund [email protected]
# Copyright (c) 2014-2024, Lars Asplund [email protected]

from pathlib import Path
from vunit import VUnit, VUnitCLI
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_magic_paths.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

-- start_snippet tb_magic_paths
library vunit_lib;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_minimal.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

-- start_snippet tb_minimal
library vunit_lib;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_run_all_in_same_sim.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

-- start_snippet tb_run_all_in_same_sim
-- vunit: run_all_in_same_sim
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_running_test_case.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_standalone.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

-- start_snippet tb_standalone
library vunit_lib;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_stop_level.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_stopping_failure.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_with_lower_level_control.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

-- start_snippet tb_with_lower_level_control
library vunit_lib;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_with_test_cases.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
2 changes: 1 addition & 1 deletion docs/run/src/tb_with_watchdog.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
-- You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright (c) 2014-2023, Lars Asplund [email protected]
-- Copyright (c) 2014-2024, Lars Asplund [email protected]

library vunit_lib;
context vunit_lib.vunit_context;
Expand Down
Loading

0 comments on commit 02ccfdc

Please sign in to comment.