File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Protocol.derive(Jason.Encoder, NameOfTheStruct)
135
135
136
136
## License
137
137
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.
139
139
140
140
Some elements of tests and benchmarks have their origins in the
141
141
[ Poison library] ( https://github.com/devinus/poison ) and were initially licensed under [ CC0-1.0] ( https://creativecommons.org/publicdomain/zero/1.0/ ) .
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ defmodule Jason.Mixfile do
56
56
defp package ( ) do
57
57
[
58
58
maintainers: [ "Michał Muskała" ] ,
59
- licenses: [ "Apache 2.0" ] ,
59
+ licenses: [ "Apache- 2.0" ] ,
60
60
links: % { "GitHub" => "https://github.com/michalmuskala/jason" }
61
61
]
62
62
end
You can’t perform that action at this time.
0 commit comments