vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Use correct SPDX ID for licenses field #343

Closed Frost closed 1 year ago

Frost commented 1 year ago

The "Apache License 2.0" has the SPDX ID "Apache-2.0", according to the list at https://spdx.org/licenses/. While the string "Apache 2.0" is fully readable for humans, some tools use these fields to verify what licenses are used, and the tools tend to not be as flexible when reading strings that are interpreted as identifiers.

beerlington commented 1 year ago

Thanks!