File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
; ; DESCRIPTION: Run verilog-mode tests, as part of "make test"
2
2
; ;
3
- ; ; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3
+ ; ; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
4
4
; ; is free software; you can redistribute it and/or modify it under the
5
5
; ; terms of either the GNU Lesser General Public License or the Perl
6
6
; ; Artistic License.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Verilog-Mode FAQ
5
5
.. contents ::
6
6
7
7
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
9
9
by Michael McNamara and Wilson Snyder. You may redistribute this document
10
10
in its entirety only.
11
11
Original file line number Diff line number Diff line change 1
1
# DESCRIPTION: Run verilog-mode tests, as part of "make test"
2
2
#
3
- # Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3
+ # Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
4
4
# is free software; you can redistribute it and/or modify it under the
5
5
# terms of either the GNU Lesser General Public License or the Perl
6
6
# Artistic License.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ individual test inside the ``make test``.
124
124
License
125
125
=======
126
126
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
128
128
Software Foundation, Inc. This package is free software; you can
129
129
redistribute it and/or modify it under the terms of the GNU General Public
130
130
License Version 3.
Original file line number Diff line number Diff line change 1
1
; ; DESCRIPTION: Profile driven test as part of "make test"
2
2
; ;
3
- ; ; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3
+ ; ; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
4
4
; ; is free software; you can redistribute it and/or modify it under the
5
5
; ; terms of either the GNU Lesser General Public License or the Perl
6
6
; ; Artistic License.
Original file line number Diff line number Diff line change 1
1
; ; DESCRIPTION: Common Emacs flags needed for batch_test.pl
2
2
; ;
3
- ; ; Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
3
+ ; ; Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
4
4
; ; is free software; you can redistribute it and/or modify it under the
5
5
; ; terms of either the GNU Lesser General Public License or the Perl
6
6
; ; Artistic License.
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl -w
2
2
# DESCRIPTION: Run batch tests, as part of "make test"
3
3
#
4
- # Copyright 2008-2023 by Michael McNamara and Wilson Snyder. This package
4
+ # Copyright 2008-2024 by Michael McNamara and Wilson Snyder. This package
5
5
# is free software; you can redistribute it and/or modify it under the
6
6
# terms of either the GNU Lesser General Public License or the Perl
7
7
# Artistic License.
Original file line number Diff line number Diff line change 2
2
# DESCRIPTION: Query's git to get version number
3
3
# #####################################################################
4
4
#
5
- # Copyright 2005-2023 by Wilson Snyder. This is free software; you
5
+ # Copyright 2005-2024 by Wilson Snyder. This is free software; you
6
6
# can redistribute it and/or modify it under the terms of either the GNU
7
7
# Lesser General Public License Version 3 or the Perl Artistic License
8
8
# Version 2.0.
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ This is part of the L<https://www.veripool.org/> free Verilog EDA software
183
183
tool suite. The latest version is available from CPAN and from
184
184
L<https://www.veripool.org/> .
185
185
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
187
187
can redistribute it and/or modify it under the terms of either the GNU
188
188
Lesser General Public License or the Perl Artistic License.
189
189
Original file line number Diff line number Diff line change 1
1
;;; verilog-mode.el --- major mode for editing verilog source in Emacs -*- lexical-binding: t; -*-
2
2
3
- ;; Copyright (C) 1996-2023 Free Software Foundation, Inc.
3
+ ;; Copyright (C) 1996-2024 Free Software Foundation, Inc.
4
4
5
5
;; Author: Michael McNamara <
[email protected] >
6
6
;; Wilson Snyder <
[email protected] >
You can’t perform that action at this time.
0 commit comments