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 copyright year #6531

Merged
merged 6 commits into from Jul 27, 2023
Merged

Conversation

antgamdia
Copy link
Contributor

@antgamdia antgamdia commented Jul 27, 2023

Description of the change

This PR is mainly to update the copyright year to the current one just in those files that were updated in 2023. Also, for automating this burden, I have also added a script (file here) with the automation. It could be run periodically from a GHA, but this is not handled in this PR.

Benefits

The copyright header will hold the proper year in those files we forgot to manually update them.

Possible drawbacks

N/A

Applicable issues

N/A

Additional information

Good replacement examples:

-# Copyright 2022 the Kubeapps contributors.
+# Copyright 2022-2023 the Kubeapps contributors.

# Copyright 2023 the Kubeapps contributors.

-# Copyright 2020-2022 the Kubeapps contributors.
+# Copyright 2020-2023 the Kubeapps contributors.

# Copyright 2020-2023 the Kubeapps contributors.

Bad replacement examples, but those situations shouldn't happen:

-# Copyright 2024 the Kubeapps contributors.
+# Copyright 2024-2023 the Kubeapps contributors.

-# Copyright 2023-2024 the Kubeapps contributors.
+# Copyright 2023 the Kubeapps contributors.

-# Copyright 2024-2025 the Kubeapps contributors.
+# Copyright 2024-2023 the Kubeapps contributors.

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
@netlify
Copy link

netlify bot commented Jul 27, 2023

Deploy Preview for kubeapps-dev canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit dd81c93
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/64c2362707512d00082e8056

Copy link
Contributor

@absoludity absoludity left a comment

Choose a reason for hiding this comment

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

Thanks for the script!

@absoludity absoludity merged commit 77a50f0 into vmware-tanzu:main Jul 27, 2023
39 checks passed
@antgamdia antgamdia deleted the check-copyright-year branch July 28, 2023 08:30
@ppbaena
Copy link
Collaborator

ppbaena commented Jul 28, 2023

Thanks @antgamdia!

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

Successfully merging this pull request may close these issues.

None yet

4 participants