-
Notifications
You must be signed in to change notification settings - Fork 204
Update copyright #4745
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 #4745
Conversation
Signed-off-by: khanhtc1202 <[email protected]>
Signed-off-by: khanhtc1202 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4745 +/- ##
=======================================
Coverage 30.85% 30.85%
=======================================
Files 222 222
Lines 26037 26037
=======================================
+ Hits 8033 8035 +2
+ Misses 17355 17353 -2
Partials 649 649 ☔ View full report in Codecov by Sentry. |
Signed-off-by: khanhtc1202 <[email protected]>
t-kikuc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy New Year!
Thank you for updating and the great sh!
ffjlabo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy New Year 🚀
* Update copyright header and add command to automate this Signed-off-by: khanhtc1202 <[email protected]> * Rename variable Signed-off-by: khanhtc1202 <[email protected]> * Revert copyright for auth file Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: khanhtc1202 <[email protected]>
What this PR does / why we need it:
We can use
make update/copyrightto update all our copyrights in files.Note: File
service.pb.auth.go, which is generated by our protoc-gen-auth needs to be regenerated later using the updatedtool/codegenimage published after this PR is merged in order to pass the action/code check (I know it's quite meta 😂), will do it later by separated PR.Happy New Year 🐲
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: