diff --git a/src/goldrush.app.src b/src/goldrush.app.src index b0923ad..f11bb63 100644 --- a/src/goldrush.app.src +++ b/src/goldrush.app.src @@ -4,5 +4,6 @@ {registered, []}, {applications, [kernel, stdlib, syntax_tools, compiler]}, {mod, {gr_app, []}}, + {licenses, ["ISC"]}, {env, []} ]}.