Diese Seite wurde bisher noch nicht übersetzt. Bitte hilf uns, diese und andere Seiten auf fsfe.org zu übersetzen, damit alle unsere Informationen in ihrer Muttersprache lesen können.

Nachrichten

REUSE makes copyright and licensing easier than ever

am:
Von  und 

REUSE helps developers to declare copyright and licensing of their projects. Today, the REUSE project released version 3.0 of their specification. The new edition is accompanied by a helper tool and makes adopting the best practices easier than ever.

The licensing of a software project is critical information. Developers set the terms under which others can reuse their software, from individuals to giant corporations. Authors want to make sure that others adhere to their chosen licenses; potential re-users have to know the license of third-party software before publication; and companies have to ensure license compliance in their products that often build on top of existing projects. The REUSE project, led by the Free Software Foundation Europe (FSFE), helps all of these parties.

Output of the REUSE helper tool
Output of the REUSE helper tool

REUSE aims to have all copyright and licensing information stored as close to the source files as possible. This is achieved by directly adding this information to the file in a standardised and machine-readable form. If a file does not support that, a .license file or central DEP-5 configuration file can be used instead. This way, developers can be assured that re-users will not oversee copyright holders and their intended license.

Following the best practices is simple:

  1. Choose and provide licenses: Select a Free Software license, find the unique identifier of this license, and store the full license text inside a dedicated LICENSES/ directory.
  2. Add copyright and licensing information to each file: Add at least two lines indicating the copyright holder and the license.
  3. Confirm REUSE compliance: Use the REUSE tool to check whether all necessary information is present.

Adopters can start with a new tutorial that explains how to make a repository REUSE compliant. To ensure that developers can concentrate on their actual work, we have developed the REUSE helper tool that automates and assists with some of these steps. It can also be included in CI/CD workflows to confirm REUSE compliance continuously.

Our constantly expanding FAQ answers basic questions about licensing, copyright, and more complex use cases. Advanced users and integrators will find the full specification helpful.

And there is more to come: The REUSE initiative will continue its work on making copyright and licensing easier for everyone. Our roadmap includes configurable templates for adding the headers with the helper tool, as well as an API that for example allows projects to display a dynamic badge indicating the REUSE status, or third-party services to integrate REUSE checks.

REUSE is already being used by various software projects like the Linux kernel, and recommended by other license compliance initiatives like OpenChain. We welcome other developers to adopt REUSE and look forward to feedback and collaboration. Please contact us and join the mailing list.