summaryrefslogtreecommitdiffstats
path: root/examples/speech
diff options
context:
space:
mode:
Diffstat (limited to 'examples/speech')
-rw-r--r--examples/speech/CMakeLists.txt3
-rw-r--r--examples/speech/hello_speak/CMakeLists.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/speech/CMakeLists.txt b/examples/speech/CMakeLists.txt
index a031b4c..9d0eeb2 100644
--- a/examples/speech/CMakeLists.txt
+++ b/examples/speech/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
# Generated from speech.pro.
if(TARGET Qt::Widgets)
diff --git a/examples/speech/hello_speak/CMakeLists.txt b/examples/speech/hello_speak/CMakeLists.txt
index 4cadc76..22dbae6 100644
--- a/examples/speech/hello_speak/CMakeLists.txt
+++ b/examples/speech/hello_speak/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
# Generated from hello_speak.pro.
cmake_minimum_required(VERSION 3.14)