summaryrefslogtreecommitdiffstats
path: root/examples/statemachine
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 12:54:18 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:23:05 +0200
commit74464fe33a28abe12657f960ac6eb59b92f4ecf9 (patch)
treef0bccd7011a75cc13b354c2fa3d9f782ccf2945f /examples/statemachine
parent2961ac00e77ff782e195d98cf873b41eca7f96a3 (diff)
Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: I5d2588f7e3fd99bbb8bccca1dcb256afc215231b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/statemachine')
-rw-r--r--examples/statemachine/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/animatedtiles/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/moveblocks/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/states/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/stickman/CMakeLists.txt3
-rw-r--r--examples/statemachine/animation/sub-attaq/CMakeLists.txt3
-rw-r--r--examples/statemachine/graphicsview/padnavigator/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/eventtransitions/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/factorial/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/pingpong/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/rogue/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/trafficlight/CMakeLists.txt3
-rw-r--r--examples/statemachine/statemachine/twowaybutton/CMakeLists.txt3
15 files changed, 45 insertions, 0 deletions
diff --git a/examples/statemachine/CMakeLists.txt b/examples/statemachine/CMakeLists.txt
index a8d233b..0f8012a 100644
--- a/examples/statemachine/CMakeLists.txt
+++ b/examples/statemachine/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
add_subdirectory(statemachine)
if(TARGET Qt::Widgets)
diff --git a/examples/statemachine/animation/CMakeLists.txt b/examples/statemachine/animation/CMakeLists.txt
index a72abbb..bf215be 100644
--- a/examples/statemachine/animation/CMakeLists.txt
+++ b/examples/statemachine/animation/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
qt_internal_add_example(animatedtiles)
qt_internal_add_example(moveblocks)
qt_internal_add_example(states)
diff --git a/examples/statemachine/animation/animatedtiles/CMakeLists.txt b/examples/statemachine/animation/animatedtiles/CMakeLists.txt
index 1e90bcf..c7691de 100644
--- a/examples/statemachine/animation/animatedtiles/CMakeLists.txt
+++ b/examples/statemachine/animation/animatedtiles/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(animatedtiles LANGUAGES CXX)
diff --git a/examples/statemachine/animation/moveblocks/CMakeLists.txt b/examples/statemachine/animation/moveblocks/CMakeLists.txt
index f5c0e66..2f68945 100644
--- a/examples/statemachine/animation/moveblocks/CMakeLists.txt
+++ b/examples/statemachine/animation/moveblocks/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(moveblocks LANGUAGES CXX)
diff --git a/examples/statemachine/animation/states/CMakeLists.txt b/examples/statemachine/animation/states/CMakeLists.txt
index 55b962a..e573777 100644
--- a/examples/statemachine/animation/states/CMakeLists.txt
+++ b/examples/statemachine/animation/states/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(states LANGUAGES CXX)
diff --git a/examples/statemachine/animation/stickman/CMakeLists.txt b/examples/statemachine/animation/stickman/CMakeLists.txt
index b2053fa..29270bf 100644
--- a/examples/statemachine/animation/stickman/CMakeLists.txt
+++ b/examples/statemachine/animation/stickman/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(stickman LANGUAGES CXX)
diff --git a/examples/statemachine/animation/sub-attaq/CMakeLists.txt b/examples/statemachine/animation/sub-attaq/CMakeLists.txt
index ee8d2a5..700a13e 100644
--- a/examples/statemachine/animation/sub-attaq/CMakeLists.txt
+++ b/examples/statemachine/animation/sub-attaq/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(sub-attaq LANGUAGES CXX)
diff --git a/examples/statemachine/graphicsview/padnavigator/CMakeLists.txt b/examples/statemachine/graphicsview/padnavigator/CMakeLists.txt
index 9aafb16..461cebb 100644
--- a/examples/statemachine/graphicsview/padnavigator/CMakeLists.txt
+++ b/examples/statemachine/graphicsview/padnavigator/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(padnavigator LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/CMakeLists.txt b/examples/statemachine/statemachine/CMakeLists.txt
index bda890e..7bc9855 100644
--- a/examples/statemachine/statemachine/CMakeLists.txt
+++ b/examples/statemachine/statemachine/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
qt_internal_add_example(factorial)
qt_internal_add_example(pingpong)
if(TARGET Qt::Widgets)
diff --git a/examples/statemachine/statemachine/eventtransitions/CMakeLists.txt b/examples/statemachine/statemachine/eventtransitions/CMakeLists.txt
index 4cef02c..6cb2790 100644
--- a/examples/statemachine/statemachine/eventtransitions/CMakeLists.txt
+++ b/examples/statemachine/statemachine/eventtransitions/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(eventtransitions LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/factorial/CMakeLists.txt b/examples/statemachine/statemachine/factorial/CMakeLists.txt
index ffbed55..ad32ca1 100644
--- a/examples/statemachine/statemachine/factorial/CMakeLists.txt
+++ b/examples/statemachine/statemachine/factorial/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(factorial LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/pingpong/CMakeLists.txt b/examples/statemachine/statemachine/pingpong/CMakeLists.txt
index e198e94..c8983b1 100644
--- a/examples/statemachine/statemachine/pingpong/CMakeLists.txt
+++ b/examples/statemachine/statemachine/pingpong/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(pingpong LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/rogue/CMakeLists.txt b/examples/statemachine/statemachine/rogue/CMakeLists.txt
index 966539c..88589ca 100644
--- a/examples/statemachine/statemachine/rogue/CMakeLists.txt
+++ b/examples/statemachine/statemachine/rogue/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(rogue LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/trafficlight/CMakeLists.txt b/examples/statemachine/statemachine/trafficlight/CMakeLists.txt
index 58ca7cc..548feaa 100644
--- a/examples/statemachine/statemachine/trafficlight/CMakeLists.txt
+++ b/examples/statemachine/statemachine/trafficlight/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(trafficlight LANGUAGES CXX)
diff --git a/examples/statemachine/statemachine/twowaybutton/CMakeLists.txt b/examples/statemachine/statemachine/twowaybutton/CMakeLists.txt
index d33a375..ad6cd16 100644
--- a/examples/statemachine/statemachine/twowaybutton/CMakeLists.txt
+++ b/examples/statemachine/statemachine/twowaybutton/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(twowaybutton LANGUAGES CXX)