aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-14 15:19:39 +0100
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-12-14 15:30:21 +0000
commitc16481b22d9cf718b5f8cc61bc6c4b834eb1d882 (patch)
tree83c3ee816d0489c0096f6491b6ad21d56f39d803 /squishtests
parent6c6a3be0535b6b21ed20054cd0e210782f557737 (diff)
Update copyright statements
- added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I648d3c8a37df2567c48e3d4386546290997e3369 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'squishtests')
-rw-r--r--squishtests/suite_neptune3/extension/NeptuneWidgets.qml3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/bdd_hooks.py3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/__init__.py3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/app.py3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/qml_names.py3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/settings.py3
-rwxr-xr-xsquishtests/suite_neptune3/shared/scripts/generate_sqlite.py3
-rw-r--r--squishtests/suite_neptune3/shared/scripts/names.py3
-rw-r--r--squishtests/suite_neptune3/shared/steps/essential.py3
-rw-r--r--squishtests/suite_neptune3/shared/steps/steps.py3
-rw-r--r--squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py3
-rw-r--r--squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_app_common/steps/app_settings.py3
-rw-r--r--squishtests/suite_neptune3/tst_app_common/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_environment_info/steps/environment.py3
-rw-r--r--squishtests/suite_neptune3/tst_environment_info/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py3
-rw-r--r--squishtests/suite_neptune3/tst_launch_bar/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py3
-rw-r--r--squishtests/suite_neptune3/tst_main_menu_widgets/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py3
-rw-r--r--squishtests/suite_neptune3/tst_popup_climate/test.py3
-rw-r--r--squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py3
-rw-r--r--squishtests/suite_neptune3/tst_popup_menus/test.py3
24 files changed, 48 insertions, 24 deletions
diff --git a/squishtests/suite_neptune3/extension/NeptuneWidgets.qml b/squishtests/suite_neptune3/extension/NeptuneWidgets.qml
index c2d173e3..01fa29fe 100644
--- a/squishtests/suite_neptune3/extension/NeptuneWidgets.qml
+++ b/squishtests/suite_neptune3/extension/NeptuneWidgets.qml
@@ -1,6 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2018 Luxoft GmbH
+** Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
index 3a5dcec4..4bdcc448 100644
--- a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
+++ b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/common/__init__.py b/squishtests/suite_neptune3/shared/scripts/common/__init__.py
index eb85d8f2..e737fced 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/__init__.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/__init__.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/common/app.py b/squishtests/suite_neptune3/shared/scripts/common/app.py
index 179218ed..6da07c8c 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/app.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/app.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/common/qml_names.py b/squishtests/suite_neptune3/shared/scripts/common/qml_names.py
index 24d9ca7e..0ca4f004 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/qml_names.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/qml_names.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/common/settings.py b/squishtests/suite_neptune3/shared/scripts/common/settings.py
index 938a70e9..3acc20d3 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/settings.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/settings.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py b/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py
index 12ee6806..56f9cd4b 100755
--- a/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py
+++ b/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py
@@ -3,7 +3,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/scripts/names.py b/squishtests/suite_neptune3/shared/scripts/names.py
index a21a9692..315486ae 100644
--- a/squishtests/suite_neptune3/shared/scripts/names.py
+++ b/squishtests/suite_neptune3/shared/scripts/names.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/steps/essential.py b/squishtests/suite_neptune3/shared/steps/essential.py
index edc534f1..183aa1b3 100644
--- a/squishtests/suite_neptune3/shared/steps/essential.py
+++ b/squishtests/suite_neptune3/shared/steps/essential.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/shared/steps/steps.py b/squishtests/suite_neptune3/shared/steps/steps.py
index 31abf081..f706012b 100644
--- a/squishtests/suite_neptune3/shared/steps/steps.py
+++ b/squishtests/suite_neptune3/shared/steps/steps.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py b/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py
index 9d4aed9e..ae99d89c 100644
--- a/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py
+++ b/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py b/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py
index f5391318..688d053d 100644
--- a/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py
+++ b/squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py b/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py
index e099b358..3f48fb46 100644
--- a/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py
+++ b/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_app_common/test.py b/squishtests/suite_neptune3/tst_app_common/test.py
index c3364cea..c96f117e 100644
--- a/squishtests/suite_neptune3/tst_app_common/test.py
+++ b/squishtests/suite_neptune3/tst_app_common/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_environment_info/steps/environment.py b/squishtests/suite_neptune3/tst_environment_info/steps/environment.py
index 443d744a..c8442747 100644
--- a/squishtests/suite_neptune3/tst_environment_info/steps/environment.py
+++ b/squishtests/suite_neptune3/tst_environment_info/steps/environment.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_environment_info/test.py b/squishtests/suite_neptune3/tst_environment_info/test.py
index b9149908..cea6be11 100644
--- a/squishtests/suite_neptune3/tst_environment_info/test.py
+++ b/squishtests/suite_neptune3/tst_environment_info/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py b/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py
index fd2c0c5f..ed43c1a2 100644
--- a/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py
+++ b/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_launch_bar/test.py b/squishtests/suite_neptune3/tst_launch_bar/test.py
index b9149908..cea6be11 100644
--- a/squishtests/suite_neptune3/tst_launch_bar/test.py
+++ b/squishtests/suite_neptune3/tst_launch_bar/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py b/squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py
index d5c395d7..f9f161fe 100644
--- a/squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py
+++ b/squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_main_menu_widgets/test.py b/squishtests/suite_neptune3/tst_main_menu_widgets/test.py
index b9149908..cea6be11 100644
--- a/squishtests/suite_neptune3/tst_main_menu_widgets/test.py
+++ b/squishtests/suite_neptune3/tst_main_menu_widgets/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py b/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py
index 9b21f34d..447b4c22 100644
--- a/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py
+++ b/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_popup_climate/test.py b/squishtests/suite_neptune3/tst_popup_climate/test.py
index b9149908..cea6be11 100644
--- a/squishtests/suite_neptune3/tst_popup_climate/test.py
+++ b/squishtests/suite_neptune3/tst_popup_climate/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py b/squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py
index 0a3a11bd..b6e76aa1 100644
--- a/squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py
+++ b/squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.
diff --git a/squishtests/suite_neptune3/tst_popup_menus/test.py b/squishtests/suite_neptune3/tst_popup_menus/test.py
index b9149908..cea6be11 100644
--- a/squishtests/suite_neptune3/tst_popup_menus/test.py
+++ b/squishtests/suite_neptune3/tst_popup_menus/test.py
@@ -2,7 +2,8 @@
############################################################################
##
-## Copyright (C) 2018 Luxoft GmbH
+## Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.