Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

## REUSE: best practices for copyright and licensing information #9040

Open
elif17 opened this issue Aug 4, 2022 · 1 comment
Open

## REUSE: best practices for copyright and licensing information #9040

elif17 opened this issue Aug 4, 2022 · 1 comment
Labels
✨Feature This adds/improves/enhances a feature

Comments

@elif17
Copy link

elif17 commented Aug 4, 2022

Summary

Hello! I work for the Free Software Foundation Europe (FSFE), and we are helping software projects that have applied for and accepted into the Next Generation Internet Zero Initiative (https://www.ngi.eu/ngi-projects/ngi-zero/) with their licensing and copyright management. After a quick check on your repository, I would like to propose some updates regarding copyright and licensing information, using our REUSE framework.

REUSE: best practices for copyright and licensing information
REUSE (https://reuse.software/) is an FSFE developed initiative intended to make licensing easier by establishing a single way to display all copyright and licensing information through comment headers on source files that can be human- and machine-readable. This in turn helps with maintaining clear communication of copyright and licensing information to avoid legal issues downstream.

The REUSE tool makes the process of applying licenses to files and compliance checking much easier. Instructions on how to install the REUSE tool can be found here:

https://reuse.readthedocs.io/en/stable/readme.html#install

You can also check out this screencast for more instructions on how to use the REUSE tool: https://download.fsfe.org/videos/reuse/screencasts/reuse-tool.gif

Files with missing copyright and licensing information
To serve as an example, I am planing to add the SPDX headers with copyright and license information to the copyrightable files in your packages/client/src/pages/admin folder. This should give you an idea of how comment headers should look like in a REUSE compliant repository (where all files would have such headers to communicate license and copyright information). You can find it here:
https://github.com/elif17/misskey

LICENSES Directory in the Root of the Project
I am planing to move to this directory the file that contained the AGPL-3.0-only license text.
Additionally, I want to include in this text the CC0 license text. This is because you have files in your project that you do not find copyrightable, for example configuration files such as .gitignore. As the fundamental idea of REUSE is that all of your files will clearly have their copyright and licensing marked, I want to apply the CC0 license to .gitignore, which is functionally identical to putting the file in the public domain.

If you find REUSE useful, we will offer a wide range of tools to help you continuously check and display compliance with the REUSE guidelines.

Hope that this helps you to consider to implement REUSE, happy to help in this process.

Best,
Elif Kenan

@elif17 elif17 added the ✨Feature This adds/improves/enhances a feature label Aug 4, 2022
@elif17 elif17 closed this as completed Aug 5, 2022
@elif17 elif17 reopened this Aug 5, 2022
@elif17
Copy link
Author

elif17 commented Aug 5, 2022

reopening issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
Development

No branches or pull requests

1 participant