We make licensing easy for humans and machines alike. We solve a fundamental issue that Free Software licensing has at the very source: what license is a file licensed under, and who owns the copyright?
Choose and provide licenses
Add copyright and licensing information to each file
# SPDX-FileCopyrightText: 2016, 2018-2019 Jane Doe <jane@example.com>
# SPDX-FileCopyrightText: 2019 Example Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
"If the author is being paid by their employer to create a work, the employer is often the copyright holder."
In order to fulfil both criteria (attribution of the copyright holder and scientific citation of the author), it is necessary to add both in the REUSE string.
https://reuse.software/
Examples
All code files (.py) should contain the header:
Markdown and text files:
Use
UPDATE:
Option 1: Comment per line
Option 2: Comment block
Option 3:
.license
fileOption 4: REUSE.toml