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

Draft: Allow reuse to scan sub-modules #2

Closed
wants to merge 9 commits into from

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    16768e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce0051a View commit details
    Browse the repository at this point in the history
  3. Report missing licenses or copyright text.

    Required because spdx-rs 0.5.3 added support for SPDX  2.3 documents and made these fields optional.
    jonathanpallant committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d45eac3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    c6eb03b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf6121 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix generate-copyright tool.

    LLVM copyrights are now condensed to those reported in the .reuse/dep5 file.
    jonathanpallant committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2d1cd45 View commit details
    Browse the repository at this point in the history
  2. Add missing CC-BY-SA-4.0.

    A `reuse --include-submodules lint` now passes.
    jonathanpallant committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7a49ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1577e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Change LLVM reuse dep5 line to say AND.

    The LLVM project is a combination of some NCSA licensed files and some Apache-2.0 WITH LLVM-exception licensed files, so you should follow both licences when using the combined work.
    
    Also clarified where I got the copyright years and git hash from.
    jonathanpallant committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    efa4416 View commit details
    Browse the repository at this point in the history