summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-01-14 18:07:15 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-01-16 12:37:56 +0100
commit3c85058694ee2e41658d17f524fb48f0b187d2fe (patch)
tree47c19e0b01d2e3bf8ca25a986ed0242c651dfff5 /scripts
parentd83fb4d63c9fd92e0e6f429cbd56fa244bddc093 (diff)
downloadqt-creator-3c85058694ee2e41658d17f524fb48f0b187d2fe.tar.gz
Update License
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dependencyinfo.py4
-rwxr-xr-xscripts/deployqt.py4
-rw-r--r--scripts/hasCopyright.pl10
-rwxr-xr-xscripts/packageIfw.py4
-rwxr-xr-xscripts/unixdeployqt.sh4
5 files changed, 13 insertions, 13 deletions
diff --git a/scripts/dependencyinfo.py b/scripts/dependencyinfo.py
index 4f477e33cc..c639124ed3 100644
--- a/scripts/dependencyinfo.py
+++ b/scripts/dependencyinfo.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python2
################################################################################
-# Copyright (C) 2014 Digia Plc
+# Copyright (C) 2015 The Qt Company Ltd.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of Digia Plc, nor the names of its contributors
+# * Neither the name of The Qt Company Ltd, nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/scripts/deployqt.py b/scripts/deployqt.py
index c067d56b46..8d2cd95220 100755
--- a/scripts/deployqt.py
+++ b/scripts/deployqt.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
################################################################################
-# Copyright (C) 2014 Digia Plc
+# Copyright (C) The Qt Company Ltd.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of Digia Plc, nor the names of its contributors
+# * Neither the name of The Qt Company Ltd, nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/scripts/hasCopyright.pl b/scripts/hasCopyright.pl
index efcfa5ffdb..1ecb907b61 100644
--- a/scripts/hasCopyright.pl
+++ b/scripts/hasCopyright.pl
@@ -53,7 +53,7 @@ while (1) {
my $hasCommercial = 0;
my $hasLGPL = 0;
my $hasGPL = 0;
- my $hasDigia = 0;
+ my $hasCompany = 0;
my $linecount = 0;
if ($file !~ /\.png$/) {
@@ -64,11 +64,11 @@ while (1) {
last if ($linecount > 50);
$hasCopyright = 1 if $_ =~ /Copyright/i;
- $hasCurrent = 1 if $_ =~ /\(c\).*\s2014/i;
+ $hasCurrent = 1 if $_ =~ /\(c\).*\s2015/i;
$hasContact = 1 if $_ =~ /Contact: http:\/\/www.qt-project.org\/legal/;
$hasCommercial = 1 if $_ =~ /Commercial (License )?Usage/;
- $hasDigia = 1 if $_ =~ /Digia Plc/;
+ $hasCompany = 1 if $_ =~ /The Qt Company Ltd/;
$hasLGPL = 1 if $_ =~ /GNU Lesser General Public License Usage/;
$hasGPL = 1 if $_ =~ /GNU General Public License Usage/;
}
@@ -91,8 +91,8 @@ while (1) {
next;
}
- unless ($hasDigia) {
- print "$file\tERROR\tNo digia\n";
+ unless ($hasCompany) {
+ print "$file\tERROR\tNo The Qt Company\n";
next;
}
diff --git a/scripts/packageIfw.py b/scripts/packageIfw.py
index 7e4706dad7..25ecb46355 100755
--- a/scripts/packageIfw.py
+++ b/scripts/packageIfw.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
################################################################################
-# Copyright (C) 2014 Digia Plc
+# Copyright (C) 2015 The Qt Company Ltd
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of Digia Plc, nor the names of its contributors
+# * Neither the name of The Qt Company Ltd, nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/scripts/unixdeployqt.sh b/scripts/unixdeployqt.sh
index f0fac7b038..be843f3e30 100755
--- a/scripts/unixdeployqt.sh
+++ b/scripts/unixdeployqt.sh
@@ -1,6 +1,6 @@
#!/bin/bash
################################################################################
-# Copyright (C) 2014 Digia Plc
+# Copyright (C) 2015 The Qt Company Ltd
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
-# * Neither the name of Digia Plc, nor the names of its contributors
+# * Neither the name of The Qt Company Ltd, nor the names of its contributors
# may be used to endorse or promote products derived from this software
# without specific prior written permission.
#