summaryrefslogtreecommitdiff
path: root/scripts
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
parent6d8d85b11638d5931781b707ae44eccf9d0552b5 (diff)
downloadqt-creator-298531e370e490344f1e0786935197893be05c47.tar.gz
Incremented year in copyright infov2.6.2
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deployqt.py2
-rw-r--r--scripts/hasCopyright.pl2
-rwxr-xr-xscripts/packageIfw.py2
-rwxr-xr-xscripts/unixdeployqt.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/deployqt.py b/scripts/deployqt.py
index 67e8f5667e..69ca2d38fd 100755
--- a/scripts/deployqt.py
+++ b/scripts/deployqt.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
################################################################################
-# Copyright (C) 2012 Digia Plc
+# Copyright (C) 2013 Digia Plc
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
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/;
diff --git a/scripts/packageIfw.py b/scripts/packageIfw.py
index 90494a2d6b..4fe33e167b 100755
--- a/scripts/packageIfw.py
+++ b/scripts/packageIfw.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
################################################################################
-# Copyright (C) 2012 Digia Plc
+# Copyright (C) 2013 Digia Plc
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/scripts/unixdeployqt.sh b/scripts/unixdeployqt.sh
index 16bcacf64d..d53841c86f 100755
--- a/scripts/unixdeployqt.sh
+++ b/scripts/unixdeployqt.sh
@@ -1,6 +1,6 @@
#!/bin/bash
################################################################################
-# Copyright (C) 2012 Digia Plc
+# Copyright (C) 2013 Digia Plc
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without