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

Add support for using LicenseRef- when initialising #697

Merged
merged 10 commits into from
Oct 24, 2023

Commits on Oct 24, 2023

  1. Add support for using LicenseRef- when initialising

    Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
    sgaist authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9c6a03d View commit details
    Browse the repository at this point in the history
  2. Ensure LicenseRef file name follows SPDX constraints

    SPDX dictates ASCII in the way they refer to the RFC5234 standard and repeat it through the specification.
    
    Co-authored-by: Nico Rikken <nico@nicorikken.eu>
    2 people authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e424265 View commit details
    Browse the repository at this point in the history
  3. Strip input path string

    sgaist authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    efbd7e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8a4b35 View commit details
    Browse the repository at this point in the history
  5. Add changelog entry

    sgaist authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2a3f434 View commit details
    Browse the repository at this point in the history
  6. Refactor file handling

    An empty path is now treated as a relative path which allows for classic
    file not found error to be triggered.
    
    An improved error message is provided.
    sgaist authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7e9b1e7 View commit details
    Browse the repository at this point in the history
  7. Fix error message grammar

    sgaist authored and carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c7355eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb6b426 View commit details
    Browse the repository at this point in the history
  9. Refactor and add tests

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8eb4aaa View commit details
    Browse the repository at this point in the history
  10. Rename REF_RE to _LICENSE_PATTERN and don't import re needlessly

    Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
    carmenbianca committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bb368b6 View commit details
    Browse the repository at this point in the history