summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-06-29 14:22:28 +0200
committerLucie Gerard <lucie.gerard@qt.io>2022-07-08 12:59:23 +0000
commite74ccbf41d2cce734175579a58d36eb7f223319c (patch)
treea751b021621e3d27bed9573c310d78f18a5f0b47 /.clang-format
parentbcb415e9bab692479a8d4554d2f9b6aff3857ae7 (diff)
downloadqtwebengine-e74ccbf41d2cce734175579a58d36eb7f223319c.tar.gz
Use SPDX license identifiers
Ammend 9b9d789fcb8f63a8998f1eefe44f2a1c8156c362 : some files were still missing SPDX headers Pick-to: 6.4 Task-number: QTBUG-67283 Task-number: QTBUG-104589 Change-Id: Ia4d2aae636bbdb1a99c422e3b8d3f097c3af34d6 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 1 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 0d61b137a..232a5c6e4 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,5 @@
# Copyright (C) 2016 Olivier Goffart <ogoffart@woboq.com>
-#
-# You may use this file under the terms of the 3-clause BSD license.
-# See the file LICENSE from this package for details.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
# This is the clang-format configuration style to be used by Qt,
# based on the rules from https://wiki.qt.io/Qt_Coding_Style and