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
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = stenc

View File

@@ -1,3 +1,8 @@
#/usr/bin/env bash
# SPDX-FileCopyrightText: 2022 stenc authors
# SPDX-License-Identifier: GPL-2.0-or-later
#stenc bash completion
_stenc () {