-
Notifications
You must be signed in to change notification settings - Fork 728
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
*: check file header #9015
*: check file header #9015
Conversation
@@ -1,4 +1,4 @@ | |||
// Copyright 2014-2022 Google Inc. | |||
// Copyright 2022 TiKV Project Authors. |
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.
Will we modify it?
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.
just reorder to make detection easier
5fc58da
to
a03a84d
Compare
80a2158
to
86d7802
Compare
Signed-off-by: Ryan Leung <[email protected]>
@@ -1,3 +1,17 @@ | |||
// Copyright 2019 TiKV Project Authors. |
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.
Is it better to use 2025 for the new license if the previous header is blank?
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.
By the way, I found the new issued years of different files are different.
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.
I use the file created time, just the same as others.
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.
rest lgmt
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9015 +/- ##
========================================
Coverage 76.28% 76.29%
========================================
Files 465 465
Lines 70512 70659 +147
========================================
+ Hits 53792 53910 +118
- Misses 13372 13399 +27
- Partials 3348 3350 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JmPotato, lhy1024 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: ref #4322
What is changed and how does it work?
Check List
Tests
Release note