Winandi, Achim 1,2 1 House of Competence (HOC), Karlsruher Institut für Technologie (KIT) 2 KIT-Bibliothek (BIB), Karlsruher Institut für Technologie (KIT)
Abstract:
This video is part of a presentation from the deRSE25 conference and demonstrates how to use REUSE (https://reuse.software).
Here, an example of how to use the reuse annotate command for adding copyright information as well as license to a Python file is shown. The command `reuse annotate --copyright KIT --license MIT main.py` is used. The file main.py then contains the following comments at the top of the file:
# SPDX-FileCopyrightText: 2025 KIT
#
# SPDX-License-Identifier: MIT