Skip to content

Commit 83c5bd3

Browse files
committed
update copyright year
1 parent e63cf90 commit 83c5bd3

476 files changed

Lines changed: 491 additions & 491 deletions

File tree

Some content is hidden

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

LICENSE.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
**VUnit**, except for the projects below, is released under the terms of `Mozilla Public License, v. 2.0`_.
2-
|copy| 2014-2022 Lars Asplund, lars.anders.asplund@gmail.com.
2+
|copy| 2014-2023 Lars Asplund, lars.anders.asplund@gmail.com.
33

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

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

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

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

docs/blog/src/vunit_phases/phases_pkg.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library vunit_lib;
88
context vunit_lib.vunit_context;

docs/blog/src/vunit_phases/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
55
# You can obtain one at http://mozilla.org/MPL/2.0/.
66
#
7-
# Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
7+
# Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
88

99
from csv import writer
1010
from pathlib import Path

docs/blog/src/vunit_phases/tb_phase_lock.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library vunit_lib;
88
context vunit_lib.vunit_context;

docs/blog/src/vunit_phases/tb_phases.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library vunit_lib;
88
context vunit_lib.vunit_context;

docs/blog/src/vunit_phases/tb_phases_minimal.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library vunit_lib;
88
context vunit_lib.vunit_context;

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
master_doc = "index"
4747

4848
project = "VUnit"
49-
copyright = "2014-2022, Lars Asplund"
49+
copyright = "2014-2023, Lars Asplund"
5050
author = "LarsAsplund, kraigher and contributors"
5151

5252
version = ""

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Copyright is given by adding the copyright notice to the beginning of each file.
2424
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
2525
# You can obtain one at http://mozilla.org/MPL/2.0/.
2626
#
27-
# Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
27+
# Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
2828
2929
3030
Python related

docs/data_types/src/vunit_events/event_pkg.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library vunit_lib;
88
context vunit_lib.vunit_context;

docs/data_types/src/vunit_events/incrementer.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- License, v. 2.0. If a copy of the MPL was not distributed with this file,
33
-- You can obtain one at http://mozilla.org/MPL/2.0/.
44
--
5-
-- Copyright (c) 2014-2022, Lars Asplund lars.anders.asplund@gmail.com
5+
-- Copyright (c) 2014-2023, Lars Asplund lars.anders.asplund@gmail.com
66

77
library ieee;
88
use ieee.std_logic_1164.all;

0 commit comments

Comments
 (0)