Add SPDX License information (#96)

Adding license information according to the SPDX stanard.
Used the reuse tool.
Bug: https://github.com/scsitape/stenc/issues/95
This commit is contained in:
Jonas Stein
2022-08-24 22:41:43 +02:00
committed by GitHub
parent 89d354e927
commit 8b1756eb89
21 changed files with 198 additions and 341 deletions

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 stenc authors
#
# SPDX-License-Identifier: GPL-2.0-or-later
AM_CPPFLAGS=-std=c++17 -I${top_srcdir}/src
TESTS=scsi output
check_PROGRAMS=scsi output

View File

@@ -1,3 +1,8 @@
// Copyright (c) 2022 Two Blue Cubes Ltd. All rights reserved.
// SPDX-FileCopyrightText: 2022 Two Blue Cubes Ltd. All rights reserved.
//
// SPDX-License-Identifier: BSL-1.0
/*
* Catch v2.13.9
* Generated: 2022-04-12 22:37:23.260201
@@ -5,9 +10,10 @@
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2022 Two Blue Cubes Ltd. All rights reserved.
*
* 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)
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSES/BSL-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
#define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED
// start catch.hpp

View File

@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2022 stenc authors
//
// SPDX-License-Identifier: GPL-2.0-or-later
#define CATCH_CONFIG_MAIN
#include "catch.hpp"

View File

@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2022 stenc authors
//
// SPDX-License-Identifier: GPL-2.0-or-later
#define CATCH_CONFIG_MAIN
#include "catch.hpp"