# HG changeset patch # User Gilles Duboscq # Date 1438951564 -7200 # Node ID 7dd034e68f2e8906955fc05429d42da80482b6b6 # Parent a77ab2624d17d381e2d1965d7be3ef20eaea193b Make sure lafo-snapshots repo is compatible with truffle definition diff -r a77ab2624d17 -r 7dd034e68f2e mx.jvmci/suite.py --- a/mx.jvmci/suite.py Fri Aug 07 10:02:52 2015 +0200 +++ b/mx.jvmci/suite.py Fri Aug 07 14:46:04 2015 +0200 @@ -11,9 +11,17 @@ "repositories" : { "lafo-snapshots" : { "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", - "licenses" : ["GPLv2-CPE"] + "licenses" : ["GPLv2-CPE", "UPL"] }, }, + + "licenses" : { + "UPL" : { + "name" : "Universal Permissive License, Version 1.0", + "url" : "http://opensource.org/licenses/UPL", + } + }, + "defaultLicense" : "GPLv2-CPE", # ------------- Libraries -------------