diff --git a/Changes b/Changes
index 8750422af..5c98644a4 100644
--- a/Changes
+++ b/Changes
@@ -2147,7 +2147,7 @@ of input ports exists for tracing.
This uses outline mode in Emacs. See C-h m [M-x describe-mode].
-Copyright 2001-2012 by Wilson Snyder. This program is free software; you
+Copyright 2001-2013 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 743664887..8e2b56e21 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 76c1161be..cd5bbdcbd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
// DESCRIPTION: Verilator: List of To Do issues.
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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.
@@ -62,7 +62,7 @@ Usability:
* Print version/etc message at runtime. (4.000?)
Include number of lines of code, percent comments, code complexity measurement
<-80chars------------------------------------------------------------------->
- Verilator 3.600 - fast, free, open-sourced. Copyright 2001-2012.
+ Verilator 3.600 - fast, free, open-sourced. Copyright 2001-2013.
Verilated #### modules, #### instances, ##### sigs,
#### non-comment lines, ##### ops, ### KB model size
* Default the --l2name to remove extra "v" level of hierarchy (flag to make "top")
diff --git a/bin/verilator b/bin/verilator
index 732ed12ff..c38dcb5a5 100755
--- a/bin/verilator
+++ b/bin/verilator
@@ -3,7 +3,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
if 0;
######################################################################
#
-# Copyright 2003-2012 by Wilson Snyder. This program is free software; you
+# Copyright 2003-2013 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.
@@ -3708,7 +3708,7 @@ Thanks to them, and all those we've missed including above.
The latest version is available from L.
-Copyright 2003-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2003-2013 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 992af1569..ee16d0bf2 100755
--- a/bin/verilator_difftree
+++ b/bin/verilator_difftree
@@ -235,7 +235,7 @@ Do not show differences in line numbering.
The latest version is available from L.
-Copyright 2005-2012 by Wilson Snyder. This package is free software; you can
+Copyright 2005-2013 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 fb1aee8a7..038f4d494 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-2012 by Wilson Snyder. This package is free software; you can
+# Copyright 2003-2013 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 7a0f6df54..f68650f0f 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-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2007-2013 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 7e876cbaf..d2de87a4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# DESCRIPTION: Process this file with autoconf to produce a configure script.
#
-# Copyright 2003-2012 by Wilson Snyder. Verilator is free software; you can
+# Copyright 2003-2013 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.cpp b/include/verilated.cpp
index cb0c6a00b..63736ad07 100644
--- a/include/verilated.cpp
+++ b/include/verilated.cpp
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 586e2b876..298203840 100644
--- a/include/verilated.h
+++ b/include/verilated.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 9ab4ff49f..7278a2d10 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-2012 by Wilson Snyder. Verilator is free software; you can
+# Copyright 2003-2013 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 0108c6899..ab2238ea2 100644
--- a/include/verilated.v
+++ b/include/verilated.v
@@ -4,7 +4,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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_dpi.cpp b/include/verilated_dpi.cpp
index c59c6cb82..715cda9aa 100644
--- a/include/verilated_dpi.cpp
+++ b/include/verilated_dpi.cpp
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2009-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2013 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_dpi.h b/include/verilated_dpi.h
index 63a57480c..bf731d198 100644
--- a/include/verilated_dpi.h
+++ b/include/verilated_dpi.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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_heavy.h b/include/verilated_heavy.h
index d00eb2ac1..b32586c00 100644
--- a/include/verilated_heavy.h
+++ b/include/verilated_heavy.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2010-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2010-2013 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_imp.h b/include/verilated_imp.h
index a539ce03f..e56fde626 100644
--- a/include/verilated_imp.h
+++ b/include/verilated_imp.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2009-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2013 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_save.cpp b/include/verilated_save.cpp
index df12516a6..1bc56eb7f 100644
--- a/include/verilated_save.cpp
+++ b/include/verilated_save.cpp
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2001-2012 by Wilson Snyder. This program is free software;
+// Copyright 2001-2013 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_save.h b/include/verilated_save.h
index c8a83f9ed..7cc2e29a6 100644
--- a/include/verilated_save.h
+++ b/include/verilated_save.h
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2012-2012 by Wilson Snyder. This program is free software;
+// Copyright 2012-2013 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_sc.h b/include/verilated_sc.h
index 5ed69817f..889e7e5f9 100644
--- a/include/verilated_sc.h
+++ b/include/verilated_sc.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2009-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2013 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_syms.h b/include/verilated_syms.h
index ab78653bd..761b691c9 100644
--- a/include/verilated_syms.h
+++ b/include/verilated_syms.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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_vcd_c.cpp b/include/verilated_vcd_c.cpp
index efc8ddedb..ba6f99272 100644
--- a/include/verilated_vcd_c.cpp
+++ b/include/verilated_vcd_c.cpp
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2001-2012 by Wilson Snyder. This program is free software;
+// Copyright 2001-2013 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_vcd_c.h b/include/verilated_vcd_c.h
index 98048e993..eb70ccb90 100644
--- a/include/verilated_vcd_c.h
+++ b/include/verilated_vcd_c.h
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2001-2012 by Wilson Snyder. This program is free software;
+// Copyright 2001-2013 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_vcd_sc.cpp b/include/verilated_vcd_sc.cpp
index c45ae8120..5fc3ad066 100644
--- a/include/verilated_vcd_sc.cpp
+++ b/include/verilated_vcd_sc.cpp
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2001-2012 by Wilson Snyder. This program is free software;
+// Copyright 2001-2013 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_vcd_sc.h b/include/verilated_vcd_sc.h
index 10237378c..2778ac152 100644
--- a/include/verilated_vcd_sc.h
+++ b/include/verilated_vcd_sc.h
@@ -3,7 +3,7 @@
//
// THIS MODULE IS PUBLICLY LICENSED
//
-// Copyright 2001-2012 by Wilson Snyder. This program is free software;
+// Copyright 2001-2013 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_vpi.cpp b/include/verilated_vpi.cpp
index f97011e7e..2300f55fa 100644
--- a/include/verilated_vpi.cpp
+++ b/include/verilated_vpi.cpp
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2009-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2013 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_vpi.h b/include/verilated_vpi.h
index 5ae3d5441..73346aa07 100644
--- a/include/verilated_vpi.h
+++ b/include/verilated_vpi.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2009-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2009-2013 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 08801fdfe..e419cfce5 100644
--- a/include/verilatedos.h
+++ b/include/verilatedos.h
@@ -1,7 +1,7 @@
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 c7a82f55f..60e9f5f1a 100644
--- a/internals.pod
+++ b/internals.pod
@@ -697,7 +697,7 @@ in C and reconfigure.
The latest version is available from L.
-Copyright 2008-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2008-2013 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 10517b9ac..4ed2afae3 100755
--- a/nodist/bisondiff
+++ b/nodist/bisondiff
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2012 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2013 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 b8719739a..bf0313a4f 100755
--- a/nodist/bisonreader
+++ b/nodist/bisonreader
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2012 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2013 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 2c465bec2..ca7119534 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-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2013 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 1fe041a1f..8685408f1 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-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2013 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 61b827946..52d4bfb1e 100755
--- a/nodist/flexdiff
+++ b/nodist/flexdiff
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2007-2012 by Wilson Snyder. This package is free software; you
+# Copyright 2007-2013 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 fde17ac72..80354cb70 100755
--- a/nodist/install_test
+++ b/nodist/install_test
@@ -183,7 +183,7 @@ Runs a specific test stage (see the script).
=head1 DISTRIBUTION
-Copyright 2009-2012 by Wilson Snyder. This package is free software; you
+Copyright 2009-2013 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_atsim b/nodist/invoke_atsim
index 783bedfdf..3cd8e57a6 100755
--- a/nodist/invoke_atsim
+++ b/nodist/invoke_atsim
@@ -28,7 +28,7 @@ invoke_atsim - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2005-2012 by Wilson Snyder. This package is free software; you
+Copyright 2005-2013 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 5ba9dc4ef..2e5ef80be 100755
--- a/nodist/invoke_iccr
+++ b/nodist/invoke_iccr
@@ -28,7 +28,7 @@ invoke_iccr - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2007-2012 by Wilson Snyder. This package is free software; you
+Copyright 2007-2013 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 53cc68deb..86d8685f1 100755
--- a/nodist/invoke_ncverilog
+++ b/nodist/invoke_ncverilog
@@ -28,7 +28,7 @@ invoke_ncverilog - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2005-2012 by Wilson Snyder. This package is free software; you
+Copyright 2005-2013 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 2363e6d9d..76600ba67 100755
--- a/nodist/invoke_vcs
+++ b/nodist/invoke_vcs
@@ -28,7 +28,7 @@ invoke_vcs - Invoke tool under "modules" command
=head1 DISTRIBUTION
-Copyright 2005-2012 by Wilson Snyder. This package is free software; you
+Copyright 2005-2013 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/spdiff b/nodist/spdiff
index d43554c64..e5e61d58d 100755
--- a/nodist/spdiff
+++ b/nodist/spdiff
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2010-2012 by Wilson Snyder. This package is free software; you
+# Copyright 2010-2013 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 3442d0b6f..d28963095 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-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2005-2013 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 b19f065ee..9262b18f9 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-2012 by Wilson Snyder. (Report bugs to
+This package is Copyright 2003-2013 by Wilson Snyder. (Report bugs to
L.)
Verilator is free software; you can redistribute it and/or modify it under
diff --git a/src/.gdbinit b/src/.gdbinit
index c10fa860d..de59c94ba 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -1,6 +1,6 @@
# DESCRIPTION: Verilator: GDB startup file with useful defines
#
-# Copyright 2012-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2012-2013 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.in b/src/Makefile.in
index 4b0f33295..86fc05f2c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 d07cb9dbf..aadc2dc3e 100644
--- a/src/Makefile_obj.in
+++ b/src/Makefile_obj.in
@@ -7,7 +7,7 @@
#
#*****************************************************************************
#
-# Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 3d44f4e20..dd5150d2b 100644
--- a/src/V3Active.cpp
+++ b/src/V3Active.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 b7fbe9c60..17883e4d7 100644
--- a/src/V3Active.h
+++ b/src/V3Active.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 db5db2246..075941e8b 100644
--- a/src/V3ActiveTop.cpp
+++ b/src/V3ActiveTop.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 322383ece..5836c3435 100644
--- a/src/V3ActiveTop.h
+++ b/src/V3ActiveTop.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 cbced39d1..10318770b 100644
--- a/src/V3Assert.cpp
+++ b/src/V3Assert.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 a934d6d08..a0e22cd3e 100644
--- a/src/V3Assert.h
+++ b/src/V3Assert.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 3fb837566..534764b74 100644
--- a/src/V3AssertPre.cpp
+++ b/src/V3AssertPre.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 42ed2f7a0..68c780c31 100644
--- a/src/V3AssertPre.h
+++ b/src/V3AssertPre.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 fa46b0994..70e54fc5d 100644
--- a/src/V3Ast.cpp
+++ b/src/V3Ast.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 895fbe52a..cd70254fb 100644
--- a/src/V3Ast.h
+++ b/src/V3Ast.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 a0a930286..8a008cb7e 100644
--- a/src/V3AstNodes.cpp
+++ b/src/V3AstNodes.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 982c9509d..70c1fad21 100644
--- a/src/V3AstNodes.h
+++ b/src/V3AstNodes.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 15a65ac0a..889f03744 100644
--- a/src/V3Begin.cpp
+++ b/src/V3Begin.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 9eb339e85..9b1e3688d 100644
--- a/src/V3Begin.h
+++ b/src/V3Begin.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 b061285dc..cd5f38423 100644
--- a/src/V3Branch.cpp
+++ b/src/V3Branch.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 8cdf4e5c9..1387752ca 100644
--- a/src/V3Branch.h
+++ b/src/V3Branch.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 db0f046ff..ca11e7e93 100644
--- a/src/V3Broken.cpp
+++ b/src/V3Broken.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 8ff0fda94..2689d64cb 100644
--- a/src/V3Broken.h
+++ b/src/V3Broken.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 3a5304bb6..c6858d77e 100644
--- a/src/V3Case.cpp
+++ b/src/V3Case.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 be69048f0..48c4e3ebc 100644
--- a/src/V3Case.h
+++ b/src/V3Case.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 830a055e8..32cd38235 100644
--- a/src/V3Cast.cpp
+++ b/src/V3Cast.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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 60719a6f0..58dad0937 100644
--- a/src/V3Cast.h
+++ b/src/V3Cast.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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/V3Cdc.cpp b/src/V3Cdc.cpp
index c3a3ed475..103063390 100644
--- a/src/V3Cdc.cpp
+++ b/src/V3Cdc.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3Cdc.h b/src/V3Cdc.h
index d63b72d1e..ca17ac4bc 100644
--- a/src/V3Cdc.h
+++ b/src/V3Cdc.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d6bebeb03..7cbe1f3db 100644
--- a/src/V3Changed.cpp
+++ b/src/V3Changed.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d8c4adf9f..8e627bcca 100644
--- a/src/V3Changed.h
+++ b/src/V3Changed.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 e8c2eedfe..b04cea872 100644
--- a/src/V3Clean.cpp
+++ b/src/V3Clean.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 06e63edef..06bee77c2 100644
--- a/src/V3Clean.h
+++ b/src/V3Clean.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 a8a69376e..1556549c5 100644
--- a/src/V3ClkGater.cpp
+++ b/src/V3ClkGater.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2008-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2008-2013 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 6f3b35848..93908b069 100644
--- a/src/V3ClkGater.h
+++ b/src/V3ClkGater.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 99a71ed65..a4dd10b25 100644
--- a/src/V3Clock.cpp
+++ b/src/V3Clock.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 01378908c..c44b06f12 100644
--- a/src/V3Clock.h
+++ b/src/V3Clock.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 1f2f88bbc..ed6e9638d 100644
--- a/src/V3Combine.cpp
+++ b/src/V3Combine.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 703825333..4bb05458b 100644
--- a/src/V3Combine.h
+++ b/src/V3Combine.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3Config.cpp b/src/V3Config.cpp
index bc0e4e376..e054bd5a5 100644
--- a/src/V3Config.cpp
+++ b/src/V3Config.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2010-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2010-2013 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/V3Config.h b/src/V3Config.h
index cb263e2ee..3e2f31e1f 100644
--- a/src/V3Config.h
+++ b/src/V3Config.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2010-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2010-2013 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 791a1cc0e..a0ccf761d 100644
--- a/src/V3Const.cpp
+++ b/src/V3Const.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 ba2dbd539..c8ff51056 100644
--- a/src/V3Const.h
+++ b/src/V3Const.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 8e037dbc7..c93b7eb53 100644
--- a/src/V3Coverage.cpp
+++ b/src/V3Coverage.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 bef0502e3..83735d7e2 100644
--- a/src/V3Coverage.h
+++ b/src/V3Coverage.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 a6b684591..41ba61109 100644
--- a/src/V3CoverageJoin.cpp
+++ b/src/V3CoverageJoin.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d2be1e57a..e76ed0161 100644
--- a/src/V3CoverageJoin.h
+++ b/src/V3CoverageJoin.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 0fed93727..4ca7c6424 100644
--- a/src/V3Dead.cpp
+++ b/src/V3Dead.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 4df39a2ad..3c05a779d 100644
--- a/src/V3Dead.h
+++ b/src/V3Dead.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 372065eac..fa3fafb68 100644
--- a/src/V3Delayed.cpp
+++ b/src/V3Delayed.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 1cc55473f..f171682b0 100644
--- a/src/V3Delayed.h
+++ b/src/V3Delayed.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6f4d4ac5c..dac98088d 100644
--- a/src/V3Depth.cpp
+++ b/src/V3Depth.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 3e9541af1..f19317b09 100644
--- a/src/V3Depth.h
+++ b/src/V3Depth.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 5175e6938..3f20df02d 100644
--- a/src/V3DepthBlock.cpp
+++ b/src/V3DepthBlock.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 eb834d263..afd264a5c 100644
--- a/src/V3DepthBlock.h
+++ b/src/V3DepthBlock.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 07ca0f700..0900e2547 100644
--- a/src/V3Descope.cpp
+++ b/src/V3Descope.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 e38fa1a37..b7c400264 100644
--- a/src/V3Descope.h
+++ b/src/V3Descope.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 46356f464..602a7d153 100644
--- a/src/V3EmitC.cpp
+++ b/src/V3EmitC.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 64a13e69b..d7f2cf299 100644
--- a/src/V3EmitC.h
+++ b/src/V3EmitC.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6eaace83a..578d4bd1e 100644
--- a/src/V3EmitCBase.h
+++ b/src/V3EmitCBase.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 ffccd0f39..70c1330b6 100644
--- a/src/V3EmitCInlines.cpp
+++ b/src/V3EmitCInlines.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 92c02000f..203d3b944 100644
--- a/src/V3EmitCSyms.cpp
+++ b/src/V3EmitCSyms.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 3dfa870dc..a1602a8c6 100644
--- a/src/V3EmitMk.cpp
+++ b/src/V3EmitMk.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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 0bb0fb104..1f3acef5c 100644
--- a/src/V3EmitMk.h
+++ b/src/V3EmitMk.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 be4500e73..111c25b22 100644
--- a/src/V3EmitV.cpp
+++ b/src/V3EmitV.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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 8cf5de89a..8c975067d 100644
--- a/src/V3EmitV.h
+++ b/src/V3EmitV.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3EmitXml.cpp b/src/V3EmitXml.cpp
index 56b4b9f29..cdf558370 100644
--- a/src/V3EmitXml.cpp
+++ b/src/V3EmitXml.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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/V3EmitXml.h b/src/V3EmitXml.h
index 33ad4a54e..70350cba8 100644
--- a/src/V3EmitXml.h
+++ b/src/V3EmitXml.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 e265bac76..4b433a31b 100644
--- a/src/V3Error.cpp
+++ b/src/V3Error.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 16bd03c97..0e0a4b19f 100644
--- a/src/V3Error.h
+++ b/src/V3Error.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6cafbcca0..fede67d53 100644
--- a/src/V3Expand.cpp
+++ b/src/V3Expand.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2004-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2004-2013 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 7268416d3..267161c5c 100644
--- a/src/V3Expand.h
+++ b/src/V3Expand.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 fbae2e3f1..3621e6739 100644
--- a/src/V3File.cpp
+++ b/src/V3File.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 523558e77..31275fe19 100644
--- a/src/V3File.h
+++ b/src/V3File.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 8237f3321..34ac77081 100644
--- a/src/V3Gate.cpp
+++ b/src/V3Gate.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 16c464e79..cafb35139 100644
--- a/src/V3Gate.h
+++ b/src/V3Gate.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 76842fb8f..a03c1e016 100644
--- a/src/V3GenClk.cpp
+++ b/src/V3GenClk.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d6dd525dc..71a276707 100644
--- a/src/V3GenClk.h
+++ b/src/V3GenClk.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 5c57cf41f..a03f6013e 100644
--- a/src/V3Global.h
+++ b/src/V3Global.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 3f92e9bc6..208386338 100644
--- a/src/V3Graph.cpp
+++ b/src/V3Graph.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 0ff6f4131..fd6e22a9b 100644
--- a/src/V3Graph.h
+++ b/src/V3Graph.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 fca2a1559..0b90acb4b 100644
--- a/src/V3GraphAcyc.cpp
+++ b/src/V3GraphAcyc.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 06d356f8f..6d2303ada 100644
--- a/src/V3GraphAlg.cpp
+++ b/src/V3GraphAlg.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 c9cdb3f04..4abf19dce 100644
--- a/src/V3GraphAlg.h
+++ b/src/V3GraphAlg.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 64b714bc1..08a29953b 100644
--- a/src/V3GraphDfa.cpp
+++ b/src/V3GraphDfa.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 039633c20..80023f36b 100644
--- a/src/V3GraphDfa.h
+++ b/src/V3GraphDfa.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 a56d9365a..2312d9f48 100644
--- a/src/V3GraphTest.cpp
+++ b/src/V3GraphTest.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 bbf718367..1086f41fe 100644
--- a/src/V3Hashed.cpp
+++ b/src/V3Hashed.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 7b58b5c3c..68b2392bc 100644
--- a/src/V3Hashed.h
+++ b/src/V3Hashed.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 77e14bc76..e60221dc3 100644
--- a/src/V3Inline.cpp
+++ b/src/V3Inline.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d2a25f368..d9d526175 100644
--- a/src/V3Inline.h
+++ b/src/V3Inline.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 f3a9ee7c9..c86ba9114 100644
--- a/src/V3Inst.cpp
+++ b/src/V3Inst.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 d4450e55d..50d7914b3 100644
--- a/src/V3Inst.h
+++ b/src/V3Inst.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3LangCode.h b/src/V3LangCode.h
index 3386564dd..d803d49a3 100644
--- a/src/V3LangCode.h
+++ b/src/V3LangCode.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 acadd0ce5..7f02a58b3 100644
--- a/src/V3LanguageWords.h
+++ b/src/V3LanguageWords.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2005-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2005-2013 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 7578f34ed..a3ed84b54 100644
--- a/src/V3Life.cpp
+++ b/src/V3Life.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 ae45e1446..627afd34e 100644
--- a/src/V3Life.h
+++ b/src/V3Life.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 7567482d7..9cfe20d1b 100644
--- a/src/V3LifePost.cpp
+++ b/src/V3LifePost.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6fa509c1d..3f2611259 100644
--- a/src/V3LifePost.h
+++ b/src/V3LifePost.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 ddd0cb6e4..46deb2a6f 100644
--- a/src/V3LinkCells.cpp
+++ b/src/V3LinkCells.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 8e68479d3..9e0610840 100644
--- a/src/V3LinkCells.h
+++ b/src/V3LinkCells.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 e55c29483..06420f4ed 100644
--- a/src/V3LinkDot.cpp
+++ b/src/V3LinkDot.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 0416b75e4..e72137ed2 100644
--- a/src/V3LinkDot.h
+++ b/src/V3LinkDot.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3LinkJump.cpp b/src/V3LinkJump.cpp
index 5577fff2e..987fdd074 100644
--- a/src/V3LinkJump.cpp
+++ b/src/V3LinkJump.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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/V3LinkJump.h b/src/V3LinkJump.h
index 76e8124da..b4aff7dba 100644
--- a/src/V3LinkJump.h
+++ b/src/V3LinkJump.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 18590ac82..e21b605dc 100644
--- a/src/V3LinkLValue.cpp
+++ b/src/V3LinkLValue.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 094f13167..475664a9b 100644
--- a/src/V3LinkLValue.h
+++ b/src/V3LinkLValue.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 eb1d089e6..6bd80650c 100644
--- a/src/V3LinkLevel.cpp
+++ b/src/V3LinkLevel.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6145fed8a..da8f89c0c 100644
--- a/src/V3LinkLevel.h
+++ b/src/V3LinkLevel.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 943535e55..6cdae56eb 100644
--- a/src/V3LinkParse.cpp
+++ b/src/V3LinkParse.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 5ac4599c2..1853acb63 100644
--- a/src/V3LinkParse.h
+++ b/src/V3LinkParse.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 cceccd02a..54e744d75 100644
--- a/src/V3LinkResolve.cpp
+++ b/src/V3LinkResolve.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 721b57605..5bc35f834 100644
--- a/src/V3LinkResolve.h
+++ b/src/V3LinkResolve.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 b0dc75bc0..fdedb6301 100644
--- a/src/V3List.h
+++ b/src/V3List.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 946bacfc1..7b33d1737 100644
--- a/src/V3Localize.cpp
+++ b/src/V3Localize.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 f8c3c5f7d..29c47438f 100644
--- a/src/V3Localize.h
+++ b/src/V3Localize.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 6ffd74015..12b1d0c23 100644
--- a/src/V3Name.cpp
+++ b/src/V3Name.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 dcc841294..5a931036e 100644
--- a/src/V3Name.h
+++ b/src/V3Name.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 3b21355a0..c22f99507 100644
--- a/src/V3Number.cpp
+++ b/src/V3Number.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 28cc6b7ad..151dc7b7b 100644
--- a/src/V3Number.h
+++ b/src/V3Number.h
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 4ebd408e0..4eab749b4 100644
--- a/src/V3Number_test.cpp
+++ b/src/V3Number_test.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 7b3bbbf5f..15c4ddf17 100644
--- a/src/V3Options.cpp
+++ b/src/V3Options.cpp
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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.
@@ -1135,7 +1135,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-2012 by Wilson Snyder. This package is free software; you
+Copyright 2008-2013 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 dd8dac755..f2023d812 100644
--- a/src/config_build.h.in
+++ b/src/config_build.h.in
@@ -10,7 +10,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 a1c92a2d0..de04f7202 100755
--- a/src/config_rev.pl
+++ b/src/config_rev.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2005-2012 by Wilson Snyder. Verilator is free software; you
+# Copyright 2005-2013 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 5936c5aba..9825b60fe 100755
--- a/src/flexfix
+++ b/src/flexfix
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2002-2012 by Wilson Snyder. Verilator is free software; you
+# Copyright 2002-2013 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/pod2latexfix b/src/pod2latexfix
index ceb3d976f..0913f48d1 100755
--- a/src/pod2latexfix
+++ b/src/pod2latexfix
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
######################################################################
#
-# Copyright 2002-2012 by Wilson Snyder. Verilator is free software; you
+# Copyright 2002-2013 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 7793e76e4..41e9ff577 100644
--- a/src/verilog.l
+++ b/src/verilog.l
@@ -6,7 +6,7 @@
*
**************************************************************************
*
- * Copyright 2003-2012 by Wilson Snyder. Verilator is free software;
+ * Copyright 2003-2013 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 f0cea2d95..e2d6090d5 100644
--- a/src/verilog.y
+++ b/src/verilog.y
@@ -6,7 +6,7 @@
//
//*************************************************************************
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 46cc44638..1a3e617bc 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 99b0f06b8..f615ab6db 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 67f4ec091..99cb25dad 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-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 7f278e0b9..7b672865e 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 08a4d66ed..1e42484f1 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 5aa1d3521..4ad026b8a 100755
--- a/test_regress/driver.pl
+++ b/test_regress/driver.pl
@@ -1847,7 +1847,7 @@ Command to use to invoke VCS.
The latest version is available from L.
-Copyright 2003-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2003-2013 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 837e468fb..550deabac 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 a95d93a47..41ed9c783 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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/sc_main.cpp b/test_sc/sc_main.cpp
index ad3f2020a..6a5db64e8 100644
--- a/test_sc/sc_main.cpp
+++ b/test_sc/sc_main.cpp
@@ -1,7 +1,7 @@
// -*- SystemC -*-
// DESCRIPTION: Verilator Example: Top level main for invoking SystemC model
//
-// Copyright 2003-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 1f1a9a33c..81dd00a32 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 a2b796fed..d08039ad5 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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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_vcs/Makefile b/test_vcs/Makefile
index 957b7f671..5ce3c4e08 100644
--- a/test_vcs/Makefile
+++ b/test_vcs/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-2012 by Wilson Snyder. This program is free software; you can
+# Copyright 2003-2013 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 5ebc6469d..cd57d74fa 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-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 c68d2aa64..40d8a82dc 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-2012 by Wilson Snyder. This program is free software; you can
+// Copyright 2003-2013 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 e72df4d1e..a38b1135a 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-2012 by Wilson Snyder. Verilator is free software; you can
+Copyright 2001-2013 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.