cmake: Add SDPX tags

This commit is contained in:
Ryan Pavlik 2020-10-30 17:04:55 -05:00 committed by Jakob Bornecrantz
parent d9e90863d3
commit db952b277c
6 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
Copyright 2019-2020, Collabora, Ltd.
SPDX-License-Identifier: BSL-1.0

View file

@ -13,6 +13,7 @@
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
if(__clean_directory_list)
return()

View file

@ -23,6 +23,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# SPDX-License-Identifier: BSD-3-Clause
include(FeatureSummary)
set_package_properties(

View file

@ -12,6 +12,7 @@
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
set(HEAD_HASH)

View file

@ -10,6 +10,7 @@
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
if(__prefix_list_glob)
return()

View file

@ -13,6 +13,7 @@
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
include(PrefixListGlob)
include(CleanDirectoryList)