summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-01-08 12:01:47 +0100
committerRobert Loehning <robert.loehning@digia.com>2014-01-08 13:00:48 +0100
commit55ec629e4d3f9e42878f76a5a216d29394d1ccf8 (patch)
treea2e128c353c77055cd72742f55c05444b952a7e0 /scripts
parent1d6a2575971113532f47d496fc78a07afcf16882 (diff)
downloadqt-creator-55ec629e4d3f9e42878f76a5a216d29394d1ccf8.tar.gz
Make good for missing year update
Change-Id: I4d100538e05e2669908df5b0a0cc2156da181863 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/hasCopyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index e8bb0b3878..3f7d4dc622 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\).*\s2013/i;
+ $hasCurrent = 1 if $_ =~ /\(c\).*\s2014/i;
$hasContact = 1 if $_ =~ /Contact: http:\/\/www.qt-project.org\/legal/;
$hasCommercial = 1 if $_ =~ /Commercial (License )?Usage/;