spdx-licenses

Tools for working with the SPDX license list and validating licenses.

MIT License

Downloads
139.5M
Stars
1.4K
Committers
20

Bot releases are visible (Hide)

spdx-licenses - 1.5.8 Latest Release

Published by alcohol 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/composer/spdx-licenses/compare/1.5.7...1.5.8

spdx-licenses - 1.5.7

Published by alcohol over 2 years ago

  • Changed: updated licenses list to SPDX 3.17
  • Changed: ${var} PHP 8.2 deprecations resolved
spdx-licenses - 1.5.6

Published by alcohol almost 3 years ago

What's Changed

Full Changelog: https://github.com/composer/spdx-licenses/compare/1.5.5...1.5.6

spdx-licenses - 1.5.5

Published by Seldaek almost 4 years ago

  • Changed: updated licenses list to SPDX 3.11
spdx-licenses -

Published by Seldaek over 4 years ago

  • Changed: updated licenses list to SPDX 3.9
spdx-licenses - 1.5.3

Published by Seldaek over 4 years ago

  • Changed: updated licenses list to SPDX 3.8
spdx-licenses - 1.5.2

Published by Seldaek about 5 years ago

  • Changed: updated licenses list to SPDX 3.6
spdx-licenses - 1.5.1

Published by alcohol over 5 years ago

  • Changed: updated licenses list to SPDX 3.4
spdx-licenses - 1.5.0

Published by alcohol almost 6 years ago

Changed: updated licenses list (SPDX 3.3)

spdx-licenses - 1.4.0

Published by Seldaek over 6 years ago

Changed: updated licenses list to SPDX 3.1.

spdx-licenses - 1.3.0

Published by Seldaek over 6 years ago

  • Added: SpdxLicenses::getLicenses to get the whole list of methods.
  • Changed: license identifiers are now case insensitive.
spdx-licenses - 1.2.0

Published by Seldaek almost 7 years ago

  • Added: deprecation status for all licenses and a SpdxLicenses::isDeprecatedByIdentifier method.
  • Changed: updated licenses list to SPDX 3.0.
spdx-licenses - 1.1.6

Published by alcohol over 7 years ago

  • Changed: updated licenses list.
spdx-licenses - 1.1.5

Published by alcohol about 8 years ago

  • Changed: new licenses added.
spdx-licenses - 1.1.4

Published by Seldaek over 8 years ago

  • Changed: new licenses added.
spdx-licenses - 1.1.3

Published by alcohol over 8 years ago

  • updated license data files.
  • dropped test namespace.
spdx-licenses - 1.1.2

Published by alcohol about 9 years ago

Changed

  • added new licenses.
spdx-licenses - 1.1.1

Published by alcohol about 9 years ago

Fixed

  • improved performance when looking up just one license.
  • updated licenses/exceptions.
spdx-licenses - 1.1.0

Published by alcohol about 9 years ago

Changed

  • updater now sorts licenses and exceptions by key.
  • filenames now class constants of SpdxLicenses (LICENSES_FILE and EXCEPTIONS_FILE).
  • resources directory now available via static method SpdxLicenses::getResourcesDir().

Fixed

  • updated licenses/exceptions.
  • removed json-schema from composer requirements.
spdx-licenses - 1.0.0

Published by alcohol about 9 years ago

Changed

  • BC: the following classes and namespaces were renamed:
    • Namespace: Composer\Util -> Composer\Spdx
    • Classname: SpdxLicense -> SpdxLicenses
    • Classname: SpdxLicenseTest -> SpdxLicensesTest
    • Classname: Updater -> SpdxLicensesUpdater
  • validation via regex implementation instead of lexer.
  • code style using php-cs-fixer.
Package Rankings
Top 0.55% on Packagist.org
Badges
Extracted from project README
Continuous Integration
Related Projects