Improve on license-related information

This commit is contained in:
Paulo F. Oliveira 2021-04-02 21:25:49 +01:00
parent 0318b467bc
commit f0347d88d7
2 changed files with 13 additions and 1 deletions

View file

@ -25,6 +25,18 @@ Goals for the project
* Well Documented * Well Documented
* Well Tested * Well Tested
Licenses
--------
This project contains elements licensed with Apache License, Version 2.0,
as well as elements licensed with The MIT License.
You'll find license-related information in the header of specific files,
where warranted.
In cases where no such information is present refer to
[COPYING](COPYING).
Currently Available Modules/Systems Currently Available Modules/Systems
------------------------------------ ------------------------------------

View file

@ -6,6 +6,6 @@
{applications,[kernel,stdlib,cf]}, {applications,[kernel,stdlib,cf]},
{maintainers,["Eric Merritt","Tristan Sloughter", {maintainers,["Eric Merritt","Tristan Sloughter",
"Jordan Wilberding","Martin Logan"]}, "Jordan Wilberding","Martin Logan"]},
{licenses,["Apache"]}, {licenses,["Apache", "MIT"]},
{links,[{"Github", {links,[{"Github",
"https://github.com/erlware/erlware_commons"}]}]}. "https://github.com/erlware/erlware_commons"}]}]}.