Skip to content

Commit 97893dd

Browse files
chulkileemichalmuskala
authored andcommitted
Use full name and short identifier from SPDX License List (michalmuskala#96)
https://spdx.org/licenses/Apache-2.0.html
1 parent 5274823 commit 97893dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Protocol.derive(Jason.Encoder, NameOfTheStruct)
135135

136136
## License
137137

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

140140
Some elements of tests and benchmarks have their origins in the
141141
[Poison library](https://github.com/devinus/poison) and were initially licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/).

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ defmodule Jason.Mixfile do
5656
defp package() do
5757
[
5858
maintainers: ["Michał Muskała"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{"GitHub" => "https://github.com/michalmuskala/jason"}
6161
]
6262
end

0 commit comments

Comments
 (0)