Skip to content

Commit 21a1000

Browse files
committed
Copyright year update
1 parent 24ee1c1 commit 21a1000

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

0test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; DESCRIPTION: Run verilog-mode tests, as part of "make test"
22
;;
3-
;; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3+
;; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
44
;; is free software; you can redistribute it and/or modify it under the
55
;; terms of either the GNU Lesser General Public License or the Perl
66
;; Artistic License.

FAQ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Verilog-Mode FAQ
55
.. contents::
66

77
This is the Frequently Asked Questions (FAQ) for `Verilog Mode
8-
<https://www.veripool.org/verilog-mode>`__. This FAQ is Copyright 2006-2023
8+
<https://www.veripool.org/verilog-mode>`__. This FAQ is Copyright 2006-2024
99
by Michael McNamara and Wilson Snyder. You may redistribute this document
1010
in its entirety only.
1111

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DESCRIPTION: Run verilog-mode tests, as part of "make test"
22
#
3-
# Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3+
# Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
44
# is free software; you can redistribute it and/or modify it under the
55
# terms of either the GNU Lesser General Public License or the Perl
66
# Artistic License.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ individual test inside the ``make test``.
124124
License
125125
=======
126126

127-
Verilog-mode itself is part of GNU Emacs, which is Copyright 2001-2023 Free
127+
Verilog-mode itself is part of GNU Emacs, which is Copyright 2001-2024 Free
128128
Software Foundation, Inc. This package is free software; you can
129129
redistribute it and/or modify it under the terms of the GNU General Public
130130
License Version 3.

batch_prof.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; DESCRIPTION: Profile driven test as part of "make test"
22
;;
3-
;; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3+
;; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
44
;; is free software; you can redistribute it and/or modify it under the
55
;; terms of either the GNU Lesser General Public License or the Perl
66
;; Artistic License.

batch_test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; DESCRIPTION: Common Emacs flags needed for batch_test.pl
22
;;
3-
;; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3+
;; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
44
;; is free software; you can redistribute it and/or modify it under the
55
;; terms of either the GNU Lesser General Public License or the Perl
66
;; Artistic License.

batch_test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/perl -w
22
# DESCRIPTION: Run batch tests, as part of "make test"
33
#
4-
# Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
4+
# Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
55
# is free software; you can redistribute it and/or modify it under the
66
# terms of either the GNU Lesser General Public License or the Perl
77
# Artistic License.

config_rev.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# DESCRIPTION: Query's git to get version number
33
######################################################################
44
#
5-
# Copyright 2005-2023 by Wilson Snyder. This is free software; you
5+
# Copyright 2005-2024 by Wilson Snyder. This is free software; you
66
# can redistribute it and/or modify it under the terms of either the GNU
77
# Lesser General Public License Version 3 or the Perl Artistic License
88
# Version 2.0.

makechangelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This is part of the L<https://www.veripool.org/> free Verilog EDA software
183183
tool suite. The latest version is available from CPAN and from
184184
L<https://www.veripool.org/>.
185185
186-
Copyright 2008-2023 by Wilson Snyder. This package is free software; you
186+
Copyright 2008-2024 by Wilson Snyder. This package is free software; you
187187
can redistribute it and/or modify it under the terms of either the GNU
188188
Lesser General Public License or the Perl Artistic License.
189189

verilog-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; verilog-mode.el --- major mode for editing verilog source in Emacs -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 1996-2023 Free Software Foundation, Inc.
3+
;; Copyright (C) 1996-2024 Free Software Foundation, Inc.
44

55
;; Author: Michael McNamara <[email protected]>
66
;; Wilson Snyder <[email protected]>

0 commit comments

Comments
 (0)