diff options
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 5d7789c4aa..42281ac91a 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -625,7 +625,7 @@ if ( !caller ) { } print $out_fh read_only_top( lang => 'C', by => $0, file => 'regcharclass.h', style => '*', - copyright => [2007] ); + copyright => [2007, 2011] ); my ( $op, $title, @txt, @types, @mods ); my $doit= sub { |