Add remaining SPDX License information (#97)
* Add SPDX License information Adding license information according to the SPDX stanard. Used the reuse tool. Bug: https://github.com/scsitape/stenc/issues/95 * Add SPDX license information to remaining files - converted AUTHORS to markdown - added FSFUL license INSTALL.license as it is named in the header of INSTALL - added SPDX license information for some files such as insignificant-files and uncopyrightable files. used GPL-2-or-later where possible, because this was the former statement of the project and in order to minimize the number of licenses used. See also https://reuse.software/faq/#uncopyrightable and https://reuse.software/tutorial/#insignificant-files
This commit is contained in:
9
AUTHORS
9
AUTHORS
@@ -1,9 +0,0 @@
|
|||||||
stenc AUTHORS
|
|
||||||
===============================================================================
|
|
||||||
|
|
||||||
The authors of stenc are
|
|
||||||
|
|
||||||
John Coleman <ninthclowd@user.sourceforge.net>
|
|
||||||
Samuel Martinez Jr. <sam_martinez_82@hotmail.com>
|
|
||||||
Jonas Stein <news@jonasstein.de>
|
|
||||||
James Wilson <jmw@jmw.name>
|
|
||||||
15
AUTHORS.md
Normal file
15
AUTHORS.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
|
stenc AUTHORS
|
||||||
|
=============
|
||||||
|
|
||||||
|
The authors of stenc are
|
||||||
|
|
||||||
|
* John Coleman <ninthclowd@user.sourceforge.net>
|
||||||
|
* Samuel Martinez Jr. <sam_martinez_82@hotmail.com>
|
||||||
|
* Jonas Stein <news@jonasstein.de>
|
||||||
|
* James Wilson <jmw@jmw.name>
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
The Stenc team is looking forward to your contribution.
|
The Stenc team is looking forward to your contribution.
|
||||||
Please prepare a pull request, or send us your `.patch` file
|
Please prepare a pull request, or send us your `.patch` file
|
||||||
Leave also a note, how you have tested the code.
|
Leave also a note, how you have tested the code.
|
||||||
|
|||||||
3
ChangeLog.license
Normal file
3
ChangeLog.license
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
3
INSTALL.license
Normal file
3
INSTALL.license
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 1994 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: FSFUL
|
||||||
3
LICENSES/FSFUL.txt
Normal file
3
LICENSES/FSFUL.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
[](https://lgtm.com/projects/g/scsitape/stenc/alerts/)
|
[](https://lgtm.com/projects/g/scsitape/stenc/alerts/)
|
||||||
[](https://lgtm.com/projects/g/scsitape/stenc/context:cpp)
|
[](https://lgtm.com/projects/g/scsitape/stenc/context:cpp)
|
||||||
[](https://api.reuse.software/info/github.com/scsitape/stenc/)
|
[](https://api.reuse.software/info/github.com/scsitape/stenc/)
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
.. SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
..
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
=================================
|
=================================
|
||||||
STENC(1) |General Commands Manual
|
STENC(1) |General Commands Manual
|
||||||
=================================
|
=================================
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 stenc authors
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
Name: stenc
|
Name: stenc
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|||||||
Reference in New Issue
Block a user