Signalen / frontend

Frontend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
10 stars 4 forks source link

Generated SPDX headers #157

Open MauritsR opened 2 years ago

MauritsR commented 2 years ago

Background

With https://github.com/Amsterdam/signals-frontend/pull/1509, copyright and license headers were added to the signals-frontend codebase. Currently, the headers are added or updated to reflect the latest changes/authors with each PR.

Issue

Adding and updating the headers to ensure correctness is a manual task. Because of this, it might be forgotten or not updated correctly.

Solution

A script checking for at least the presence and (if possible) correctness of the SPDX license headers. If desired, the script can be triggered as a pre-commit hook.