From 8bd2f269adc4dcbcffa41d0ebb00dbcf2dcaab16 Mon Sep 17 00:00:00 2001 From: Pavel Skrylev Date: Tue, 29 Oct 2019 12:19:43 +0300 Subject: [PATCH] Added lost license --- src/goldrush.app.src | 1 + 1 file changed, 1 insertion(+) 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, []} ]}.