-
Notifications
You must be signed in to change notification settings - Fork 205
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
fix: remove license's inceptionYear and copyrightOwner #1322
Conversation
775c4f9
to
85d106b
Compare
I check other popular apache projects, I find there is no year in their file header, maybe we can follow this? |
@jiacai2050 that's what happens when we transfer to the ASF domain. See apache/skywalking#10223 (comment) for more details. |
Aha, it's tedious to include year in each file. @tanruixiang Please remove year section in file header, skywalking also follow this style. |
@tisonkun Does HawkEye's format support configurations without properties? when I remove the properties it comes up |
This should only be done once we're in the ASF, as its protocols include |
No. |
No fixes will be made at this stage |
Yes. You can even use Config is documented well at https://github.com/korandoru/hawkeye#config-file |
Rationale
Due to a previous pr, the year of license was changed incorrectly from 2022 to 2023, which will be corrected back to 2022 here.
Detailed Changes
change license
2023
back to2022
Test Plan
ut.