aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/hasCopyright.pl
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-01-28 17:12:19 +0100
committerKai Koehne <kai.koehne@digia.com>2013-01-29 16:27:03 +0100
commit298531e370e490344f1e0786935197893be05c47 (patch)
treedb5697664d9b3149d6429e9de49a804bb2cab786 /scripts/hasCopyright.pl
parent6d8d85b11638d5931781b707ae44eccf9d0552b5 (diff)
Incremented year in copyright infov2.6.2
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
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/;