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.