Skip to content

Commit 9f03c38

Browse files
chulkileefertapric
authored andcommitted
Use SPDX full name of Apache License 2.0 (#9104)
https://spdx.org/licenses/Apache-2.0.html - Full name: Apache License 2.0 - Short identifier: Apache-2.0
1 parent ce41a70 commit 9f03c38

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
@@ -209,6 +209,6 @@ the `doc` directory. If you are planning to contribute documentation,
209209

210210
"Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
211211

212-
Elixir source code is released under Apache 2 License.
212+
Elixir source code is released under Apache License 2.0.
213213

214214
Check [NOTICE](NOTICE) and [LICENSE](LICENSE) files for more information.

lib/elixir/pages/Library Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Writing code is only the first of many steps to publish a package. We strongly r
2424

2525
* Choose a versioning schema. Elixir requires versions to be in the format `MAJOR.MINOR.PATCH` but the meaning of those numbers is up to you. Most projects choose [Semantic Versioning](https://semver.org/).
2626

27-
* Choose a [license](https://choosealicense.com/). The most common licenses in the Elixir community are the [MIT License](https://choosealicense.com/licenses/mit/) and the [Apache 2.0 License](https://choosealicense.com/licenses/apache-2.0/). The latter is also the one used by Elixir itself.
27+
* Choose a [license](https://choosealicense.com/). The most common licenses in the Elixir community are the [MIT License](https://choosealicense.com/licenses/mit/) and the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/). The latter is also the one used by Elixir itself.
2828

2929
* Run the [code formatter](https://hexdocs.pm/mix/Mix.Tasks.Format.html). The code formatter formats your code according to a consistent style shared by your library and the whole community, making it easier for other developers to understand your code and contribute.
3030

0 commit comments

Comments
 (0)