summaryrefslogtreecommitdiffstats
path: root/cmake/FindLibb2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindLibb2.cmake')
-rw-r--r--cmake/FindLibb2.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindLibb2.cmake b/cmake/FindLibb2.cmake
index 0e4a7f2a95..b8704d0da4 100644
--- a/cmake/FindLibb2.cmake
+++ b/cmake/FindLibb2.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
+
# Blake2 contains a reference implementation, libb2 is a more efficient
# implementation of a subset of Blake2 functions and should be preferred.
# This Find module only searches for libb2 for that reason.