Skip to content

Commit

Permalink
Merge pull request #19 from atomvm/update-license-spec
Browse files Browse the repository at this point in the history
Update license spec to address hex warnings
  • Loading branch information
fadushin authored Nov 16, 2023
2 parents 501cd11 + e73ea41 commit ca497eb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Before contributing, please read carefully our [Code of Conduct](CODE_OF_CONDUCT.md) and
the following contribution guidelines.

Please, also make sure to understand the [Apache 2.0 license](LICENSE.md) and the
Please, also make sure to understand the [Apache-2.0 license](LICENSE.md) and the
[Developer Certificate of Origin](https://developercertificate.org/).

Last but not least, **do not use GitHub issues for vulnerability reports**, read instead the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ And the application configuration file (e.g., `myapp.app.src`) should include th
{env,[]},
{mod, {myapp_app, []}},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]
}.
Expand Down
2 changes: 1 addition & 1 deletion examples/myapp/src/myapp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.
2 changes: 1 addition & 1 deletion priv/src/atomvm_app.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.
2 changes: 1 addition & 1 deletion test/driver/apps/multi-start/src/myapp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.
2 changes: 1 addition & 1 deletion test/driver/apps/myapp/src/myapp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.
2 changes: 1 addition & 1 deletion test/driver/apps/prune/src/myapp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.
2 changes: 1 addition & 1 deletion test/driver/apps/rebar_overrides/src/myapp.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, []}
]}.

0 comments on commit ca497eb

Please sign in to comment.