From fada3ef8b49de60cfc233b66fc1860030ae563ff Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Jan 2009 04:00:11 +0000 Subject: [PATCH] s/2008/2009/ --- util/update_copyrights | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/update_copyrights b/util/update_copyrights index 927e85b7ac..1ccfe0b9ca 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.51 2008/01/18 00:43:22 marka Exp $ +# $Id: update_copyrights,v 1.51.156.1 2009/01/06 04:00:11 marka Exp $ require 5.002; @@ -431,7 +431,7 @@ foreach $file (keys %file_types) { print TARGET "\n"; } - if ($type eq "C" && $sysyears =~ /2008/) { + if ($type eq "C" && $sysyears =~ /2009/) { my $body = ""; while () { # Process leading white space.