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 year range in copyright headers #854

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

rahulporuri
Copy link
Contributor

It's 2021 so the year range should be X-2021, not X-2020. The changes were done using automated regex, similar to what was done in the PR enthought/envisage#392. Regex search term - Copyright (\d{4})-2020 - replaced with Copyright $1-2021. Done on VS Code.

@codecov-io
Copy link

Codecov Report

Merging #854 (ecc2349) into master (4a991af) will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #854      +/-   ##
==========================================
+ Coverage   41.19%   41.29%   +0.09%     
==========================================
  Files         522      522              
  Lines       28128    28128              
  Branches     4253     4253              
==========================================
+ Hits        11588    11616      +28     
+ Misses      16034    16015      -19     
+ Partials      506      497       -9     
Impacted Files Coverage Δ
pyface/__init__.py 88.88% <ø> (+7.40%) ⬆️
pyface/about_dialog.py 100.00% <ø> (ø)
pyface/action/action.py 90.00% <ø> (ø)
pyface/action/action_controller.py 100.00% <ø> (ø)
pyface/action/action_event.py 100.00% <ø> (ø)
pyface/action/action_item.py 92.85% <ø> (ø)
pyface/action/action_manager.py 83.92% <ø> (ø)
pyface/action/action_manager_item.py 100.00% <ø> (ø)
pyface/action/api.py 100.00% <ø> (ø)
pyface/action/field_action.py 95.00% <ø> (ø)
... and 205 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a991af...ecc2349. Read the comment docs.

Copy link
Contributor

@aaronayres35 aaronayres35 left a comment

Choose a reason for hiding this comment

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

LGTM

@rahulporuri rahulporuri merged commit e03ab7a into master Jan 7, 2021
@rahulporuri rahulporuri deleted the dev/update-copyright-headers branch January 7, 2021 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants