From 9a01357dcb7d9d3810ae3d348661cad5fc37ea77 Mon Sep 17 00:00:00 2001 From: Teemu Kaukoranta Date: Wed, 22 May 2013 11:36:32 +0300 Subject: Replaced Nokia copyrights in header 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 Reviewed-by: Sergio Ahumada --- examples/tutorial/main.cpp | 2 +- examples/tutorial/tests/01_parts/PartsTest.qml | 2 +- examples/tutorial/tests/02_validate/ValidateTest.qml | 2 +- .../tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml | 2 +- examples/tutorial/tests/04_findItem/FindItemTest.qml | 2 +- examples/tutorial/tests/04_findItem/TenPinTest.qml | 2 +- examples/tutorial/tests/05_input/InputTest.qml | 2 +- examples/tutorial/tests/05_input/TenPinTest.qml | 2 +- examples/tutorial/tests/06_data/InputTest.qml | 2 +- examples/tutorial/tests/06_data/InputTests.qml | 2 +- examples/tutorial/tests/06_data/TenPinTest.qml | 2 +- examples/tutorial/tpframe.cpp | 2 +- examples/tutorial/tpframe.h | 2 +- examples/tutorial/tpframeball.cpp | 2 +- examples/tutorial/tpframeball.h | 2 +- examples/tutorial/tpgame.cpp | 2 +- examples/tutorial/tpgame.h | 2 +- scripts/update_license.pl | 2 +- src/interpreter/imports/qtsystemtest/qml/Application.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/ApplicationObjectsCache.js | 2 +- src/interpreter/imports/qtsystemtest/qml/Js.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/Remote.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/Test.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/TestCollection.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/TestItem.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/TestMethod.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstObject.qml | 2 +- src/interpreter/imports/qtsystemtest/qml/itemhandlers/QstWidget.qml | 2 +- src/interpreter/imports/qtsystemtest/scripts/ApplicationRegistry.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Class.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/ComponentCacher.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Console.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Datatype.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Exception.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Expect.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/Functional.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/ItemFactory.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/JsCore.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/QstCore.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/SourceBuilder.js | 2 +- src/interpreter/imports/qtsystemtest/scripts/api.js | 2 +- src/interpreter/imports/qtsystemtest/src/imports.cpp | 2 +- src/interpreter/imports/qtsystemtest/src/imports.h | 2 +- src/interpreter/imports/qtsystemtest/src/qstcoreapi.cpp | 2 +- src/interpreter/imports/qtsystemtest/src/qstcoreapi.h | 2 +- src/interpreter/imports/qtsystemtest/src/qstlocalprocess.cpp | 2 +- src/interpreter/imports/qtsystemtest/src/qstlocalprocess.h | 2 +- src/interpreter/imports/qtsystemtest/src/qstutils.cpp | 2 +- src/interpreter/imports/qtsystemtest/src/qstutils.h | 2 +- src/interpreter/imports/qtsystemtest/src/qtuitestglobal.h | 2 +- src/interpreter/imports/runner/qml/Config.qml | 2 +- src/interpreter/imports/runner/qml/Logger.qml | 2 +- src/interpreter/imports/runner/qml/PlainTextLogger.qml | 2 +- src/interpreter/imports/runner/qml/XUnitLogger.qml | 2 +- src/interpreter/imports/runner/qml/XmlLogger.qml | 2 +- src/interpreter/imports/runner/src/imports.cpp | 2 +- src/interpreter/imports/runner/src/imports.h | 2 +- src/interpreter/imports/runner/src/qstlogwriter.cpp | 2 +- src/interpreter/imports/runner/src/qstlogwriter.h | 2 +- src/interpreter/imports/runner/src/qstxunitwriter.cpp | 2 +- src/interpreter/imports/runner/src/qstxunitwriter.h | 2 +- src/interpreter/runner/main.cpp | 2 +- src/interpreter/runner/qstjsengine.cpp | 2 +- src/interpreter/runner/qstjsengine.h | 2 +- src/interpreter/runner/qstrunnerbootstrap.cpp | 2 +- src/interpreter/runner/qstrunnerbootstrap.h | 2 +- src/interpreter/runner/qstrunnercore.cpp | 2 +- src/interpreter/runner/qstrunnercore.h | 2 +- src/interpreter/runner/scripts/QstRunner.js | 2 +- src/interpreter/runner/scripts/QstRunner.qml | 2 +- src/objectBrowser/main.cpp | 2 +- src/objectBrowser/qtestbrowserdlg.cpp | 2 +- src/objectBrowser/qtestbrowserdlg_p.h | 2 +- src/protocol/QstConnection | 2 +- src/protocol/QstConnectionManager | 2 +- src/protocol/QstDebug | 2 +- src/protocol/QstProtocol | 2 +- src/protocol/qstconnection.cpp | 2 +- src/protocol/qstconnection.h | 2 +- src/protocol/qstconnectionmanager.cpp | 2 +- src/protocol/qstconnectionmanager.h | 2 +- src/protocol/qstdebug.h | 2 +- src/protocol/qstglobal.h | 2 +- src/protocol/qstprotocol.cpp | 2 +- src/protocol/qstprotocol.h | 2 +- src/remote/daemon/appmanager.cpp | 2 +- src/remote/daemon/appmanager.h | 2 +- src/remote/daemon/main.cpp | 2 +- src/remote/daemon/qtuitest_debug.h | 2 +- src/remote/daemon/qtuitestdsettings.cpp | 2 +- src/remote/daemon/qtuitestdsettings.h | 2 +- src/remote/daemon/qtuitestmaster.cpp | 2 +- src/remote/daemon/qtuitestmaster_p.h | 2 +- src/remote/daemon/qtuitestserver.cpp | 2 +- src/remote/daemon/qtuitestserver.h | 2 +- src/remote/daemon/qtuitestslave.cpp | 2 +- src/remote/daemon/qtuitestslave.h | 2 +- src/remote/slave/lib/qasciikey.cpp | 2 +- src/remote/slave/lib/qeventwatcher.cpp | 2 +- src/remote/slave/lib/qeventwatcher_p.h | 2 +- src/remote/slave/lib/qinputgenerator.cpp | 2 +- src/remote/slave/lib/qinputgenerator_generic.cpp | 2 +- src/remote/slave/lib/qinputgenerator_generic_p.h | 2 +- src/remote/slave/lib/qinputgenerator_p.h | 2 +- src/remote/slave/lib/qinputgenerator_qwindow.cpp | 2 +- src/remote/slave/lib/qinputgenerator_qwindow_p.h | 2 +- src/remote/slave/lib/qsensorgenerator.cpp | 2 +- src/remote/slave/lib/qsensorgenerator_p.h | 2 +- src/remote/slave/lib/qtestslave.cpp | 2 +- src/remote/slave/lib/qtestslave.h | 2 +- src/remote/slave/lib/qtestwidgets.cpp | 2 +- src/remote/slave/lib/qtestwidgets.h | 2 +- src/remote/slave/lib/qtuitestconnectionmanager.cpp | 2 +- src/remote/slave/lib/qtuitestconnectionmanager_p.h | 2 +- src/remote/slave/lib/qtuitestmessagehandler.h | 2 +- src/remote/slave/lib/qtuitestnamespace.cpp | 2 +- src/remote/slave/lib/qtuitestnamespace.h | 2 +- src/remote/slave/lib/qtuitestwidgetinterface.cpp | 2 +- src/remote/slave/lib/qtuitestwidgetinterface.h | 2 +- src/remote/slave/lib/qtuitestwidgets.cpp | 2 +- src/remote/slave/lib/qtuitestwidgets_p.h | 2 +- src/remote/slave/lib/testapplication.cpp | 2 +- src/remote/slave/lib/testapplication.h | 2 +- src/remote/slave/lib/testobject.cpp | 2 +- src/remote/slave/lib/testobject.h | 2 +- src/remote/slave/lib/testquickfactory.cpp | 2 +- src/remote/slave/lib/testquickfactory.h | 2 +- src/remote/slave/lib/testquickitem.cpp | 2 +- src/remote/slave/lib/testquickitem.h | 2 +- src/remote/slave/lib/testquickobject.cpp | 2 +- src/remote/slave/lib/testquickobject.h | 2 +- src/remote/slave/lib/testquickview.cpp | 2 +- src/remote/slave/lib/testquickview.h | 2 +- src/remote/slave/lib/testslaveserver.cpp | 2 +- src/remote/slave/lib/testslaveserver.h | 2 +- src/remote/slave/lib/testwidget.cpp | 2 +- src/remote/slave/lib/testwidget.h | 2 +- src/remote/slave/lib/testwindow.cpp | 2 +- src/remote/slave/lib/testwindow.h | 2 +- src/remote/slave/styleplugin/qtuiteststyleplugin.cpp | 2 +- src/testapp/main.cpp | 2 +- src/testapp/mainwindow.cpp | 2 +- src/testapp/mainwindow.h | 2 +- tests/AllTests.qml | 2 +- tests/InterpreterTests.qml | 2 +- tests/MyConfig.qml | 2 +- tests/RemoteTests.qml | 2 +- tests/interpreter/CoreTests.qml | 2 +- tests/interpreter/RunnerTests.qml | 2 +- tests/interpreter/core/ApplicationRegistryTests.qml | 2 +- tests/interpreter/core/ClassTest.qml | 2 +- tests/interpreter/core/ExpectApiTests.qml | 2 +- tests/interpreter/core/FailApiTest.qml | 2 +- tests/interpreter/core/ItemHandlerTests.qml | 2 +- tests/interpreter/core/LocalProcessTest.qml | 2 +- tests/interpreter/core/SleepTest.qml | 2 +- tests/interpreter/core/application/CustomApplicationTest.qml | 2 +- tests/interpreter/core/application/DefaultApplicationTest.qml | 2 +- tests/interpreter/core/application/MyApplication.js | 2 +- tests/interpreter/core/application/MyApplication.qml | 2 +- tests/interpreter/core/application/RegisterUnregisterAppTest.qml | 2 +- tests/interpreter/core/itemhandlers/CustomItemHandlerTest.qml | 2 +- tests/interpreter/core/itemhandlers/DefaultItemHandlerTest.qml | 2 +- tests/interpreter/core/itemhandlers/QstPushButton.qml | 2 +- tests/interpreter/core/itemhandlers/RegisterUnregisterHandlerTest.qml | 2 +- tests/interpreter/loggers/data/ExpectTests.qml | 2 +- tests/interpreter/loggers/data/FailTest.qml | 2 +- tests/interpreter/loggers/data/PassTest.qml | 2 +- tests/interpreter/loggers/data/SkipTest.qml | 2 +- tests/interpreter/loggers/data/SubTests.qml | 2 +- tests/interpreter/loggers/data/Tests.qml | 2 +- tests/interpreter/loggers/data/qsystemtest.xsd | 2 +- tests/interpreter/runner/DefaultConfigTest.qml | 2 +- tests/interpreter/runner/EmptyTest.qml | 2 +- tests/interpreter/runner/EmptyTests.qml | 2 +- tests/interpreter/runner/FailTest.qml | 2 +- tests/interpreter/runner/MyUtils.js | 2 +- tests/interpreter/runner/RunnerInternals.js | 2 +- tests/interpreter/runner/SkipTest.qml | 2 +- tests/interpreter/runner/UntestedTest.qml | 2 +- tests/interpreter/runner/UntestedTests.qml | 2 +- tests/remote/AssistantTest.qml | 2 +- tests/remote/QstObjectApiTests.qml | 2 +- tests/remote/RemoteApiTests.qml | 2 +- tests/remote/RunProcessTests.qml | 2 +- tests/remote/TestAppWidgetTest.qml | 2 +- tests/remote/common/ApplicationTest.qml | 2 +- tests/remote/qstobject/InheritanceBasedItemHandlerTest.qml | 2 +- tests/remote/qstobject/ItemPropertyTest.qml | 2 +- tests/remote/qstobject/MyQLineEdit.qml | 2 +- tests/remote/qstobject/ParentApiTest.qml | 2 +- tests/remote/qstobject/QstObjectApiTests.qml | 2 +- tests/remote/runProcess/RunCommandTest.qml | 2 +- 193 files changed, 193 insertions(+), 193 deletions(-) diff --git a/examples/tutorial/main.cpp b/examples/tutorial/main.cpp index 614b0ef..228f238 100644 --- a/examples/tutorial/main.cpp +++ b/examples/tutorial/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/examples/tutorial/tests/01_parts/PartsTest.qml b/examples/tutorial/tests/01_parts/PartsTest.qml index da64958..d58a20a 100644 --- a/examples/tutorial/tests/01_parts/PartsTest.qml +++ b/examples/tutorial/tests/01_parts/PartsTest.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. diff --git a/examples/tutorial/tests/02_validate/ValidateTest.qml b/examples/tutorial/tests/02_validate/ValidateTest.qml index 57c0305..aa9c13c 100644 --- a/examples/tutorial/tests/02_validate/ValidateTest.qml +++ b/examples/tutorial/tests/02_validate/ValidateTest.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. diff --git a/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml b/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml index 8bba706..a71f540 100644 --- a/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.qml +++ b/examples/tutorial/tests/03_applicationUnderTest/ApplicationUnderTest.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. diff --git a/examples/tutorial/tests/04_findItem/FindItemTest.qml b/examples/tutorial/tests/04_findItem/FindItemTest.qml index 2632beb..c158e79 100644 --- a/examples/tutorial/tests/04_findItem/FindItemTest.qml +++ b/examples/tutorial/tests/04_findItem/FindItemTest.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. diff --git a/examples/tutorial/tests/04_findItem/TenPinTest.qml b/examples/tutorial/tests/04_findItem/TenPinTest.qml index 044c8a6..911ec28 100644 --- a/examples/tutorial/tests/04_findItem/TenPinTest.qml +++ b/examples/tutorial/tests/04_findItem/TenPinTest.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. diff --git a/examples/tutorial/tests/05_input/InputTest.qml b/examples/tutorial/tests/05_input/InputTest.qml index 4de06b7..852f92f 100644 --- a/examples/tutorial/tests/05_input/InputTest.qml +++ b/examples/tutorial/tests/05_input/InputTest.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. diff --git a/examples/tutorial/tests/05_input/TenPinTest.qml b/examples/tutorial/tests/05_input/TenPinTest.qml index 044c8a6..911ec28 100644 --- a/examples/tutorial/tests/05_input/TenPinTest.qml +++ b/examples/tutorial/tests/05_input/TenPinTest.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. diff --git a/examples/tutorial/tests/06_data/InputTest.qml b/examples/tutorial/tests/06_data/InputTest.qml index 29f4528..029341d 100644 --- a/examples/tutorial/tests/06_data/InputTest.qml +++ b/examples/tutorial/tests/06_data/InputTest.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. diff --git a/examples/tutorial/tests/06_data/InputTests.qml b/examples/tutorial/tests/06_data/InputTests.qml index b061927..cf2f37a 100644 --- a/examples/tutorial/tests/06_data/InputTests.qml +++ b/examples/tutorial/tests/06_data/InputTests.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. diff --git a/examples/tutorial/tests/06_data/TenPinTest.qml b/examples/tutorial/tests/06_data/TenPinTest.qml index 044c8a6..911ec28 100644 --- a/examples/tutorial/tests/06_data/TenPinTest.qml +++ b/examples/tutorial/tests/06_data/TenPinTest.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. diff --git a/examples/tutorial/tpframe.cpp b/examples/tutorial/tpframe.cpp index e9cd55f..1e17a71 100644 --- a/examples/tutorial/tpframe.cpp +++ b/examples/tutorial/tpframe.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/examples/tutorial/tpframe.h b/examples/tutorial/tpframe.h index 0e82a93..53988fe 100644 --- a/examples/tutorial/tpframe.h +++ b/examples/tutorial/tpframe.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/examples/tutorial/tpframeball.cpp b/examples/tutorial/tpframeball.cpp index ee76d48..8df55b8 100644 --- a/examples/tutorial/tpframeball.cpp +++ b/examples/tutorial/tpframeball.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/examples/tutorial/tpframeball.h b/examples/tutorial/tpframeball.h index d4d1a92..6f61068 100644 --- a/examples/tutorial/tpframeball.h +++ b/examples/tutorial/tpframeball.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/examples/tutorial/tpgame.cpp b/examples/tutorial/tpgame.cpp index 7c069b2..037062c 100644 --- a/examples/tutorial/tpgame.cpp +++ b/examples/tutorial/tpgame.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/examples/tutorial/tpgame.h b/examples/tutorial/tpgame.h index f7d6644..0d868d8 100644 --- a/examples/tutorial/tpgame.h +++ b/examples/tutorial/tpgame.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/scripts/update_license.pl b/scripts/update_license.pl index c3a7869..680a0ec 100644 --- a/scripts/update_license.pl +++ b/scripts/update_license.pl @@ -12,7 +12,7 @@ foreach (@lines) { print <