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

Remove unnecessary utf-8 header in license_headers.py (follow-up to #615) #617

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Remove unnecessary utf-8 header in license_headers.py (follow-up to #615) #617

merged 3 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. License tools: remove utf-8 coding declaration from license_headers.p…

    …y check/fix script; since #615 it is no longer used in the library's codebase
    
    UTF-8 is the default encoding used to read source code files for Python3 - see https://docs.python.org/3/howto/unicode.html#unicode-literals-in-python-source-code
    
    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    62d5a5d View commit details
    Browse the repository at this point in the history
  2. Cleanup: remove utf-8 coding declaration from the license_headers.py …

    …script itself
    
    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    24550f5 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Signed-off-by: James Addison <james@reciperadar.com>
    jayaddison committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6b876d3 View commit details
    Browse the repository at this point in the history