Merge pull request #154 from paulo-ferraz-oliveira/feature/license-info

Improve on license-related information
This commit is contained in:
Fred Hebert 2021-04-09 21:21:39 -04:00 committed by GitHub
commit 9cdca1c2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"}]}]}.