Skip to content

Commit

Permalink
Merge pull request #3 from championshuttler/patch-1
Browse files Browse the repository at this point in the history
Change the license field to Apache License

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jun 17, 2022
2 parents 8c7ab08 + ccd46d1 commit 0e89aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bundle.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0e89aaf

Please sign in to comment.