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

SPDX headers missing ? #12491

Open
opensam opened this issue Apr 24, 2024 · 0 comments
Open

SPDX headers missing ? #12491

opensam opened this issue Apr 24, 2024 · 0 comments

Comments

@opensam
Copy link

opensam commented Apr 24, 2024

The licence info is in the code:

grep --color --include='*.java' --recursive --files-with-matches ' GNU Affero General Public License ' | wc -l
2690

But the same files do not have SPDX headers:

grep --color --include='*.java' --recursive --files-with-matches 'SPDX-License-Identifier' | wc -l
0

What about adding this header:
// SPDX-License-Identifier: AGPL-3.0-or-later

Informations and Q&A:
https://spdx.dev/learn/handling-license-info/
https://spdx.org/licenses/AGPL-3.0-or-later.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant