summaryrefslogtreecommitdiffstats
path: root/cmake/QtLalrHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtLalrHelpers.cmake')
-rw-r--r--cmake/QtLalrHelpers.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtLalrHelpers.cmake b/cmake/QtLalrHelpers.cmake
index cdc24e5ac2..68af8b1578 100644
--- a/cmake/QtLalrHelpers.cmake
+++ b/cmake/QtLalrHelpers.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Match the pattern 'regex' in 'input_line', replace the match with 'replacement'
# and set that result in 'out_var' in the parent scope.
function(qt_regex_match_and_get input_line regex replacement out_var)