From ccd46d1363ca4ea79801e5a63b08b85bab35c76b Mon Sep 17 00:00:00 2001 From: championshuttler Date: Thu, 16 Jun 2022 11:39:18 +0300 Subject: [PATCH] Change the license field to Apache License --- Bundle.ecl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bundle.ecl b/Bundle.ecl index 62e5f08..e500c8e 100644 --- a/Bundle.ecl +++ b/Bundle.ecl @@ -6,7 +6,7 @@ EXPORT Bundle := MODULE(Std.BundleBase) EXPORT Name := 'HPCC_Causality'; EXPORT Description := 'HPCC Causality Bundle'; EXPORT Authors := ['HPCCSystems']; - EXPORT License := 'See LICENSE.TXT'; + EXPORT License := 'http://www.apache.org/licenses/LICENSE-2.0'; EXPORT Copyright := 'Copyright (C) 2022 HPCC Systems®'; EXPORT DependsOn := ['ML_Core']; EXPORT Version := '1.0';