diff --git a/Changes b/Changes
index c5f90280e..861609fcf 100644
--- a/Changes
+++ b/Changes
@@ -1545,7 +1545,7 @@ of input ports exists for tracing.
This uses outline mode in Emacs. See C-h m [M-x describe-mode].
-Copyright 2001-2009 by Wilson Snyder. This program is free software; you
+Copyright 2001-2010 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 Version 3 or the Perl Artistic License
Version 2.0.
diff --git a/Makefile.in b/Makefile.in
index 578da68a2..44d4756d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/TODO b/TODO
index 77528bbdb..6c9fb70c7 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator: List of To Do issues.
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/bin/verilator b/bin/verilator
index 12716f020..fba8a812a 100755
--- a/bin/verilator
+++ b/bin/verilator
@@ -3,7 +3,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
######################################################################
#
-# Copyright 2003-2009 by Wilson Snyder. This program is free software; you
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
@@ -2761,7 +2761,7 @@ Thanks all.
The latest version is available from L.
-Copyright 2003-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2003-2010 by Wilson Snyder. Verilator is free software; you can
redistribute it and/or modify the Verilator internals under the terms of
either the GNU Lesser General Public License Version 3 or the Perl Artistic
License Version 2.0.
diff --git a/bin/verilator_difftree b/bin/verilator_difftree
index 23d62428b..fb3bb14de 100755
--- a/bin/verilator_difftree
+++ b/bin/verilator_difftree
@@ -177,7 +177,7 @@ Do not show differences in line numbering.
The latest version is available from L.
-Copyright 2005-2009 by Wilson Snyder. This package is free software; you can
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/bin/verilator_includer b/bin/verilator_includer
index f9197a073..781c53190 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-2009 by Wilson Snyder. This package is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License Version 2.0.
######################################################################
diff --git a/bin/verilator_profcfunc b/bin/verilator_profcfunc
index c7d4b31a1..7f0b74486 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-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2007-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/configure.ac b/configure.ac
index 3ca0d7299..c06888673 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl DESCRIPTION: Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2003-2009 by Wilson Snyder. Verilator is free software; you can
+dnl Copyright 2003-2010 by Wilson Snyder. Verilator is free software; you can
dnl redistribute it and/or modify it under the terms of either the GNU Lesser
dnl General Public License Version 3 or the Perl Artistic License Version 2.0.
diff --git a/include/verilated.cpp b/include/verilated.cpp
index 2fcc6b601..71aceef23 100644
--- a/include/verilated.cpp
+++ b/include/verilated.cpp
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilated.h b/include/verilated.h
index d801da7ad..c7d60ac8a 100644
--- a/include/verilated.h
+++ b/include/verilated.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilated.mk.in b/include/verilated.mk.in
index 287a7a5e1..ce3b890f6 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-2009 by Wilson Snyder. Verilator is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License Version 2.0.
######################################################################
diff --git a/include/verilated.v b/include/verilated.v
index e376fc4b0..91d04a27c 100644
--- a/include/verilated.v
+++ b/include/verilated.v
@@ -5,7 +5,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilateddpi.cpp b/include/verilateddpi.cpp
index de3dd4a09..9c6ac45a0 100644
--- a/include/verilateddpi.cpp
+++ b/include/verilateddpi.cpp
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2009-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilatedimp.h b/include/verilatedimp.h
index 4d0540270..ce0b97b79 100644
--- a/include/verilatedimp.h
+++ b/include/verilatedimp.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2009-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilatedos.h b/include/verilatedos.h
index dae61ce6f..ea51529a0 100644
--- a/include/verilatedos.h
+++ b/include/verilatedos.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/include/verilatedsc.h b/include/verilatedsc.h
index 3120f636a..c0e3eef3a 100644
--- a/include/verilatedsc.h
+++ b/include/verilatedsc.h
@@ -1,7 +1,7 @@
// -*- C++ -*-
//*************************************************************************
//
-// Copyright 2009-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2010 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 Version 3 or the Perl Artistic License.
// Version 2.0.
diff --git a/internals.pod b/internals.pod
index 96cb9bf53..5e60926d1 100644
--- a/internals.pod
+++ b/internals.pod
@@ -161,7 +161,7 @@ what made a line in the tree dumps):
The latest version is available from L.
-Copyright 2008-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2008-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/nodist/bisondiff b/nodist/bisondiff
index 30f4e44da..85a9295e9 100755
--- a/nodist/bisondiff
+++ b/nodist/bisondiff
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2009 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/nodist/bisonreader b/nodist/bisonreader
index 20db4b594..f0d5b9073 100755
--- a/nodist/bisonreader
+++ b/nodist/bisonreader
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2009 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/nodist/dot_importer b/nodist/dot_importer
index 210fc56c7..9bbd4eaca 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-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/nodist/dot_pruner b/nodist/dot_pruner
index a64835d05..ac2184e4e 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-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/nodist/flexdiff b/nodist/flexdiff
index e48e72a65..4e7e822d8 100755
--- a/nodist/flexdiff
+++ b/nodist/flexdiff
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2009 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/nodist/install_test b/nodist/install_test
index 2c4e5e638..70d8124aa 100755
--- a/nodist/install_test
+++ b/nodist/install_test
@@ -117,7 +117,7 @@ Displays this message and program version and exits.
=head1 DISTRIBUTION
-Copyright 2009-2009 by Wilson Snyder. This package is free software; you
+Copyright 2009-2010 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 Version 3 or the Perl Artistic License
Version 2.0.
diff --git a/nodist/invoke_iccr b/nodist/invoke_iccr
index e17d9093c..fbea3c4ae 100755
--- a/nodist/invoke_iccr
+++ b/nodist/invoke_iccr
@@ -40,7 +40,7 @@ invoke_iccr - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2007-2009 by Wilson Snyder. This package is free software; you
+Copyright 2007-2010 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 Version 3 or the Perl Artistic License
Version 2.0.
diff --git a/nodist/invoke_ncverilog b/nodist/invoke_ncverilog
index 50759e697..f4753ee90 100755
--- a/nodist/invoke_ncverilog
+++ b/nodist/invoke_ncverilog
@@ -40,7 +40,7 @@ invoke_ncverilog - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2005-2009 by Wilson Snyder. This package is free software; you
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License
Version 2.0.
diff --git a/nodist/invoke_vcs b/nodist/invoke_vcs
index f4df131b7..660c2e61e 100755
--- a/nodist/invoke_vcs
+++ b/nodist/invoke_vcs
@@ -40,7 +40,7 @@ invoke_vcs - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2005-2009 by Wilson Snyder. This package is free software; you
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License
Version 2.0.
diff --git a/nodist/vtree_importer b/nodist/vtree_importer
index b8aaa581c..8dac74192 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-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/readme.pod b/readme.pod
index bcd195486..a5628d63d 100644
--- a/readme.pod
+++ b/readme.pod
@@ -9,7 +9,7 @@ This is the Verilator Package README file.
=head1 DISTRIBUTION
-This package is Copyright 2003-2009 by Wilson Snyder. (Report bugs to
+This package is Copyright 2003-2010 by Wilson Snyder. (Report bugs to
L.)
Verilator is free software; you can redistribute it and/or modify it under
diff --git a/readme.texi b/readme.texi
index ebd2cc915..1bb0f099b 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-2009 by Wilson Snyder @email{wsnyder@@wsnyder.org}.
+This package is Copyright 2003-2010 by Wilson Snyder @email{wsnyder@@wsnyder.org}.
Verilator is free software; you can redistribute it and/or modify it
under the terms of either the GNU Lesser General Public License
diff --git a/src/Makefile.in b/src/Makefile.in
index cebdc6591..22bb4501b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/src/Makefile_obj.in b/src/Makefile_obj.in
index 8961290f8..f45dcdbc4 100644
--- a/src/Makefile_obj.in
+++ b/src/Makefile_obj.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/src/V3Active.cpp b/src/V3Active.cpp
index 5c7584c33..4c03311df 100644
--- a/src/V3Active.cpp
+++ b/src/V3Active.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Active.h b/src/V3Active.h
index 467897710..76b7b6587 100644
--- a/src/V3Active.h
+++ b/src/V3Active.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3ActiveTop.cpp b/src/V3ActiveTop.cpp
index d8ebba07f..113ef227f 100644
--- a/src/V3ActiveTop.cpp
+++ b/src/V3ActiveTop.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3ActiveTop.h b/src/V3ActiveTop.h
index 3868d7993..6be19b6db 100644
--- a/src/V3ActiveTop.h
+++ b/src/V3ActiveTop.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Assert.cpp b/src/V3Assert.cpp
index 573ec378f..c9392783e 100644
--- a/src/V3Assert.cpp
+++ b/src/V3Assert.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Assert.h b/src/V3Assert.h
index cb21aa591..b9a8b2bef 100644
--- a/src/V3Assert.h
+++ b/src/V3Assert.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3AssertPre.cpp b/src/V3AssertPre.cpp
index fdc99546b..9ac9b878a 100644
--- a/src/V3AssertPre.cpp
+++ b/src/V3AssertPre.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3AssertPre.h b/src/V3AssertPre.h
index 6a90fd74f..5331a0a3d 100644
--- a/src/V3AssertPre.h
+++ b/src/V3AssertPre.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Ast.cpp b/src/V3Ast.cpp
index 77aa89e5b..ab85b5eb6 100644
--- a/src/V3Ast.cpp
+++ b/src/V3Ast.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Ast.h b/src/V3Ast.h
index b4078ced3..6902b24d8 100644
--- a/src/V3Ast.h
+++ b/src/V3Ast.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3AstNodes.cpp b/src/V3AstNodes.cpp
index 6cd163a5c..1c99b92ac 100644
--- a/src/V3AstNodes.cpp
+++ b/src/V3AstNodes.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3AstNodes.h b/src/V3AstNodes.h
index c6a1c03ad..8e198c080 100644
--- a/src/V3AstNodes.h
+++ b/src/V3AstNodes.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Begin.cpp b/src/V3Begin.cpp
index 44f3611be..3402ad63d 100644
--- a/src/V3Begin.cpp
+++ b/src/V3Begin.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Begin.h b/src/V3Begin.h
index c862595b9..00cbc5fb6 100644
--- a/src/V3Begin.h
+++ b/src/V3Begin.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Branch.cpp b/src/V3Branch.cpp
index 9561e7ef2..7a7d0b50c 100644
--- a/src/V3Branch.cpp
+++ b/src/V3Branch.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Branch.h b/src/V3Branch.h
index a11f8e753..54bffabf7 100644
--- a/src/V3Branch.h
+++ b/src/V3Branch.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Broken.cpp b/src/V3Broken.cpp
index 056f9c295..ea261b0d0 100644
--- a/src/V3Broken.cpp
+++ b/src/V3Broken.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Broken.h b/src/V3Broken.h
index 216e010b8..598fbff57 100644
--- a/src/V3Broken.h
+++ b/src/V3Broken.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Case.cpp b/src/V3Case.cpp
index db73d72f4..592ac5c3f 100644
--- a/src/V3Case.cpp
+++ b/src/V3Case.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Case.h b/src/V3Case.h
index 97fc0aad3..8ff1bd7c0 100644
--- a/src/V3Case.h
+++ b/src/V3Case.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Cast.cpp b/src/V3Cast.cpp
index d1deb2deb..83a21a195 100644
--- a/src/V3Cast.cpp
+++ b/src/V3Cast.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Cast.h b/src/V3Cast.h
index ee33fcd46..ac1c02ae5 100644
--- a/src/V3Cast.h
+++ b/src/V3Cast.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Changed.cpp b/src/V3Changed.cpp
index 70431d99a..7585fea5f 100644
--- a/src/V3Changed.cpp
+++ b/src/V3Changed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Changed.h b/src/V3Changed.h
index 53e7552c0..c7f127452 100644
--- a/src/V3Changed.h
+++ b/src/V3Changed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Clean.cpp b/src/V3Clean.cpp
index d7036e6c2..af1d9aefc 100644
--- a/src/V3Clean.cpp
+++ b/src/V3Clean.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Clean.h b/src/V3Clean.h
index 4793114b4..4ab800793 100644
--- a/src/V3Clean.h
+++ b/src/V3Clean.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3ClkGater.cpp b/src/V3ClkGater.cpp
index 85f3ea193..936bfc25a 100644
--- a/src/V3ClkGater.cpp
+++ b/src/V3ClkGater.cpp
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2008-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2008-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3ClkGater.h b/src/V3ClkGater.h
index 49ff4dfdc..b491a27e1 100644
--- a/src/V3ClkGater.h
+++ b/src/V3ClkGater.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Clock.cpp b/src/V3Clock.cpp
index 3104c6bcb..f4df685f0 100644
--- a/src/V3Clock.cpp
+++ b/src/V3Clock.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Clock.h b/src/V3Clock.h
index 37624d0bb..9c4faaab0 100644
--- a/src/V3Clock.h
+++ b/src/V3Clock.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Combine.cpp b/src/V3Combine.cpp
index e11d1509e..06c2ccb47 100644
--- a/src/V3Combine.cpp
+++ b/src/V3Combine.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Combine.h b/src/V3Combine.h
index 00d410f02..2ae4e4be3 100644
--- a/src/V3Combine.h
+++ b/src/V3Combine.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Const.cpp b/src/V3Const.cpp
index acba056d8..31754cce6 100644
--- a/src/V3Const.cpp
+++ b/src/V3Const.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Const.h b/src/V3Const.h
index b21b9542e..3c248cc2d 100644
--- a/src/V3Const.h
+++ b/src/V3Const.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Coverage.cpp b/src/V3Coverage.cpp
index 6a3db1eab..30e90676e 100644
--- a/src/V3Coverage.cpp
+++ b/src/V3Coverage.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Coverage.h b/src/V3Coverage.h
index 4495b9249..0ae599a9a 100644
--- a/src/V3Coverage.h
+++ b/src/V3Coverage.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3CoverageJoin.cpp b/src/V3CoverageJoin.cpp
index dd9b8be30..8fa0a4ba3 100644
--- a/src/V3CoverageJoin.cpp
+++ b/src/V3CoverageJoin.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3CoverageJoin.h b/src/V3CoverageJoin.h
index 056fa8803..bd1e3e8b7 100644
--- a/src/V3CoverageJoin.h
+++ b/src/V3CoverageJoin.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Dead.cpp b/src/V3Dead.cpp
index 687c29a9b..7b03442b4 100644
--- a/src/V3Dead.cpp
+++ b/src/V3Dead.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Dead.h b/src/V3Dead.h
index a7055f62a..3e59f357a 100644
--- a/src/V3Dead.h
+++ b/src/V3Dead.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp
index 189826de2..eae03ad7b 100644
--- a/src/V3Delayed.cpp
+++ b/src/V3Delayed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Delayed.h b/src/V3Delayed.h
index 3c85991c6..87ce2fbe1 100644
--- a/src/V3Delayed.h
+++ b/src/V3Delayed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Depth.cpp b/src/V3Depth.cpp
index b18071c77..1674cb823 100644
--- a/src/V3Depth.cpp
+++ b/src/V3Depth.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Depth.h b/src/V3Depth.h
index 64a683c33..ab4bfeea6 100644
--- a/src/V3Depth.h
+++ b/src/V3Depth.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3DepthBlock.cpp b/src/V3DepthBlock.cpp
index fdeaa0c76..d89b836ec 100644
--- a/src/V3DepthBlock.cpp
+++ b/src/V3DepthBlock.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3DepthBlock.h b/src/V3DepthBlock.h
index 99a61971d..70206871d 100644
--- a/src/V3DepthBlock.h
+++ b/src/V3DepthBlock.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Descope.cpp b/src/V3Descope.cpp
index 6c6474b99..859fb55f9 100644
--- a/src/V3Descope.cpp
+++ b/src/V3Descope.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Descope.h b/src/V3Descope.h
index c164cb431..80d2e235a 100644
--- a/src/V3Descope.h
+++ b/src/V3Descope.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp
index 95979310c..7f7c2f759 100644
--- a/src/V3EmitC.cpp
+++ b/src/V3EmitC.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitC.h b/src/V3EmitC.h
index 9fd1c4320..64e7ab6eb 100644
--- a/src/V3EmitC.h
+++ b/src/V3EmitC.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitCBase.h b/src/V3EmitCBase.h
index 4e533e5a1..28b49f6b4 100644
--- a/src/V3EmitCBase.h
+++ b/src/V3EmitCBase.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitCInlines.cpp b/src/V3EmitCInlines.cpp
index 862a7a236..510267334 100644
--- a/src/V3EmitCInlines.cpp
+++ b/src/V3EmitCInlines.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitCSyms.cpp b/src/V3EmitCSyms.cpp
index cc6e1d945..3e96cc15e 100644
--- a/src/V3EmitCSyms.cpp
+++ b/src/V3EmitCSyms.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitMk.cpp b/src/V3EmitMk.cpp
index bf2b98fce..47ceaef55 100644
--- a/src/V3EmitMk.cpp
+++ b/src/V3EmitMk.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitMk.h b/src/V3EmitMk.h
index fccdfffbd..edc5adad5 100644
--- a/src/V3EmitMk.h
+++ b/src/V3EmitMk.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitV.cpp b/src/V3EmitV.cpp
index d2ea7845e..025fa9e5d 100644
--- a/src/V3EmitV.cpp
+++ b/src/V3EmitV.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3EmitV.h b/src/V3EmitV.h
index 4f18dd9ef..89447593b 100644
--- a/src/V3EmitV.h
+++ b/src/V3EmitV.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Error.cpp b/src/V3Error.cpp
index b60ad96ae..e446ec365 100644
--- a/src/V3Error.cpp
+++ b/src/V3Error.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Error.h b/src/V3Error.h
index 2991cfdb4..5a84104fa 100644
--- a/src/V3Error.h
+++ b/src/V3Error.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Expand.cpp b/src/V3Expand.cpp
index b40641b9b..764438fba 100644
--- a/src/V3Expand.cpp
+++ b/src/V3Expand.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Expand.h b/src/V3Expand.h
index db9999f09..8e8e4e4d3 100644
--- a/src/V3Expand.h
+++ b/src/V3Expand.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3File.cpp b/src/V3File.cpp
index b7baa30b7..aa6fd828b 100644
--- a/src/V3File.cpp
+++ b/src/V3File.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3File.h b/src/V3File.h
index 5f302b49b..5b6a210ce 100644
--- a/src/V3File.h
+++ b/src/V3File.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Gate.cpp b/src/V3Gate.cpp
index f9432f2e2..ff7f79f10 100644
--- a/src/V3Gate.cpp
+++ b/src/V3Gate.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Gate.h b/src/V3Gate.h
index e17cf7493..889a503bd 100644
--- a/src/V3Gate.h
+++ b/src/V3Gate.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GenClk.cpp b/src/V3GenClk.cpp
index b2faf5ea0..5c5cdc22a 100644
--- a/src/V3GenClk.cpp
+++ b/src/V3GenClk.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GenClk.h b/src/V3GenClk.h
index d12c6c665..06dab8f66 100644
--- a/src/V3GenClk.h
+++ b/src/V3GenClk.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Global.h b/src/V3Global.h
index cff60c814..9c247b245 100644
--- a/src/V3Global.h
+++ b/src/V3Global.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Graph.cpp b/src/V3Graph.cpp
index 142e2ac4c..94b1d895b 100644
--- a/src/V3Graph.cpp
+++ b/src/V3Graph.cpp
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Graph.h b/src/V3Graph.h
index 8688a359c..eaa5da234 100644
--- a/src/V3Graph.h
+++ b/src/V3Graph.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphAcyc.cpp b/src/V3GraphAcyc.cpp
index 13426c7f5..ccd918eaf 100644
--- a/src/V3GraphAcyc.cpp
+++ b/src/V3GraphAcyc.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphAlg.cpp b/src/V3GraphAlg.cpp
index d6e0f8538..edfa21747 100644
--- a/src/V3GraphAlg.cpp
+++ b/src/V3GraphAlg.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphAlg.h b/src/V3GraphAlg.h
index 8efa60280..14f1b9a94 100644
--- a/src/V3GraphAlg.h
+++ b/src/V3GraphAlg.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphDfa.cpp b/src/V3GraphDfa.cpp
index 7bfc65fb9..b99281f83 100644
--- a/src/V3GraphDfa.cpp
+++ b/src/V3GraphDfa.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphDfa.h b/src/V3GraphDfa.h
index 30b5a4ffa..41bb62b21 100644
--- a/src/V3GraphDfa.h
+++ b/src/V3GraphDfa.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3GraphTest.cpp b/src/V3GraphTest.cpp
index 1c1bf8b86..427775f90 100644
--- a/src/V3GraphTest.cpp
+++ b/src/V3GraphTest.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Hashed.cpp b/src/V3Hashed.cpp
index ecd0c2075..49640c630 100644
--- a/src/V3Hashed.cpp
+++ b/src/V3Hashed.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Hashed.h b/src/V3Hashed.h
index e8d2ebd1d..4e7e62fb5 100644
--- a/src/V3Hashed.h
+++ b/src/V3Hashed.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Inline.cpp b/src/V3Inline.cpp
index e228c9a17..6f4f20923 100644
--- a/src/V3Inline.cpp
+++ b/src/V3Inline.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Inline.h b/src/V3Inline.h
index 9ac2833a9..fc2bf2565 100644
--- a/src/V3Inline.h
+++ b/src/V3Inline.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Inst.cpp b/src/V3Inst.cpp
index a3c81c627..d06d894d3 100644
--- a/src/V3Inst.cpp
+++ b/src/V3Inst.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Inst.h b/src/V3Inst.h
index f87ef1971..d82eda7f1 100644
--- a/src/V3Inst.h
+++ b/src/V3Inst.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LanguageWords.h b/src/V3LanguageWords.h
index 6a9465451..108270175 100644
--- a/src/V3LanguageWords.h
+++ b/src/V3LanguageWords.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Life.cpp b/src/V3Life.cpp
index f5e0dc630..5724da536 100644
--- a/src/V3Life.cpp
+++ b/src/V3Life.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Life.h b/src/V3Life.h
index 9b83ffa7c..7523a6627 100644
--- a/src/V3Life.h
+++ b/src/V3Life.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LifePost.cpp b/src/V3LifePost.cpp
index 8483dab4f..3a9376d24 100644
--- a/src/V3LifePost.cpp
+++ b/src/V3LifePost.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LifePost.h b/src/V3LifePost.h
index 301586bfd..9d8d24420 100644
--- a/src/V3LifePost.h
+++ b/src/V3LifePost.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Link.cpp b/src/V3Link.cpp
index 962dc8304..84653efd1 100644
--- a/src/V3Link.cpp
+++ b/src/V3Link.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Link.h b/src/V3Link.h
index 2bd405a90..e47f98e56 100644
--- a/src/V3Link.h
+++ b/src/V3Link.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkCells.cpp b/src/V3LinkCells.cpp
index 4a9e61b78..29fb0d46d 100644
--- a/src/V3LinkCells.cpp
+++ b/src/V3LinkCells.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkCells.h b/src/V3LinkCells.h
index 30c0401f1..b65b2f3ae 100644
--- a/src/V3LinkCells.h
+++ b/src/V3LinkCells.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp
index 5d2ef2483..ec9ffe14f 100644
--- a/src/V3LinkDot.cpp
+++ b/src/V3LinkDot.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkDot.h b/src/V3LinkDot.h
index a1b57dc06..268497bb7 100644
--- a/src/V3LinkDot.h
+++ b/src/V3LinkDot.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkLValue.cpp b/src/V3LinkLValue.cpp
index a5fdff445..e81a71ee5 100644
--- a/src/V3LinkLValue.cpp
+++ b/src/V3LinkLValue.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkLValue.h b/src/V3LinkLValue.h
index 6dd4fb50d..d315216d8 100644
--- a/src/V3LinkLValue.h
+++ b/src/V3LinkLValue.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkLevel.cpp b/src/V3LinkLevel.cpp
index 8973cad9d..3058f5202 100644
--- a/src/V3LinkLevel.cpp
+++ b/src/V3LinkLevel.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkLevel.h b/src/V3LinkLevel.h
index 4493a39b3..c11542fb3 100644
--- a/src/V3LinkLevel.h
+++ b/src/V3LinkLevel.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp
index ceceabfbe..0be60379a 100644
--- a/src/V3LinkParse.cpp
+++ b/src/V3LinkParse.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkParse.h b/src/V3LinkParse.h
index 2d3d3ccc5..072ae034e 100644
--- a/src/V3LinkParse.h
+++ b/src/V3LinkParse.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkResolve.cpp b/src/V3LinkResolve.cpp
index 729f9f427..2d0e3de83 100644
--- a/src/V3LinkResolve.cpp
+++ b/src/V3LinkResolve.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3LinkResolve.h b/src/V3LinkResolve.h
index 6ba100129..d6f31dc78 100644
--- a/src/V3LinkResolve.h
+++ b/src/V3LinkResolve.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3List.h b/src/V3List.h
index 636e269a0..a0b017181 100644
--- a/src/V3List.h
+++ b/src/V3List.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Localize.cpp b/src/V3Localize.cpp
index 423b07286..0fd9119a0 100644
--- a/src/V3Localize.cpp
+++ b/src/V3Localize.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Localize.h b/src/V3Localize.h
index 53eacf83c..e2379dae4 100644
--- a/src/V3Localize.h
+++ b/src/V3Localize.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Name.cpp b/src/V3Name.cpp
index f16bba04d..3e1ecc48a 100644
--- a/src/V3Name.cpp
+++ b/src/V3Name.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Name.h b/src/V3Name.h
index b61af5812..12e66d822 100644
--- a/src/V3Name.h
+++ b/src/V3Name.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Number.cpp b/src/V3Number.cpp
index 67e558d2a..74ed64c11 100644
--- a/src/V3Number.cpp
+++ b/src/V3Number.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Number.h b/src/V3Number.h
index f96511900..5e7782073 100644
--- a/src/V3Number.h
+++ b/src/V3Number.h
@@ -8,7 +8,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Number_test.cpp b/src/V3Number_test.cpp
index 858921197..235ee3ed8 100644
--- a/src/V3Number_test.cpp
+++ b/src/V3Number_test.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/V3Options.cpp b/src/V3Options.cpp
index 342a5532d..8427ef76e 100644
--- a/src/V3Options.cpp
+++ b/src/V3Options.cpp
@@ -7,7 +7,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
@@ -919,7 +919,7 @@ void V3Options::showVersion(bool verbose) {
if (!verbose) return;
cout < free Verilog EDA software
tool suite. The latest version is available from CPAN and from
L.
-Copyright 2008-2009 by Wilson Snyder. This package is free software; you
+Copyright 2008-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/src/config_build.h.in b/src/config_build.h.in
index a96815718..0044c8ed3 100644
--- a/src/config_build.h.in
+++ b/src/config_build.h.in
@@ -10,7 +10,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/src/config_rev.pl b/src/config_rev.pl
index a18652f5e..793103b00 100755
--- a/src/config_rev.pl
+++ b/src/config_rev.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2005-2009 by Wilson Snyder. Verilator is free software; you
+# Copyright 2005-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/src/flexfix b/src/flexfix
index ff5ef36dd..e9e715c19 100755
--- a/src/flexfix
+++ b/src/flexfix
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2002-2009 by Wilson Snyder. Verilator is free software; you
+# Copyright 2002-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/src/verilog.l b/src/verilog.l
index dbb969c8f..de03de3c1 100644
--- a/src/verilog.l
+++ b/src/verilog.l
@@ -6,7 +6,7 @@
*
**************************************************************************
*
- * Copyright 2003-2009 by Wilson Snyder. Verilator is free software;
+ * Copyright 2003-2010 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 Version 3 or the Perl Artistic License
* Version 2.0.
diff --git a/src/verilog.y b/src/verilog.y
index f0521f223..c77c336c1 100644
--- a/src/verilog.y
+++ b/src/verilog.y
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/test_c/Makefile b/test_c/Makefile
index 17bebdcda..cd30450c5 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_c/Makefile_obj b/test_c/Makefile_obj
index ca1037be2..d6538019e 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_c/sim_main.cpp b/test_c/sim_main.cpp
index 329fd322f..e20aff9de 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-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/test_regress/Makefile b/test_regress/Makefile
index 247c4b60c..ee85b66fa 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_regress/Makefile_obj b/test_regress/Makefile_obj
index b169ce0a5..a11601f39 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_regress/driver.pl b/test_regress/driver.pl
index ab90f257d..5d6132e32 100755
--- a/test_regress/driver.pl
+++ b/test_regress/driver.pl
@@ -1211,7 +1211,7 @@ Command to use to invoke VCS.
The latest version is available from L.
-Copyright 2003-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2003-2010 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 Version 3 or the Perl Artistic License Version 2.0.
diff --git a/test_sc/Makefile b/test_sc/Makefile
index 479c7b615..5f5d7e7f2 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_sc/Makefile_obj b/test_sc/Makefile_obj
index 73d00aa40..edc9e0261 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_sp/Makefile b/test_sp/Makefile
index 1d1c5277b..e480dee1f 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_sp/Makefile_obj b/test_sp/Makefile_obj
index 8afb006d6..710ebad60 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-2009 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2010 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 Version 3 or the Perl Artistic License
# Version 2.0.
diff --git a/test_sp/sc_main.cpp b/test_sp/sc_main.cpp
index 87114f9ce..72c2f9171 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-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/test_verilated/sim_main.cpp b/test_verilated/sim_main.cpp
index 9bbdbdc90..8654e2afa 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-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/test_verilated/sim_main.v b/test_verilated/sim_main.v
index 89699b02b..52f330fa6 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-2009 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2010 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 Version 3 or the Perl Artistic License
// Version 2.0.
diff --git a/test_verilated/vgen.pl b/test_verilated/vgen.pl
index f82eb0472..797be8f70 100755
--- a/test_verilated/vgen.pl
+++ b/test_verilated/vgen.pl
@@ -1133,7 +1133,7 @@ Include some signed arithmetic in the generated code. Experimental.
=head1 DISTRIBUTION
-Copyright 2001-2009 by Wilson Snyder. Verilator is free software; you can
+Copyright 2001-2010 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 Version 3 or the Perl Artistic License Version 2.0.