summaryrefslogtreecommitdiffstats
path: root/src/interpreter/runner
diff options
context:
space:
mode:
authorTeemu Kaukoranta <[email protected]>2013-05-22 11:36:32 +0300
committerSergio Ahumada <[email protected]>2013-05-23 11:48:05 +0200
commit9a01357dcb7d9d3810ae3d348661cad5fc37ea77 (patch)
tree6e665578329a4a682154c52757ea0c671826f38b /src/interpreter/runner
parent332dcaed490da5d35cdc01d038a88811e0cae9ee (diff)
Replaced Nokia copyrights in headerHEADmaster
Replaced old Nokia copyrights with Digia copyrights. "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: Id2964f565a94fe8c1c47db140bc38c96ca89c0f0 Reviewed-by: Janne Anttila <[email protected]> Reviewed-by: Sergio Ahumada <[email protected]>
Diffstat (limited to 'src/interpreter/runner')
-rw-r--r--src/interpreter/runner/main.cpp2
-rw-r--r--src/interpreter/runner/qstjsengine.cpp2
-rw-r--r--src/interpreter/runner/qstjsengine.h2
-rw-r--r--src/interpreter/runner/qstrunnerbootstrap.cpp2
-rw-r--r--src/interpreter/runner/qstrunnerbootstrap.h2
-rw-r--r--src/interpreter/runner/qstrunnercore.cpp2
-rw-r--r--src/interpreter/runner/qstrunnercore.h2
-rw-r--r--src/interpreter/runner/scripts/QstRunner.js2
-rw-r--r--src/interpreter/runner/scripts/QstRunner.qml2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/interpreter/runner/main.cpp b/src/interpreter/runner/main.cpp
index f33fa91..dd4934d 100644
--- a/src/interpreter/runner/main.cpp
+++ b/src/interpreter/runner/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstjsengine.cpp b/src/interpreter/runner/qstjsengine.cpp
index 48e141c..f1cf16a 100644
--- a/src/interpreter/runner/qstjsengine.cpp
+++ b/src/interpreter/runner/qstjsengine.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstjsengine.h b/src/interpreter/runner/qstjsengine.h
index e4de6ee..b2befd5 100644
--- a/src/interpreter/runner/qstjsengine.h
+++ b/src/interpreter/runner/qstjsengine.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstrunnerbootstrap.cpp b/src/interpreter/runner/qstrunnerbootstrap.cpp
index e294b55..70e1a14 100644
--- a/src/interpreter/runner/qstrunnerbootstrap.cpp
+++ b/src/interpreter/runner/qstrunnerbootstrap.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstrunnerbootstrap.h b/src/interpreter/runner/qstrunnerbootstrap.h
index 5e8f558..cd5d125 100644
--- a/src/interpreter/runner/qstrunnerbootstrap.h
+++ b/src/interpreter/runner/qstrunnerbootstrap.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstrunnercore.cpp b/src/interpreter/runner/qstrunnercore.cpp
index 921910f..426c1d0 100644
--- a/src/interpreter/runner/qstrunnercore.cpp
+++ b/src/interpreter/runner/qstrunnercore.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/qstrunnercore.h b/src/interpreter/runner/qstrunnercore.h
index 4857613..f084a22 100644
--- a/src/interpreter/runner/qstrunnercore.h
+++ b/src/interpreter/runner/qstrunnercore.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/scripts/QstRunner.js b/src/interpreter/runner/scripts/QstRunner.js
index 422f71d..8eb08fa 100644
--- a/src/interpreter/runner/scripts/QstRunner.js
+++ b/src/interpreter/runner/scripts/QstRunner.js
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.
diff --git a/src/interpreter/runner/scripts/QstRunner.qml b/src/interpreter/runner/scripts/QstRunner.qml
index 2dc4bfb..4a2a9fb 100644
--- a/src/interpreter/runner/scripts/QstRunner.qml
+++ b/src/interpreter/runner/scripts/QstRunner.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
** This file is part of QtSystemTest.