From 31d63481d5aa354bbdc414aa8cc11cae21d8290d Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Thu, 25 Aug 2022 23:59:52 +0200 Subject: [PATCH] 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 --- AUTHORS | 9 --------- AUTHORS.md | 15 +++++++++++++++ CONTRIBUTING.md | 6 ++++++ ChangeLog.license | 3 +++ INSTALL.license | 3 +++ LICENSES/FSFUL.txt | 3 +++ README.md | 6 ++++++ man/stenc.rst | 4 ++++ stenc.spec | 4 ++++ 9 files changed, 44 insertions(+), 9 deletions(-) delete mode 100644 AUTHORS create mode 100644 AUTHORS.md create mode 100644 ChangeLog.license create mode 100644 INSTALL.license create mode 100644 LICENSES/FSFUL.txt diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 415dff5..0000000 --- a/AUTHORS +++ /dev/null @@ -1,9 +0,0 @@ -stenc AUTHORS -=============================================================================== - -The authors of stenc are - -John Coleman -Samuel Martinez Jr. -Jonas Stein -James Wilson diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..902625f --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,15 @@ + + +stenc AUTHORS +============= + +The authors of stenc are + +* John Coleman +* Samuel Martinez Jr. +* Jonas Stein +* James Wilson diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 107c5ef..9481dfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ + + The Stenc team is looking forward to your contribution. Please prepare a pull request, or send us your `.patch` file Leave also a note, how you have tested the code. diff --git a/ChangeLog.license b/ChangeLog.license new file mode 100644 index 0000000..2d3fb6d --- /dev/null +++ b/ChangeLog.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 stenc authors + +SPDX-License-Identifier: GPL-2.0-or-later diff --git a/INSTALL.license b/INSTALL.license new file mode 100644 index 0000000..90e309a --- /dev/null +++ b/INSTALL.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 1994 Free Software Foundation, Inc. + +SPDX-License-Identifier: FSFUL diff --git a/LICENSES/FSFUL.txt b/LICENSES/FSFUL.txt new file mode 100644 index 0000000..f976e3c --- /dev/null +++ b/LICENSES/FSFUL.txt @@ -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. diff --git a/README.md b/README.md index ef8f1f5..a8e04a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + [![Total alerts](https://img.shields.io/lgtm/alerts/g/scsitape/stenc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/scsitape/stenc/alerts/) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/scsitape/stenc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/scsitape/stenc/context:cpp) [![REUSE status](https://api.reuse.software/badge/github.com/scsitape/stenc/)](https://api.reuse.software/info/github.com/scsitape/stenc/) diff --git a/man/stenc.rst b/man/stenc.rst index b093d7f..5ff6156 100644 --- a/man/stenc.rst +++ b/man/stenc.rst @@ -1,3 +1,7 @@ +.. SPDX-FileCopyrightText: 2022 stenc authors +.. +.. SPDX-License-Identifier: GPL-2.0-or-later + ================================= STENC(1) |General Commands Manual ================================= diff --git a/stenc.spec b/stenc.spec index d65c568..9cd9bfc 100644 --- a/stenc.spec +++ b/stenc.spec @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 stenc authors +# +# SPDX-License-Identifier: GPL-2.0-or-later + Name: stenc Version: 1.1.1 Release: 3%{?dist}