mirror of
https://github.com/scsitape/stenc.git
synced 2026-09-19 13:44:13 +00:00
Adding license information according to the SPDX stanard. Used the reuse tool. Bug: https://github.com/scsitape/stenc/issues/95
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# SPDX-FileCopyrightText: 2022 stenc authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
SUBDIRS = src man tests bash-completion
|
|
# EXTRA_DIST = buildconf
|