correct licence in app.src

This commit is contained in:
J Phani Mahesh 2017-03-24 15:58:51 +05:30
parent 076b3c0068
commit 2f01400f38
No known key found for this signature in database
GPG Key ID: F908740519D2751B
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
{env, []},
{mod, {emqttd_app, []}},
{maintainers, ["Feng Lee <feng@emqtt.io>"]},
{licenses, ["MIT"]},
{licenses, ["Apache-2.0"]},
{links, [{"Github", "https://github.com/emqtt/emqttd"}]}
]}.