From f0347d88d769dd1dff24228e3ab0c6b2017f5e76 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 2 Apr 2021 21:25:49 +0100 Subject: [PATCH] Improve on license-related information --- README.md | 12 ++++++++++++ src/erlware_commons.app.src | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2230425..6ff669c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ Goals for the project * Well Documented * 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 ------------------------------------ diff --git a/src/erlware_commons.app.src b/src/erlware_commons.app.src index 66f75bd..7709d81 100644 --- a/src/erlware_commons.app.src +++ b/src/erlware_commons.app.src @@ -6,6 +6,6 @@ {applications,[kernel,stdlib,cf]}, {maintainers,["Eric Merritt","Tristan Sloughter", "Jordan Wilberding","Martin Logan"]}, - {licenses,["Apache"]}, + {licenses,["Apache", "MIT"]}, {links,[{"Github", "https://github.com/erlware/erlware_commons"}]}]}.