Skip to content

Commit 597bebb

Browse files
committed
update license dates to 2021
1 parent a0a63d1 commit 597bebb

421 files changed

Lines changed: 429 additions & 429 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
master_doc = "index"
3232

3333
project = u"VUnit"
34-
copyright = u"2014-2020, Lars Asplund"
34+
copyright = u"2014-2021, Lars Asplund"
3535
author = u"LarsAsplund, kraigher and contributors"
3636

3737
version = ""

docs/contributing.rst

Lines changed: 1 addition & 1 deletion

examples/verilog/uart/run.py

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
# Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
"""
88
SystemVerilog UART

examples/verilog/uart/src/test/tb_uart_rx.sv

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
// Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
`include "vunit_defines.svh"
88

examples/verilog/uart/src/test/tb_uart_tx.sv

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
// Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
`include "vunit_defines.svh"
88

examples/verilog/uart/src/uart_rx.sv

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
// Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
module uart_rx(clk, rx, overflow, tready, tvalid, tdata);
88
parameter integer cycles_per_bit = 434;

examples/verilog/uart/src/uart_tx.sv

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
// Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
module uart_tx(clk, tx, tready, tvalid, tdata);
88
parameter integer cycles_per_bit = 434;

examples/verilog/user_guide/run.py

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
# Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
"""
88
SystemVerilog User Guide

examples/verilog/user_guide/tb_example.sv

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-2020, Lars Asplund lars.anders.asplund@gmail.com
5+
// Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com
66

77
// You do not need to worry about adding vunit_defines.svh to your
88
// include path, VUnit will automatically do that for you if VUnit is

0 commit comments

Comments
 (0)