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

feat(license): improve license normalization #7131

Merged
merged 28 commits into from
Sep 11, 2024

Commits on Jul 9, 2024

  1. (feat)Improve license normalization

    - Remove "THE " prefix
    - Remove "LICENSE " suffix
    - Fix lowercase key
    - Add BSD LICENSE 3
    - Add ECLIPSE PUBLIC LICENSE 1.0
    - Add MIT-0
    - Add tests
    pbaumard committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    44b0164 View commit details
    Browse the repository at this point in the history
  2. Fix indenting

    pbaumard committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5adc524 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix format and test

    pbaumard committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6b52af5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    4dc5070 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    60d29b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab62262 View commit details
    Browse the repository at this point in the history
  3. Fix double space

    pbaumard committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d0101fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd7d779 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Add MPL mappings

    pbaumard committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c21e723 View commit details
    Browse the repository at this point in the history
  2. Update golden test files

    pbaumard committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3055e10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c168f0 View commit details
    Browse the repository at this point in the history
  4. Fix copyright_test

    pbaumard committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6ec91a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    0f4c8cb View commit details
    Browse the repository at this point in the history
  2. Fix linter

    pbaumard committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    907683d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    5074f24 View commit details
    Browse the repository at this point in the history
  2. Revert cycloneDX normalization

    Normalized SPDX license should be in Id field.
    pbaumard committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8e6f9d3 View commit details
    Browse the repository at this point in the history
  3. More tests

    pbaumard committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b8bb817 View commit details
    Browse the repository at this point in the history
  4. Comments

    pbaumard committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    56093d9 View commit details
    Browse the repository at this point in the history
  5. Fix golden

    pbaumard committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    85b8781 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    39f796e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    5f7cf6d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Sep 2, 2024

  1. Add field names in test

    pbaumard committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0134266 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b85b781 View commit details
    Browse the repository at this point in the history
  2. Golden test update

    pbaumard committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8663dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    932e937 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. test: add a file for private functions

    Signed-off-by: knqyf263 <[email protected]>
    knqyf263 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f3f7c39 View commit details
    Browse the repository at this point in the history