aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/hasCopyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hasCopyright.pl')
-rw-r--r--scripts/hasCopyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index 255d900c32..e8bb0b3878 100644
--- a/scripts/hasCopyright.pl
+++ b/scripts/hasCopyright.pl
@@ -63,7 +63,7 @@ while (1) {
last if ($linecount > 50);
$hasCopyright = 1 if $_ =~ /Copyright/i;
- $hasCurrent = 1 if $_ =~ /\(c\).*\s2012/i;
+ $hasCurrent = 1 if $_ =~ /\(c\).*\s2013/i;
$hasContact = 1 if $_ =~ /Contact: http:\/\/www.qt-project.org\/legal/;
$hasCommercial = 1 if $_ =~ /Commercial (License )?Usage/;