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

updated copyright year on MIT license in some .py files #311

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

qlrd
Copy link
Contributor

@qlrd qlrd commented Jan 27, 2024

Description

Executed the following command to update MIT license, following this instruction:

find ./src -name '*.py' -type f -exec sed -i "s/Copyright (c) 2021-2023 Krux contributors/Copyright (c) 2021-2024 Krux contributors/g" {} \;  

find ./i18n -name '*.py' -type f -exec sed -i "s/Copyright (c) 2021-2023 Krux contributors/Copyright (c) 2021-2024 Krux contributors/g" {} \;  

find ./firmware/font -name '*.py' -type f -exec sed -i "s/Copyright (c) 2021-2023 Krux contributors/Copyright (c) 2021-2024 Krux contributors/g" {} \;  

find ./firmware/scripts -name '*.py' -type f -exec sed -i "s/Copyright (c) 2021-2023 Krux contributors/Copyright (c) 2021-2024 Krux contributors/g" {} \;  

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other: License Update on MIT License

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

Attention: 44 lines in your changes are missing coverage. Please review.

Comparison is base (6f8e1ba) 86.55% compared to head (09599d6) 88.34%.
Report is 38 commits behind head on integrated_changes.

Files Patch % Lines
src/krux/pages/tools.py 13.33% 13 Missing ⚠️
src/krux/pages/settings_page.py 30.00% 7 Missing ⚠️
src/krux/pages/__init__.py 66.66% 5 Missing ⚠️
src/krux/pages/capture_entropy.py 89.18% 4 Missing ⚠️
src/krux/pages/encryption_ui.py 84.00% 4 Missing ⚠️
src/krux/power.py 20.00% 4 Missing ⚠️
src/krux/sd_card.py 91.48% 4 Missing ⚠️
src/krux/display.py 83.33% 1 Missing ⚠️
src/krux/input.py 94.73% 1 Missing ⚠️
src/krux/touch.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           integrated_changes     #311      +/-   ##
======================================================
+ Coverage               86.55%   88.34%   +1.78%     
======================================================
  Files                      51       51              
  Lines                    6084     5963     -121     
======================================================
+ Hits                     5266     5268       +2     
+ Misses                    818      695     -123     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odudex odudex merged commit e79f5e6 into selfcustody:integrated_changes Jan 27, 2024
4 of 7 checks passed
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.

2 participants