diff --git a/Changes b/Changes
index 1f564a65b..08563ab04 100644
--- a/Changes
+++ b/Changes
@@ -1370,7 +1370,7 @@ of input ports exists for tracing.
This uses outline mode in Emacs. See C-h m [M-x describe-mode].
-Copyright 2001-2008 by Wilson Snyder. This program is free software;
+Copyright 2001-2009 by Wilson Snyder. This program is free software;
you can redistribute it and/or modify it under the terms of either the GNU
General Public License or the Perl Artistic License.
diff --git a/Makefile.in b/Makefile.in
index 37fad3cc9..a84eafa5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/TODO b/TODO
index 6b1d3b429..a0e36b641 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator: List of To Do issues.
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
diff --git a/bin/verilator b/bin/verilator
index e7583225f..773ad2ee9 100755
--- a/bin/verilator
+++ b/bin/verilator
@@ -3,7 +3,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
######################################################################
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
@@ -2452,7 +2452,7 @@ Ding Xiaoliang.
The latest version is available from L.
-Copyright 2003-2008 by Wilson Snyder. Verilator is free software; you can
+Copyright 2003-2009 by Wilson Snyder. Verilator is free software; you can
redistribute it and/or modify it under the terms of either the GNU Lesser
General Public License or the Perl Artistic License.
diff --git a/bin/verilator_difftree b/bin/verilator_difftree
index 49ae3c3cc..c031ef099 100755
--- a/bin/verilator_difftree
+++ b/bin/verilator_difftree
@@ -174,7 +174,7 @@ Do not show differences in line numbering.
The latest version is available from L.
-Copyright 2005-2008 by Wilson Snyder. This package is free software; you
+Copyright 2005-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/bin/verilator_includer b/bin/verilator_includer
index 18132e77b..1466afd2f 100755
--- a/bin/verilator_includer
+++ b/bin/verilator_includer
@@ -3,7 +3,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
# DESCRIPTION: Print include statements for each ARGV
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
######################################################################
diff --git a/bin/verilator_profcfunc b/bin/verilator_profcfunc
index 347d0236a..a12429446 100755
--- a/bin/verilator_profcfunc
+++ b/bin/verilator_profcfunc
@@ -208,7 +208,7 @@ Displays this message and program version and exits.
The latest version is available from L.
-Copyright 2007-2008 by Wilson Snyder. This package is free software; you
+Copyright 2007-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/configure.ac b/configure.ac
index 94c83de1b..4382428d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl DESCRIPTION: Process this file with autoconf to produce a configure script.
-dnl Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+dnl Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
dnl redistribute it and/or modify it under the terms of either the GNU
dnl General Public License or the Perl Artistic License.
diff --git a/include/verilated.cpp b/include/verilated.cpp
index 56b1051af..b4500c8d4 100644
--- a/include/verilated.cpp
+++ b/include/verilated.cpp
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License.
//
diff --git a/include/verilated.h b/include/verilated.h
index e452b731c..223dc0eb4 100644
--- a/include/verilated.h
+++ b/include/verilated.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License.
//
diff --git a/include/verilated.mk.in b/include/verilated.mk.in
index f77122e2e..a4e38a8b2 100644
--- a/include/verilated.mk.in
+++ b/include/verilated.mk.in
@@ -2,7 +2,7 @@
######################################################################
# DESCRIPTION: Makefile commands for all verilated target files
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# Lesser General Public License or the Perl Artistic License.
######################################################################
diff --git a/include/verilated.v b/include/verilated.v
index a6a24d22b..f5d3b9a3b 100644
--- a/include/verilated.v
+++ b/include/verilated.v
@@ -5,7 +5,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License.
//
diff --git a/include/verilatedos.h b/include/verilatedos.h
index 5234a3f34..eb40fac5b 100644
--- a/include/verilatedos.h
+++ b/include/verilatedos.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License or the Perl Artistic License.
//
diff --git a/nodist/bisonreader b/nodist/bisonreader
index be781d350..53b6f06ff 100755
--- a/nodist/bisonreader
+++ b/nodist/bisonreader
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2008 by Wilson Snyder.
+# Copyright 2007-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
diff --git a/nodist/dot_importer b/nodist/dot_importer
index 598c3eec5..ea43f2a63 100755
--- a/nodist/dot_importer
+++ b/nodist/dot_importer
@@ -143,7 +143,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION
-Copyright 2005-2008 by Wilson Snyder. This package is free software; you
+Copyright 2005-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/nodist/dot_pruner b/nodist/dot_pruner
index 097d67e1b..0e8cc3070 100755
--- a/nodist/dot_pruner
+++ b/nodist/dot_pruner
@@ -184,7 +184,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION
-Copyright 2005-2008 by Wilson Snyder. This package is free software; you
+Copyright 2005-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/nodist/invoke_iccr b/nodist/invoke_iccr
index d51975d21..b5880b5b8 100755
--- a/nodist/invoke_iccr
+++ b/nodist/invoke_iccr
@@ -40,7 +40,7 @@ invoke_iccr - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2007-2008 by Wilson Snyder. This package is free software; you
+Copyright 2007-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/nodist/invoke_ncverilog b/nodist/invoke_ncverilog
index 77705108f..c880df4da 100755
--- a/nodist/invoke_ncverilog
+++ b/nodist/invoke_ncverilog
@@ -40,7 +40,7 @@ invoke_ncverilog - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2007-2008 by Wilson Snyder. This package is free software; you
+Copyright 2007-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/nodist/vtree_importer b/nodist/vtree_importer
index fa51bb005..580d64909 100755
--- a/nodist/vtree_importer
+++ b/nodist/vtree_importer
@@ -331,7 +331,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION
-Copyright 2005-2008 by Wilson Snyder. This package is free software; you
+Copyright 2005-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/readme.texi b/readme.texi
index 221aea034..3c6dfdd62 100644
--- a/readme.texi
+++ b/readme.texi
@@ -26,7 +26,7 @@ This is the Verilator Package.
@node Copyright, Description, Top, Top
@section Copyright
-This package is Copyright 2003-2008 by Wilson Snyder @email{wsnyder@@wsnyder.org}.
+This package is Copyright 2003-2009 by Wilson Snyder @email{wsnyder@@wsnyder.org}.
You may distribute under the terms of either the GNU General Public License
or the Artistic License, as specified in the Perl README file.
diff --git a/src/0CodeNotes.pod b/src/0CodeNotes.pod
index 0af9fbe8b..b263e8bfd 100644
--- a/src/0CodeNotes.pod
+++ b/src/0CodeNotes.pod
@@ -65,6 +65,6 @@ what made a line in the tree dumps):
=head1 DISTRIBUTION
-Copyright 2008-2008 by Wilson Snyder. This program is free software; you
+Copyright 2008-2009 by Wilson Snyder. This program is free software; you
can redistribute it and/or modify it under the terms of either the GNU
General Public License or the Perl Artistic License.
diff --git a/src/Makefile.in b/src/Makefile.in
index be035a13f..c0210b38f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in
index d0695215d..e206355bd 100644
--- a/src/Makefile_obj.in
+++ b/src/Makefile_obj.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/src/V3Active.cpp b/src/V3Active.cpp
index 2421e2c18..78f075ef6 100644
--- a/src/V3Active.cpp
+++ b/src/V3Active.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Active.h b/src/V3Active.h
index 2c8a185df..cf1d9b03f 100644
--- a/src/V3Active.h
+++ b/src/V3Active.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3ActiveTop.cpp b/src/V3ActiveTop.cpp
index 42394882c..0eccf63fd 100644
--- a/src/V3ActiveTop.cpp
+++ b/src/V3ActiveTop.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3ActiveTop.h b/src/V3ActiveTop.h
index 509eb9bb1..beb6821b3 100644
--- a/src/V3ActiveTop.h
+++ b/src/V3ActiveTop.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Assert.cpp b/src/V3Assert.cpp
index b81ef5c0d..1b59f7db3 100644
--- a/src/V3Assert.cpp
+++ b/src/V3Assert.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Assert.h b/src/V3Assert.h
index e183dedd4..bda29ad8f 100644
--- a/src/V3Assert.h
+++ b/src/V3Assert.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3AssertPre.cpp b/src/V3AssertPre.cpp
index 566b9f8b5..5d40138fd 100644
--- a/src/V3AssertPre.cpp
+++ b/src/V3AssertPre.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3AssertPre.h b/src/V3AssertPre.h
index c14df42ae..28723f44d 100644
--- a/src/V3AssertPre.h
+++ b/src/V3AssertPre.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Ast.cpp b/src/V3Ast.cpp
index cbee18024..de126cac5 100644
--- a/src/V3Ast.cpp
+++ b/src/V3Ast.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Ast.h b/src/V3Ast.h
index 0c0049682..32603ce0b 100644
--- a/src/V3Ast.h
+++ b/src/V3Ast.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3AstNodes.cpp b/src/V3AstNodes.cpp
index 6369543bd..96598b44c 100644
--- a/src/V3AstNodes.cpp
+++ b/src/V3AstNodes.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3AstNodes.h b/src/V3AstNodes.h
index 255f6a5bc..bdd4e9b82 100644
--- a/src/V3AstNodes.h
+++ b/src/V3AstNodes.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Begin.cpp b/src/V3Begin.cpp
index 49052de43..fc01f394b 100644
--- a/src/V3Begin.cpp
+++ b/src/V3Begin.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Begin.h b/src/V3Begin.h
index 6951ed8b7..2cf8326b9 100644
--- a/src/V3Begin.h
+++ b/src/V3Begin.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Branch.cpp b/src/V3Branch.cpp
index d7f826be9..7521cb477 100644
--- a/src/V3Branch.cpp
+++ b/src/V3Branch.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Branch.h b/src/V3Branch.h
index 0e016c14d..210a49678 100644
--- a/src/V3Branch.h
+++ b/src/V3Branch.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Broken.cpp b/src/V3Broken.cpp
index fea5a91c7..a784c8dc7 100644
--- a/src/V3Broken.cpp
+++ b/src/V3Broken.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Broken.h b/src/V3Broken.h
index 66170d182..1cc653992 100644
--- a/src/V3Broken.h
+++ b/src/V3Broken.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Case.cpp b/src/V3Case.cpp
index 848f8b7d0..ef176e13e 100644
--- a/src/V3Case.cpp
+++ b/src/V3Case.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Case.h b/src/V3Case.h
index daf852e7f..2d418f863 100644
--- a/src/V3Case.h
+++ b/src/V3Case.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Cast.cpp b/src/V3Cast.cpp
index d01a73872..389c3c0e7 100644
--- a/src/V3Cast.cpp
+++ b/src/V3Cast.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Cast.h b/src/V3Cast.h
index b1683857c..b1ce9d7e2 100644
--- a/src/V3Cast.h
+++ b/src/V3Cast.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Changed.cpp b/src/V3Changed.cpp
index 31a2487d8..d7813b561 100644
--- a/src/V3Changed.cpp
+++ b/src/V3Changed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Changed.h b/src/V3Changed.h
index fdd05ff4f..2ea5129f1 100644
--- a/src/V3Changed.h
+++ b/src/V3Changed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Clean.cpp b/src/V3Clean.cpp
index ec7ea6ea5..9021a2bd9 100644
--- a/src/V3Clean.cpp
+++ b/src/V3Clean.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Clean.h b/src/V3Clean.h
index de5269b61..661c33e14 100644
--- a/src/V3Clean.h
+++ b/src/V3Clean.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Clock.cpp b/src/V3Clock.cpp
index 1213bd0e3..f4f9857e5 100644
--- a/src/V3Clock.cpp
+++ b/src/V3Clock.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Clock.h b/src/V3Clock.h
index de54e0af7..ca7d63425 100644
--- a/src/V3Clock.h
+++ b/src/V3Clock.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Combine.cpp b/src/V3Combine.cpp
index abf6bb8ff..9bede2862 100644
--- a/src/V3Combine.cpp
+++ b/src/V3Combine.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Combine.h b/src/V3Combine.h
index 408944158..46b0981cd 100644
--- a/src/V3Combine.h
+++ b/src/V3Combine.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Const.cpp b/src/V3Const.cpp
index 90f4ada23..489b754fc 100644
--- a/src/V3Const.cpp
+++ b/src/V3Const.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Const.h b/src/V3Const.h
index 61b86614e..f436a2a72 100644
--- a/src/V3Const.h
+++ b/src/V3Const.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Coverage.cpp b/src/V3Coverage.cpp
index 13888eca2..953f2707c 100644
--- a/src/V3Coverage.cpp
+++ b/src/V3Coverage.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Coverage.h b/src/V3Coverage.h
index bc697ac8b..891755f9c 100644
--- a/src/V3Coverage.h
+++ b/src/V3Coverage.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3CoverageJoin.cpp b/src/V3CoverageJoin.cpp
index 406f234e1..ba1347f01 100644
--- a/src/V3CoverageJoin.cpp
+++ b/src/V3CoverageJoin.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3CoverageJoin.h b/src/V3CoverageJoin.h
index 7e47ca9cf..fef431fc6 100644
--- a/src/V3CoverageJoin.h
+++ b/src/V3CoverageJoin.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Dead.cpp b/src/V3Dead.cpp
index 9edbc8de8..b15bace8b 100644
--- a/src/V3Dead.cpp
+++ b/src/V3Dead.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Dead.h b/src/V3Dead.h
index 7ce5b8f82..084cad936 100644
--- a/src/V3Dead.h
+++ b/src/V3Dead.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp
index bbfb3b081..85f82348a 100644
--- a/src/V3Delayed.cpp
+++ b/src/V3Delayed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Delayed.h b/src/V3Delayed.h
index 61e528458..bda3917dd 100644
--- a/src/V3Delayed.h
+++ b/src/V3Delayed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Depth.cpp b/src/V3Depth.cpp
index cbc07bc79..f786308c8 100644
--- a/src/V3Depth.cpp
+++ b/src/V3Depth.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Depth.h b/src/V3Depth.h
index 4b5eb0d74..b5a9145a8 100644
--- a/src/V3Depth.h
+++ b/src/V3Depth.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3DepthBlock.cpp b/src/V3DepthBlock.cpp
index b1b56b0a3..f4b3a9c77 100644
--- a/src/V3DepthBlock.cpp
+++ b/src/V3DepthBlock.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3DepthBlock.h b/src/V3DepthBlock.h
index 81c6b4ac5..90d3ea725 100644
--- a/src/V3DepthBlock.h
+++ b/src/V3DepthBlock.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Descope.cpp b/src/V3Descope.cpp
index c358225f7..fea3fd56d 100644
--- a/src/V3Descope.cpp
+++ b/src/V3Descope.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Descope.h b/src/V3Descope.h
index 4cb404e89..3b82f733d 100644
--- a/src/V3Descope.h
+++ b/src/V3Descope.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp
index a4cf390c6..5bb9dd275 100644
--- a/src/V3EmitC.cpp
+++ b/src/V3EmitC.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitC.h b/src/V3EmitC.h
index f31834b4a..a7b41838c 100644
--- a/src/V3EmitC.h
+++ b/src/V3EmitC.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitCBase.h b/src/V3EmitCBase.h
index 3fa486989..41fb92c65 100644
--- a/src/V3EmitCBase.h
+++ b/src/V3EmitCBase.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitCInlines.cpp b/src/V3EmitCInlines.cpp
index 41ce2d1e0..3ff515575 100644
--- a/src/V3EmitCInlines.cpp
+++ b/src/V3EmitCInlines.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitCSyms.cpp b/src/V3EmitCSyms.cpp
index 8b70c8b76..0258bd9d0 100644
--- a/src/V3EmitCSyms.cpp
+++ b/src/V3EmitCSyms.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitMk.cpp b/src/V3EmitMk.cpp
index 995a3d426..6b1f4e1c2 100644
--- a/src/V3EmitMk.cpp
+++ b/src/V3EmitMk.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitMk.h b/src/V3EmitMk.h
index 49c10aa32..a4a5df49e 100644
--- a/src/V3EmitMk.h
+++ b/src/V3EmitMk.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitV.cpp b/src/V3EmitV.cpp
index 01e171e24..d18ca3d38 100644
--- a/src/V3EmitV.cpp
+++ b/src/V3EmitV.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3EmitV.h b/src/V3EmitV.h
index d11edb20d..08f542041 100644
--- a/src/V3EmitV.h
+++ b/src/V3EmitV.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Error.cpp b/src/V3Error.cpp
index 8c094d3b5..cc1737bb0 100644
--- a/src/V3Error.cpp
+++ b/src/V3Error.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Error.h b/src/V3Error.h
index 43b70a98e..5cc9cb443 100644
--- a/src/V3Error.h
+++ b/src/V3Error.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Expand.cpp b/src/V3Expand.cpp
index 1b2c0b633..4aeb9ad5a 100644
--- a/src/V3Expand.cpp
+++ b/src/V3Expand.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Expand.h b/src/V3Expand.h
index 596406db3..b3332a15e 100644
--- a/src/V3Expand.h
+++ b/src/V3Expand.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3File.cpp b/src/V3File.cpp
index cca14a526..2dddc6e44 100644
--- a/src/V3File.cpp
+++ b/src/V3File.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3File.h b/src/V3File.h
index fb7e2a79f..35e7f8e20 100644
--- a/src/V3File.h
+++ b/src/V3File.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Gate.cpp b/src/V3Gate.cpp
index 320965f5d..30b042920 100644
--- a/src/V3Gate.cpp
+++ b/src/V3Gate.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Gate.h b/src/V3Gate.h
index e4d051333..d7138c01b 100644
--- a/src/V3Gate.h
+++ b/src/V3Gate.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GenClk.cpp b/src/V3GenClk.cpp
index 97efdf27a..3fe0b5a23 100644
--- a/src/V3GenClk.cpp
+++ b/src/V3GenClk.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GenClk.h b/src/V3GenClk.h
index 5a225e3de..079e40ffc 100644
--- a/src/V3GenClk.h
+++ b/src/V3GenClk.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Global.h b/src/V3Global.h
index 9a55f457b..02bc2c159 100644
--- a/src/V3Global.h
+++ b/src/V3Global.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Graph.cpp b/src/V3Graph.cpp
index 5e4aad97d..14718a522 100644
--- a/src/V3Graph.cpp
+++ b/src/V3Graph.cpp
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Graph.h b/src/V3Graph.h
index bbee56c54..88d38073e 100644
--- a/src/V3Graph.h
+++ b/src/V3Graph.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphAcyc.cpp b/src/V3GraphAcyc.cpp
index e0ca48227..070d184b2 100644
--- a/src/V3GraphAcyc.cpp
+++ b/src/V3GraphAcyc.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphAlg.cpp b/src/V3GraphAlg.cpp
index 7e38d1ff5..4334ab493 100644
--- a/src/V3GraphAlg.cpp
+++ b/src/V3GraphAlg.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphAlg.h b/src/V3GraphAlg.h
index d0ed07b48..22206d863 100644
--- a/src/V3GraphAlg.h
+++ b/src/V3GraphAlg.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphDfa.cpp b/src/V3GraphDfa.cpp
index 3bf5c2540..2a3364565 100644
--- a/src/V3GraphDfa.cpp
+++ b/src/V3GraphDfa.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphDfa.h b/src/V3GraphDfa.h
index 6c0e111c0..3e237809d 100644
--- a/src/V3GraphDfa.h
+++ b/src/V3GraphDfa.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3GraphTest.cpp b/src/V3GraphTest.cpp
index 149589fed..f88fe95dc 100644
--- a/src/V3GraphTest.cpp
+++ b/src/V3GraphTest.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Hashed.cpp b/src/V3Hashed.cpp
index dbe3a1810..5c264d3c0 100644
--- a/src/V3Hashed.cpp
+++ b/src/V3Hashed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Hashed.h b/src/V3Hashed.h
index 9514b63d3..19d8dfe67 100644
--- a/src/V3Hashed.h
+++ b/src/V3Hashed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Inline.cpp b/src/V3Inline.cpp
index c8b0ec80d..052f8a64f 100644
--- a/src/V3Inline.cpp
+++ b/src/V3Inline.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Inline.h b/src/V3Inline.h
index cb4a9801e..a5df07944 100644
--- a/src/V3Inline.h
+++ b/src/V3Inline.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Inst.cpp b/src/V3Inst.cpp
index 64f130bd1..6f4554a56 100644
--- a/src/V3Inst.cpp
+++ b/src/V3Inst.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Inst.h b/src/V3Inst.h
index 112e0e6fc..7574db9e8 100644
--- a/src/V3Inst.h
+++ b/src/V3Inst.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LanguageWords.h b/src/V3LanguageWords.h
index e5372213c..99d4d7069 100644
--- a/src/V3LanguageWords.h
+++ b/src/V3LanguageWords.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Life.cpp b/src/V3Life.cpp
index 61651f99e..cb08d2038 100644
--- a/src/V3Life.cpp
+++ b/src/V3Life.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Life.h b/src/V3Life.h
index e8a11ae93..502456322 100644
--- a/src/V3Life.h
+++ b/src/V3Life.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LifePost.cpp b/src/V3LifePost.cpp
index b1e8c1338..4ef200999 100644
--- a/src/V3LifePost.cpp
+++ b/src/V3LifePost.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LifePost.h b/src/V3LifePost.h
index ffc1d700b..8b0ad4055 100644
--- a/src/V3LifePost.h
+++ b/src/V3LifePost.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Link.cpp b/src/V3Link.cpp
index f2c102d80..ca7594522 100644
--- a/src/V3Link.cpp
+++ b/src/V3Link.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Link.h b/src/V3Link.h
index 90f828050..4af536cd6 100644
--- a/src/V3Link.h
+++ b/src/V3Link.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkCells.cpp b/src/V3LinkCells.cpp
index 43516ed66..5ad9f0ea1 100644
--- a/src/V3LinkCells.cpp
+++ b/src/V3LinkCells.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkCells.h b/src/V3LinkCells.h
index 6e95ea2db..efa0fbc90 100644
--- a/src/V3LinkCells.h
+++ b/src/V3LinkCells.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp
index fe51aae75..dcbbd557c 100644
--- a/src/V3LinkDot.cpp
+++ b/src/V3LinkDot.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkDot.h b/src/V3LinkDot.h
index efb22a647..bef1d5052 100644
--- a/src/V3LinkDot.h
+++ b/src/V3LinkDot.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkLValue.cpp b/src/V3LinkLValue.cpp
index e0cbeeae9..b1ee93d3d 100644
--- a/src/V3LinkLValue.cpp
+++ b/src/V3LinkLValue.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkLValue.h b/src/V3LinkLValue.h
index 22d4ae16a..27bf285a3 100644
--- a/src/V3LinkLValue.h
+++ b/src/V3LinkLValue.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkLevel.cpp b/src/V3LinkLevel.cpp
index f1c6de158..12e96cd85 100644
--- a/src/V3LinkLevel.cpp
+++ b/src/V3LinkLevel.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkLevel.h b/src/V3LinkLevel.h
index 5a49b13a6..f14269022 100644
--- a/src/V3LinkLevel.h
+++ b/src/V3LinkLevel.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp
index 10d170fb1..58445bfde 100644
--- a/src/V3LinkParse.cpp
+++ b/src/V3LinkParse.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkParse.h b/src/V3LinkParse.h
index b5f0259ab..9a46a7c0d 100644
--- a/src/V3LinkParse.h
+++ b/src/V3LinkParse.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkResolve.cpp b/src/V3LinkResolve.cpp
index eb54cc1a8..46bbac32a 100644
--- a/src/V3LinkResolve.cpp
+++ b/src/V3LinkResolve.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3LinkResolve.h b/src/V3LinkResolve.h
index c532fa608..ff935c602 100644
--- a/src/V3LinkResolve.h
+++ b/src/V3LinkResolve.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3List.h b/src/V3List.h
index 320a92892..2791829ad 100644
--- a/src/V3List.h
+++ b/src/V3List.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Localize.cpp b/src/V3Localize.cpp
index e99e9fdd9..6a08da47e 100644
--- a/src/V3Localize.cpp
+++ b/src/V3Localize.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Localize.h b/src/V3Localize.h
index 94f0eb16c..0c8c46ab7 100644
--- a/src/V3Localize.h
+++ b/src/V3Localize.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Name.cpp b/src/V3Name.cpp
index 5a579f765..e0b1038fa 100644
--- a/src/V3Name.cpp
+++ b/src/V3Name.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Name.h b/src/V3Name.h
index 7b62bfcaf..101ab14ec 100644
--- a/src/V3Name.h
+++ b/src/V3Name.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Number.cpp b/src/V3Number.cpp
index a42835f96..2bed21a1c 100644
--- a/src/V3Number.cpp
+++ b/src/V3Number.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Number.h b/src/V3Number.h
index 81d6acba2..b19b4a5c9 100644
--- a/src/V3Number.h
+++ b/src/V3Number.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Number_test.cpp b/src/V3Number_test.cpp
index 32f0c8cc8..51c7c7757 100644
--- a/src/V3Number_test.cpp
+++ b/src/V3Number_test.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Options.cpp b/src/V3Options.cpp
index 596d5a61e..3f869d5d6 100644
--- a/src/V3Options.cpp
+++ b/src/V3Options.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Options.h b/src/V3Options.h
index 8c898a954..1600f58fa 100644
--- a/src/V3Options.h
+++ b/src/V3Options.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Order.cpp b/src/V3Order.cpp
index 253a52c83..116ad8101 100644
--- a/src/V3Order.cpp
+++ b/src/V3Order.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Order.h b/src/V3Order.h
index 47c4066cd..b52c3eff6 100644
--- a/src/V3Order.h
+++ b/src/V3Order.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3OrderGraph.h b/src/V3OrderGraph.h
index daa647bf3..6eead5fae 100644
--- a/src/V3OrderGraph.h
+++ b/src/V3OrderGraph.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Param.cpp b/src/V3Param.cpp
index 4416eb3ef..302759ed2 100644
--- a/src/V3Param.cpp
+++ b/src/V3Param.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Param.h b/src/V3Param.h
index 925fe5087..16378bc04 100644
--- a/src/V3Param.h
+++ b/src/V3Param.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Parse.cpp b/src/V3Parse.cpp
index 71b8c2a06..9524eea29 100644
--- a/src/V3Parse.cpp
+++ b/src/V3Parse.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3PreLex.h b/src/V3PreLex.h
index eebf9620c..0a2fec643 100644
--- a/src/V3PreLex.h
+++ b/src/V3PreLex.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2000-2008 by Wilson Snyder. This program is free software;
+// Copyright 2000-2009 by Wilson Snyder. This program is free software;
// you can redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3PreLex.l b/src/V3PreLex.l
index 29f2c9582..6b2b326e8 100644
--- a/src/V3PreLex.l
+++ b/src/V3PreLex.l
@@ -6,7 +6,7 @@
*
**************************************************************************
*
- * Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+ * Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
* redistribute it and/or modify it under the terms of either the GNU
* General Public License or the Perl Artistic License.
*
diff --git a/src/V3PreProc.cpp b/src/V3PreProc.cpp
index f538769b4..c9698b6f4 100644
--- a/src/V3PreProc.cpp
+++ b/src/V3PreProc.cpp
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2000-2008 by Wilson Snyder. This program is free software;
+// Copyright 2000-2009 by Wilson Snyder. This program is free software;
// you can redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3PreProc.h b/src/V3PreProc.h
index 45d31d74b..6d5d18947 100644
--- a/src/V3PreProc.h
+++ b/src/V3PreProc.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2000-2008 by Wilson Snyder. This program is free software;
+// Copyright 2000-2009 by Wilson Snyder. This program is free software;
// you can redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3PreShell.cpp b/src/V3PreShell.cpp
index 74f0a6e91..6259a9a4f 100644
--- a/src/V3PreShell.cpp
+++ b/src/V3PreShell.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3PreShell.h b/src/V3PreShell.h
index 98407a9e7..3a03f0906 100644
--- a/src/V3PreShell.h
+++ b/src/V3PreShell.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Premit.cpp b/src/V3Premit.cpp
index dcd396ae6..1c8c41cd8 100644
--- a/src/V3Premit.cpp
+++ b/src/V3Premit.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Premit.h b/src/V3Premit.h
index 90f1c57e9..fd46f72bf 100644
--- a/src/V3Premit.h
+++ b/src/V3Premit.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Read.cpp b/src/V3Read.cpp
index 5e63c7ea8..c66a37d37 100644
--- a/src/V3Read.cpp
+++ b/src/V3Read.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Read.h b/src/V3Read.h
index 08f84e1ef..4202fbba9 100644
--- a/src/V3Read.h
+++ b/src/V3Read.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Scope.cpp b/src/V3Scope.cpp
index d4307d5ea..e3f34e69a 100644
--- a/src/V3Scope.cpp
+++ b/src/V3Scope.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Scope.h b/src/V3Scope.h
index 643f2466e..85d296063 100644
--- a/src/V3Scope.h
+++ b/src/V3Scope.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3SenTree.h b/src/V3SenTree.h
index 423aff9d2..2054d146e 100644
--- a/src/V3SenTree.h
+++ b/src/V3SenTree.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Signed.cpp b/src/V3Signed.cpp
index 4f913dd1a..19a7baec0 100644
--- a/src/V3Signed.cpp
+++ b/src/V3Signed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Signed.h b/src/V3Signed.h
index f633a5a0c..74cb68e69 100644
--- a/src/V3Signed.h
+++ b/src/V3Signed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Split.cpp b/src/V3Split.cpp
index 33924b608..5fc6922bd 100644
--- a/src/V3Split.cpp
+++ b/src/V3Split.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Split.h b/src/V3Split.h
index e586dc434..9c7cfd498 100644
--- a/src/V3Split.h
+++ b/src/V3Split.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3SplitAs.cpp b/src/V3SplitAs.cpp
index 99ad68a24..5432ef5de 100644
--- a/src/V3SplitAs.cpp
+++ b/src/V3SplitAs.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3SplitAs.h b/src/V3SplitAs.h
index 4a6194ffe..d793dd6ce 100644
--- a/src/V3SplitAs.h
+++ b/src/V3SplitAs.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Stats.cpp b/src/V3Stats.cpp
index 1ba13e3af..98deb025d 100644
--- a/src/V3Stats.cpp
+++ b/src/V3Stats.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Stats.h b/src/V3Stats.h
index 4e53b4307..e689c6bef 100644
--- a/src/V3Stats.h
+++ b/src/V3Stats.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3StatsReport.cpp b/src/V3StatsReport.cpp
index 9afbc9e7f..7f74d4b8c 100644
--- a/src/V3StatsReport.cpp
+++ b/src/V3StatsReport.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Subst.cpp b/src/V3Subst.cpp
index e476220f5..310becaa9 100644
--- a/src/V3Subst.cpp
+++ b/src/V3Subst.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Subst.h b/src/V3Subst.h
index 35e17c1f0..fc8eb2a2b 100644
--- a/src/V3Subst.h
+++ b/src/V3Subst.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3SymTable.h b/src/V3SymTable.h
index 097bd6bd8..d96bf5565 100644
--- a/src/V3SymTable.h
+++ b/src/V3SymTable.h
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Table.cpp b/src/V3Table.cpp
index fb283137a..143545cd6 100644
--- a/src/V3Table.cpp
+++ b/src/V3Table.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Table.h b/src/V3Table.h
index 4d5e1e9b0..966a966ef 100644
--- a/src/V3Table.h
+++ b/src/V3Table.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Task.cpp b/src/V3Task.cpp
index d9480ce44..e658057f5 100644
--- a/src/V3Task.cpp
+++ b/src/V3Task.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Task.h b/src/V3Task.h
index a3cf06ea4..094b5ccd7 100644
--- a/src/V3Task.h
+++ b/src/V3Task.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Trace.cpp b/src/V3Trace.cpp
index 29998d185..3d46aed88 100644
--- a/src/V3Trace.cpp
+++ b/src/V3Trace.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Trace.h b/src/V3Trace.h
index a8946b322..e316cd333 100644
--- a/src/V3Trace.h
+++ b/src/V3Trace.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3TraceDecl.cpp b/src/V3TraceDecl.cpp
index abc885286..2aab12de1 100644
--- a/src/V3TraceDecl.cpp
+++ b/src/V3TraceDecl.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3TraceDecl.h b/src/V3TraceDecl.h
index 40d5ecec5..0e8c29347 100644
--- a/src/V3TraceDecl.h
+++ b/src/V3TraceDecl.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Unknown.cpp b/src/V3Unknown.cpp
index 5adc089c2..62a5ce9a4 100644
--- a/src/V3Unknown.cpp
+++ b/src/V3Unknown.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Unknown.h b/src/V3Unknown.h
index 20b4df8ae..f112df2ef 100644
--- a/src/V3Unknown.h
+++ b/src/V3Unknown.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Unroll.cpp b/src/V3Unroll.cpp
index 8cb92fcb8..a8c036875 100644
--- a/src/V3Unroll.cpp
+++ b/src/V3Unroll.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Unroll.h b/src/V3Unroll.h
index 4ef5d55de..4324fbe63 100644
--- a/src/V3Unroll.h
+++ b/src/V3Unroll.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Width.cpp b/src/V3Width.cpp
index 6635b4bb7..e529b15f9 100644
--- a/src/V3Width.cpp
+++ b/src/V3Width.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/V3Width.h b/src/V3Width.h
index ebd7d1604..824d583bd 100644
--- a/src/V3Width.h
+++ b/src/V3Width.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/Verilator.cpp b/src/Verilator.cpp
index 507757e33..e04f70730 100644
--- a/src/Verilator.cpp
+++ b/src/Verilator.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/astgen b/src/astgen
index 504046ccd..991257465 100755
--- a/src/astgen
+++ b/src/astgen
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2002-2008 by Wilson Snyder.
+# Copyright 2002-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
diff --git a/src/bisonpre b/src/bisonpre
index db37f96c7..c7fe4d582 100755
--- a/src/bisonpre
+++ b/src/bisonpre
@@ -357,7 +357,7 @@ This is part of the L free Verilog EDA software
tool suite. The latest version is available from CPAN and from
L.
-Copyright 2008-2008 by Wilson Snyder. This package is free software; you
+Copyright 2008-2009 by Wilson Snyder. This package is free software; you
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License or the Perl Artistic License.
diff --git a/src/config_build.h.in b/src/config_build.h.in
index b88980c5c..300200e0f 100644
--- a/src/config_build.h.in
+++ b/src/config_build.h.in
@@ -10,7 +10,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/src/config_rev.pl b/src/config_rev.pl
index 5fa77ec57..db16f9821 100755
--- a/src/config_rev.pl
+++ b/src/config_rev.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2005-2008 by Wilson Snyder.
+# Copyright 2005-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
diff --git a/src/flexfix b/src/flexfix
index f3bafe04a..6b0d75517 100755
--- a/src/flexfix
+++ b/src/flexfix
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2002-2008 by Wilson Snyder.
+# Copyright 2002-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
diff --git a/src/verilog.l b/src/verilog.l
index 3fecc4cab..04ebb58e2 100644
--- a/src/verilog.l
+++ b/src/verilog.l
@@ -6,7 +6,7 @@
*
**************************************************************************
*
- * Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+ * Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
* redistribute it and/or modify it under the terms of either the GNU
* General Public License or the Perl Artistic License.
*
diff --git a/src/verilog.y b/src/verilog.y
index 719f87647..bdef9894b 100644
--- a/src/verilog.y
+++ b/src/verilog.y
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//
diff --git a/test_c/Makefile b/test_c/Makefile
index b31fc373b..b751d48f7 100644
--- a/test_c/Makefile
+++ b/test_c/Makefile
@@ -5,7 +5,7 @@
# This calls the object directory makefile. That allows the objects to
# be placed in the "current directory" which simplifies the Makefile.
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_c/Makefile_obj b/test_c/Makefile_obj
index e34bb6e89..b1b6826d6 100644
--- a/test_c/Makefile_obj
+++ b/test_c/Makefile_obj
@@ -5,7 +5,7 @@
#
# This is executed in the object directory, and called by ../Makefile
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_c/sim_main.cpp b/test_c/sim_main.cpp
index 3ccf0ce90..e362284e8 100644
--- a/test_c/sim_main.cpp
+++ b/test_c/sim_main.cpp
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator Example: Top level main for invoking model
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
diff --git a/test_regress/Makefile b/test_regress/Makefile
index 49e63298b..c159b3374 100644
--- a/test_regress/Makefile
+++ b/test_regress/Makefile
@@ -5,7 +5,7 @@
# This calls the object directory makefile. That allows the objects to
# be placed in the "current directory" which simplifies the Makefile.
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_regress/Makefile_obj b/test_regress/Makefile_obj
index 7a783f03e..accb37394 100644
--- a/test_regress/Makefile_obj
+++ b/test_regress/Makefile_obj
@@ -5,7 +5,7 @@
#
# This is executed in the object directory, and called by ../Makefile
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_regress/driver.pl b/test_regress/driver.pl
index cea1c0981..f97d8bf38 100755
--- a/test_regress/driver.pl
+++ b/test_regress/driver.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# This program is Copyright 2003-2008 by Wilson Snyder.
+# This program is Copyright 2003-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the
diff --git a/test_regress/t/t_EXAMPLE.v b/test_regress/t/t_EXAMPLE.v
index 398891414..891ce56c5 100644
--- a/test_regress/t/t_EXAMPLE.v
+++ b/test_regress/t/t_EXAMPLE.v
@@ -13,7 +13,7 @@
// please note it here, otherwise:**
//
// This file ONLY is placed into the Public Domain, for any use,
-// without warranty, 2008 by Wilson Snyder.
+// without warranty, 2009 by Wilson Snyder.
module t (/*AUTOARG*/
// Inputs
diff --git a/test_sc/Makefile b/test_sc/Makefile
index c8c53c1bc..3d2ae20fa 100644
--- a/test_sc/Makefile
+++ b/test_sc/Makefile
@@ -5,7 +5,7 @@
# This calls the object directory makefile. That allows the objects to
# be placed in the "current directory" which simplifies the Makefile.
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_sc/Makefile_obj b/test_sc/Makefile_obj
index 2477c164e..fb080a7a0 100644
--- a/test_sc/Makefile_obj
+++ b/test_sc/Makefile_obj
@@ -5,7 +5,7 @@
#
# This is executed in the object directory, and called by ../Makefile
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_sp/Makefile b/test_sp/Makefile
index 636fc8c02..565a8ba20 100644
--- a/test_sp/Makefile
+++ b/test_sp/Makefile
@@ -5,7 +5,7 @@
# This calls the object directory makefile. That allows the objects to
# be placed in the "current directory" which simplifies the Makefile.
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_sp/Makefile_obj b/test_sp/Makefile_obj
index a599c1d32..21fabd9e8 100644
--- a/test_sp/Makefile_obj
+++ b/test_sp/Makefile_obj
@@ -5,7 +5,7 @@
#
# This is executed in the object directory, and called by ../Makefile
#
-# Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
# redistribute it and/or modify it under the terms of either the GNU
# General Public License or the Perl Artistic License.
#
diff --git a/test_sp/sc_main.cpp b/test_sp/sc_main.cpp
index 094ec4869..4ee3e9a14 100644
--- a/test_sp/sc_main.cpp
+++ b/test_sp/sc_main.cpp
@@ -1,7 +1,7 @@
// -*- SystemC -*-
// DESCRIPTION: Verilator Example: Top level main for invoking SystemC model
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
//====================================================================
diff --git a/test_verilated/sim_main.cpp b/test_verilated/sim_main.cpp
index 95c189221..0b762dd11 100644
--- a/test_verilated/sim_main.cpp
+++ b/test_verilated/sim_main.cpp
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator Test: Top level main for invoking model
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
diff --git a/test_verilated/sim_main.v b/test_verilated/sim_main.v
index 23d0f4143..24f07e30b 100644
--- a/test_verilated/sim_main.v
+++ b/test_verilated/sim_main.v
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator Test: Top level main for invoking model
//
-// Copyright 2003-2008 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
// redistribute it and/or modify it under the terms of either the GNU
// General Public License or the Perl Artistic License.
diff --git a/test_verilated/vgen.pl b/test_verilated/vgen.pl
index 65856ab46..7c19b9f7c 100755
--- a/test_verilated/vgen.pl
+++ b/test_verilated/vgen.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# This program is Copyright 2001-2008 by Wilson Snyder.
+# This program is Copyright 2001-2009 by Wilson Snyder.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of either the GNU General Public License or the