Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:23:56 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 06:23:56 +0300
commit1df8a5f8fb68f7cfcf46901c0fdaaf96a5d57f14 (patch)
tree307a131e08ea32d13715bcd31c3e1dc3fbc0e6df /intern/audaspace
parent9802d50c6bbffd0559791e2930890bc1915a9818 (diff)
File headers: use SPDX license for CMake files
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/CMakeLists.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 254fb5ecf19..67b45be8158 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -1,23 +1,5 @@
-# ***** BEGIN LGPL LICENSE BLOCK *****
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2009 Jrg Hermann Mller
-#
-# This file is part of AudaSpace.
-#
-# AudaSpace is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# AudaSpace is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with AudaSpace. If not, see <http://www.gnu.org/licenses/>.
-#
-# ***** END LGPL LICENSE BLOCK *****
remove_strict_flags()