update copyright tool to write mit-licenses URL with https rather than http #26963

pull LarryRuane wants to merge 1 commits into bitcoin:master from LarryRuane:2023-01-licenses-https changing 1 files +3 −3
  1. LarryRuane commented at 1:29 AM on January 25, 2023: contributor

    This commit doesn't update the licenses link in the file copyright header on existing files; it only updates copyright_header.py (its insert subcommand) so it writes the https: link in new files rather than http:.

    https://www.opensource.org/licenses/mit-license.php
    

    When running the next copyright_header.py update (near the end of the year, @hebasto), perhaps we can run something like this and include in the same PR:

    git ls-files -- '*.h' '*.cpp' '*.cc' '*.c' '*.mm' '*.py' '*.sh' '*.bash-completion' |
        xargs sed -i s,http://www.opensource.org/licenses,https://www.opensource.org/licenses,
    
  2. update mit-licenses URL to https (for new files)
    This commit doesn't update the licenses links in the file copyright
    header on all existing files; it only updates the tool that inserts
    the link in new files.
    0796756026
  3. DrahtBot commented at 1:29 AM on January 25, 2023: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process.

    Type Reviewers
    Concept NACK fanquake

    If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

    <!--174a7506f384e20aa4161008e828411d-->

    Conflicts

    Reviewers, this pull request conflicts with the following ones:

    • #26817 (doc: Remove copyright years (headers only) by MarcoFalke)

    If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

  4. fanquake commented at 9:24 AM on January 25, 2023: member

    NACK. This is already being hashed out in #26817, where we can make any relevant changes.

  5. LarryRuane commented at 3:52 PM on January 25, 2023: contributor

    Closing, this will be addressed by #26817.

  6. LarryRuane closed this on Jan 25, 2023

  7. bitcoin locked this on Jan 25, 2024

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-27 15:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me