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

fix: "or-later" suffix updated to consider deprecated "+" operator #1907

Merged
merged 5 commits into from
Jul 11, 2023

Commits on Jun 29, 2023

  1. fix: or-later suffix has been updated to consider deprecated +

    If a given license has the suffix "or-later" it previously could have
    been considered or represented with a "+". Example "GFDL-1.0-or-later"
    could have been represented as "GFDL-1.0+". This PR allows the license
    list generation to consider "or-later" as == to "+" when generating
    permutations for upgrading deprecated licenses.
    
    Signed-off-by: Christopher Phillips <[email protected]>
    spiffcs committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7a1d66a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. chore: license clean up

    Signed-off-by: Christopher Phillips <[email protected]>
    spiffcs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    95f59a5 View commit details
    Browse the repository at this point in the history
  2. chore: test cleanup

    Signed-off-by: Christopher Phillips <[email protected]>
    spiffcs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ef05a45 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 1899-deprecated-license-variant

    * main:
      feat: CLI flag for directory base (#1867)
      Fix CPE gen for k8s python client (#1921)
      chore: update iterations to protect against race (#1927)
      chore(deps): update bootstrap tools to latest versions (#1922)
      fix: Don't use the actual redis or grpc CPEs for gems (#1926)
      fix(install): return with right error code (#1915)
      Remove erroneous Java CPEs from generation (#1918)
      chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 (#1916)
      Switch UI to bubbletea (#1888)
      fix: use filepath.EvalSymlinks if os.Readlink fails to evaluate the link (#1884)
      add file source digest support (#1914)
      chore(deps): update bootstrap tools to latest versions (#1908)
      chore(deps): bump golang.org/x/mod from 0.11.0 to 0.12.0 (#1912)
      chore(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#1913)
      doc(readme): add installation section with scoop (#1909)
      Refactor source API (#1846)
      chore(deps): update bootstrap tools to latest versions (#1905)
    spiffcs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f96dcac View commit details
    Browse the repository at this point in the history
  4. chore: fix format

    Signed-off-by: Christopher Phillips <[email protected]>
    spiffcs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    73e84a7 View commit details
    Browse the repository at this point in the history