summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/update-copyright.pl')
-rwxr-xr-xcontrib/update-copyright.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 6a8482e76..8e5db440a 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
# update-copyright.pl
-# Copyright (c) 2009-2020 The CVC4 Project
+# Copyright (c) 2009-2021 The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
@@ -51,7 +51,7 @@ $excluded_paths .= ')$';
# Years of copyright for the template. E.g., the string
# "1985, 1987, 1992, 1997, 2008" or "2006-2009" or whatever.
-my $years = '2009-2020';
+my $years = '2009-2021';
my $standard_template = <<EOF;
** This file is part of the CVC4 project.
@@ -236,7 +236,7 @@ sub handleFile {
}
}
if (!$found_header_end) {
- die "error: did not find end of copyright header secion (** or #)";
+ die "error: did not find end of copyright header secion (** or #) for file '$file'";
}
# No header found
} else {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback