Updated to support the SPDX 3.0.1 spec version
What's Changed
- isStandardLicenseWithinText - match spaces after var rule by @goneall in #249
- Add support for using LicenseExpression in converter by @goneall in #252
- Use write locks in license store to avoid deadlocks by @goneall in #251
- Fix few typos and add a language id to code blocks by @bact in #261
- Make public static access to SPDX Converter by @goneall in #262
- Add unit test for X-11 license match by @goneall in #255
- Update JavaDoc for LicenseInfoFactory by @goneall in #259
- Change logging for license list I/O error by @goneall in #263
- Update for spec version 3.0.1 by @goneall in #264
New Contributors
Full Changelog: v2.0.0-Alpha...v2.0.0-RC1