diff mx.jvmci/suite.py @ 22410:7dd034e68f2e

Make sure lafo-snapshots repo is compatible with truffle definition
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Fri, 07 Aug 2015 14:46:04 +0200
parents c96eec5ceeed
children 454a38908a59
line wrap: on
line diff
--- 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 -------------