Skip to content

Change license codes to proper spdx codes

username-removed-59161 requested to merge (removed):patch-15 into master

What does this MR do?

  • Licenses changed to use their valid spdx codes: https://spdx.org/licenses/
  • Without using the spdx codes, the white and blacklists don't work. For example, if I add the colorize gem back in:
bundle exec license_finder
Dependencies that need approval:
colorize, 0.8.1, GPL-2.0
  • Changing to the proper code fixes this
bundle exec license_finder
Blacklisted dependencies:
colorize, 0.8.1, GPL-2.0

Are there points in the code the reviewer needs to double check?

I renamed some of the licenses to match their SPDX codes, there were a few duplicates, it would be good to make sure they match up to expected licenses.

Why was this MR needed?

It's possible that someone might add a gem in

Screenshots (if relevant)

n/a

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related PRs and issues:

Merge request reports