build: Fix license headers accidentally corrupted.

This commit is contained in:
Ryan Pavlik 2021-11-03 14:22:13 -05:00
parent ec9cfa690d
commit 0bcf1e316c
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,6 @@
# Copyright 2018-2020, Collabora, Ltd. SPDX-License-Identifier: BSL-1.0
# Copyright 2018-2021, Collabora, Ltd.
#
# SPDX-License-Identifier: BSL-1.0
# Catch2 main test driver
add_library(tests_main STATIC tests_main.cpp)

View file

@ -1,4 +1,6 @@
# Copyright 2020, Collabora, Ltd. SPDX-License-Identifier: BSL-1.0
# Copyright 2020, Collabora, Ltd.
#
# SPDX-License-Identifier: BSL-1.0
tests_main = static_library(
'tests_main',