eclipse-tractusx / managed-identity-wallet

Apache License 2.0
7 stars 20 forks source link

chore: TRG 7.00 - update copyright header #234

Closed borisrizov-zf closed 5 months ago

borisrizov-zf commented 5 months ago

Description

Comply with TRG 7.00 and update all copyright headers to point to current year.

Command used:

find . -type f -exec sed -i -E 's/(.*)Copyright \(c\) 2021,2023 Contributors to the Eclipse Foundation/\1Copyright \(c\) 2021,2024 Contributors to the Eclipse Foundation/g' {} \;

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

borisrizov-zf commented 5 months ago

@carslen Ok, no problem, but we should maybe update the TRG text as it led me to believe that this is necessary.

carslen commented 5 months ago

Feel free to create a draft with an updated TRG. I guess you're pointing to this section of the TRG:

Keep the following updated for each pull request to the default branch (main)

  • Legal Documentation: TRG 7.01
  • License and copyright header: TRG 7.02
    • must be present in every file if possible
    • update the year in the copyright section at the beginning of each new year

From my point of view this isn't misleading. The TRG describes recurring activities you have to take care of, when creating a new PR because of changes to the code, docs, etc. As no changes have been made to the code, no update of the copyright headers is required.