aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-01-15 10:56:44 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2019-01-15 10:00:04 +0000
commitaef8f327d1854f77da2d5f1f66461889ab6473d2 (patch)
tree7de19ac38d433230a60bcdbaf6de3220f0d10b6f /squishtests
parentbe372dec5a64cdfc2b2ba66ea240d9fa1cdbe3eb (diff)
Fix the copyright headers in the squish tests
Change-Id: I7a18b07811b40130a8b69446b2dfc824c9daf912 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'squishtests')
-rw-r--r--squishtests/suite_neptune3/shared/scripts/bdd_hooks.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/__init__.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/app.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/qml_names.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/settings.py2
-rwxr-xr-xsquishtests/suite_neptune3/shared/scripts/generate_sqlite.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/names.py2
-rw-r--r--squishtests/suite_neptune3/shared/steps/essential.py2
-rw-r--r--squishtests/suite_neptune3/shared/steps/steps.py2
-rw-r--r--squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/steps/concrete_test.py2
-rw-r--r--squishtests/suite_neptune3/templates/test_case/tst_qtautomotive_case_to_clone_from/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_app_common/steps/app_settings.py2
-rw-r--r--squishtests/suite_neptune3/tst_app_common/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_environment_info/steps/environment.py2
-rw-r--r--squishtests/suite_neptune3/tst_environment_info/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py2
-rw-r--r--squishtests/suite_neptune3/tst_launch_bar/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_main_menu_widgets/steps/widget_operations.py2
-rw-r--r--squishtests/suite_neptune3/tst_main_menu_widgets/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py2
-rw-r--r--squishtests/suite_neptune3/tst_popup_climate/test.py2
-rw-r--r--squishtests/suite_neptune3/tst_popup_menus/steps/go_to_menu_steps.py2
-rw-r--r--squishtests/suite_neptune3/tst_popup_menus/test.py2
23 files changed, 23 insertions, 23 deletions
diff --git a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
index 4bdcc448..caa4d94f 100644
--- a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
+++ b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 e737fced..0ef73f5b 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/__init__.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/__init__.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 6da07c8c..3fa245cb 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/app.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/app.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 0ca4f004..1e0cbf91 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/qml_names.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/qml_names.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 3acc20d3..3957fe8d 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/settings.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/settings.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 56f9cd4b..f4f3079c 100755
--- a/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py
+++ b/squishtests/suite_neptune3/shared/scripts/generate_sqlite.py
@@ -4,7 +4,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 315486ae..b2bd1aec 100644
--- a/squishtests/suite_neptune3/shared/scripts/names.py
+++ b/squishtests/suite_neptune3/shared/scripts/names.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 183aa1b3..cf6ec024 100644
--- a/squishtests/suite_neptune3/shared/steps/essential.py
+++ b/squishtests/suite_neptune3/shared/steps/essential.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 f706012b..62bcbf9c 100644
--- a/squishtests/suite_neptune3/shared/steps/steps.py
+++ b/squishtests/suite_neptune3/shared/steps/steps.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 ae99d89c..792b1ac4 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
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 688d053d..23801b61 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
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 3f48fb46..d9c99c89 100644
--- a/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py
+++ b/squishtests/suite_neptune3/tst_app_common/steps/app_settings.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 c96f117e..fe65a235 100644
--- a/squishtests/suite_neptune3/tst_app_common/test.py
+++ b/squishtests/suite_neptune3/tst_app_common/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 c8442747..d1d1845c 100644
--- a/squishtests/suite_neptune3/tst_environment_info/steps/environment.py
+++ b/squishtests/suite_neptune3/tst_environment_info/steps/environment.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 cea6be11..53e5d84a 100644
--- a/squishtests/suite_neptune3/tst_environment_info/test.py
+++ b/squishtests/suite_neptune3/tst_environment_info/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 ed43c1a2..458f7c8d 100644
--- a/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py
+++ b/squishtests/suite_neptune3/tst_launch_bar/steps/launch_bar.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 cea6be11..53e5d84a 100644
--- a/squishtests/suite_neptune3/tst_launch_bar/test.py
+++ b/squishtests/suite_neptune3/tst_launch_bar/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 f9f161fe..23d0ab82 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
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 cea6be11..53e5d84a 100644
--- a/squishtests/suite_neptune3/tst_main_menu_widgets/test.py
+++ b/squishtests/suite_neptune3/tst_main_menu_widgets/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 447b4c22..789b86ce 100644
--- a/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py
+++ b/squishtests/suite_neptune3/tst_popup_climate/steps/popup_climate.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 cea6be11..53e5d84a 100644
--- a/squishtests/suite_neptune3/tst_popup_climate/test.py
+++ b/squishtests/suite_neptune3/tst_popup_climate/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 b6e76aa1..84c082ae 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
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## 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 cea6be11..53e5d84a 100644
--- a/squishtests/suite_neptune3/tst_popup_menus/test.py
+++ b/squishtests/suite_neptune3/tst_popup_menus/test.py
@@ -3,7 +3,7 @@
############################################################################
##
## Copyright (C) 2019 Luxoft Sweden AB
-** Copyright (C) 2018 Pelagicore AG
+## Copyright (C) 2018 Pelagicore AG
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Neptune 3 IVI UI.