From 8864cec8f7c27da007867bb6ade12e5c7bdb1773 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 16 Sep 2013 10:16:24 +1000 Subject: [PATCH] fix whitespace in conf files (cherry picked from commit e33278a779f5ff12713466b795cb956e35bdd57e) --- util/update_copyrights | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/update_copyrights b/util/update_copyrights index cba5e281d0..6a73291a50 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -464,7 +464,8 @@ foreach $file (keys %file_types) { print TARGET "\n"; } - if ($type eq "C" && $sysyears =~ /$this_year/) { + if (($type eq "C" || $type eq "CONF-C") && + $sysyears =~ /$this_year/) { my $body = ""; while () { # Process leading white space.