Skip to content

Commit 31d6348

Browse files
authored
Add remaining SPDX License information (#97)
* Add SPDX License information Adding license information according to the SPDX stanard. Used the reuse tool. Bug: #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
1 parent 8b1756e commit 31d6348

File tree

9 files changed

+44
-9
lines changed

9 files changed

+44
-9
lines changed

AUTHORS

Lines changed: 0 additions & 9 deletions
This file was deleted.

AUTHORS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 stenc authors
3+
4+
SPDX-License-Identifier: GPL-2.0-or-later
5+
-->
6+
7+
stenc AUTHORS
8+
=============
9+
10+
The authors of stenc are
11+
12+
* John Coleman <[email protected]>
13+
* Samuel Martinez Jr. <[email protected]>
14+
* Jonas Stein <[email protected]>
15+
* James Wilson <[email protected]>

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 stenc authors
3+
4+
SPDX-License-Identifier: GPL-2.0-or-later
5+
-->
6+
17
The Stenc team is looking forward to your contribution.
28
Please prepare a pull request, or send us your `.patch` file
39
Leave also a note, how you have tested the code.

ChangeLog.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2022 stenc authors
2+
3+
SPDX-License-Identifier: GPL-2.0-or-later

INSTALL.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 1994 Free Software Foundation, Inc.
2+
3+
SPDX-License-Identifier: FSFUL

LICENSES/FSFUL.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
2+
3+
This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2022 stenc authors
3+
4+
SPDX-License-Identifier: GPL-2.0-or-later
5+
-->
6+
17
[![Total alerts](https://img.shields.io/lgtm/alerts/g/scsitape/stenc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/scsitape/stenc/alerts/)
28
[![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)
39
[![REUSE status](https://api.reuse.software/badge/github.com/scsitape/stenc/)](https://api.reuse.software/info/github.com/scsitape/stenc/)

man/stenc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. SPDX-FileCopyrightText: 2022 stenc authors
2+
..
3+
.. SPDX-License-Identifier: GPL-2.0-or-later
4+
15
=================================
26
STENC(1) |General Commands Manual
37
=================================

stenc.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022 stenc authors
2+
#
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
Name: stenc
26
Version: 1.1.1
37
Release: 3%{?dist}

0 commit comments

Comments
 (0)