Fix references to license file

The license file was renamed with 6a502cc2f5
This commit is contained in:
Lars Toenning 2022-10-28 11:22:53 +02:00
parent d41da10c54
commit f1084fb309
No known key found for this signature in database
GPG key ID: FA0FDBC69D6A5049
363 changed files with 364 additions and 364 deletions

View file

@ -16,7 +16,7 @@ output_cpp = os.path.join(catchPath, 'extras', 'catch_amalgamated.cpp')
copyright_lines = [
'// Copyright Catch2 Authors\n',
'// Distributed under the Boost Software License, Version 1.0.\n',
'// (See accompanying file LICENSE_1_0.txt or copy at\n',
'// (See accompanying file LICENSE.txt or copy at\n',
'// https://www.boost.org/LICENSE_1_0.txt)\n',
'// SPDX-License-Identifier: BSL-1.0\n',
]
@ -26,7 +26,7 @@ copyright_lines = [
file_header = '''\
// Copyright Catch2 Authors
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// (See accompanying file LICENSE.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
// SPDX-License-Identifier: BSL-1.0