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

Update SPDX headers in source files #28

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

bact
Copy link
Collaborator

@bact bact commented Jan 31, 2025

  • Put copyright texts to SPDX-FileCopyrightText:
    • For example: Copyright (c) 2023 Source Auditor Inc. -> SPDX-FileCopyrightText: Copyright (c) 2023 Source Auditor Inc.
  • Add SPDX-FileType: SOURCE
  • Follow header pattern since 2024 that do not include the content of the license
  • These should allow better parsing of copyright information and file type, also reduce the size of source files a bit
  • Add missing copyright header - using this template Copyright (c) YYYY Source Auditor Inc. where YYYY is the first year that that file appears on the GitHub repo
  • Add few missing Javadoc
  • See also: Add SPDX-FileCopyrightText and SPDX-FileType to source file header Spdx-Java-Library#291

- Put copyright texts to SPDX-FileCopyrightText
- Add SPDX-FileType: SOURCE
- Follow header pattern since 2024 that do not include the content of the license

Signed-off-by: Arthit Suriyawongkul <[email protected]>
@bact bact added the documentation Improvements or additions to documentation label Jan 31, 2025
@bact bact requested a review from goneall January 31, 2025 15:20
Copy link
Member

@goneall goneall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goneall goneall merged commit 166d495 into spdx:main Jan 31, 2025
3 checks passed
@bact bact deleted the update-spdx-headers branch January 31, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants