summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2022-05-31 10:45:44 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2022-11-29 13:33:53 +0000
commite3a365e7acb59d75f605fa90397a096a8423760f (patch)
treeca16b1303c4e9cdc0ed52e605541c854bffe5acb /tools
parentd6abc1da02959728236457e4a6b5b1b9a61b3427 (diff)
downloaddbus-e3a365e7acb59d75f605fa90397a096a8423760f.tar.gz
tools/cmake-format: Relicense to BSD-3-Clause
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cmake-format5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/cmake-format b/tools/cmake-format
index 3495f0e4..e9c85722 100755
--- a/tools/cmake-format
+++ b/tools/cmake-format
@@ -4,10 +4,7 @@
#
# Copyright (c) 2019,2021 Ralf Habacker <ralf.habacker@freenet.de>
#
-# SPDX-License-Identifier: BSD
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-#
+# SPDX-License-Identifier: BSD-3-Clause
if test -z "$1"; then
echo "format cmake files by Ralf Habacker"