Skip to content

Commit

Permalink
Use full name and short identifier from SPDX License List (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee authored and michalmuskala committed Oct 31, 2019
1 parent 5274823 commit 97893dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Protocol.derive(Jason.Encoder, NameOfTheStruct)

## License

Jason is released under the Apache 2.0 License - see the [LICENSE](LICENSE) file.
Jason is released under the Apache License 2.0 - see the [LICENSE](LICENSE) file.

Some elements of tests and benchmarks have their origins in the
[Poison library](https://github.com/devinus/poison) and were initially licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/).
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Jason.Mixfile do
defp package() do
[
maintainers: ["Michał Muskała"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/michalmuskala/jason"}
]
end
Expand Down

0 comments on commit 97893dd

Please sign in to comment.