From: Ralf Habacker Date: Tue, 31 May 2022 08:45:44 +0000 (+0200) Subject: tools/cmake-format: Relicense to BSD-3-Clause X-Git-Tag: dbus-1.15.4~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a365e7acb59d75f605fa90397a096a8423760f;p=thirdparty%2Fdbus.git tools/cmake-format: Relicense to BSD-3-Clause Signed-off-by: Ralf Habacker --- diff --git a/tools/cmake-format b/tools/cmake-format index 3495f0e48..e9c85722a 100755 --- a/tools/cmake-format +++ b/tools/cmake-format @@ -4,10 +4,7 @@ # # Copyright (c) 2019,2021 Ralf Habacker # -# 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"