Adding license information according to the SPDX stanard. Used the reuse tool. Bug: https://github.com/scsitape/stenc/issues/95
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
# SPDX-FileCopyrightText: 2022 stenc authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#/usr/bin/env sh
|
|
autoreconf --install || exit 1
|