Skip to content

Commit 375844e

Browse files
committed
Fixed licenses.
1 parent 054d6d5 commit 375844e

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

mx.graalpython/suite.py

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
"repositories": {
8787
"python-public-snapshots": {
8888
"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
89-
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"]
89+
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"]
9090
},
9191
"python-local-snapshots": {
9292
"url": "http://localhost",
93-
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"]
93+
"licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"]
9494
},
9595
},
9696

@@ -837,9 +837,9 @@
837837
],
838838
"exclude": ["sdk:JLINE3"],
839839
"description": "GraalPython launcher",
840-
"maven" : {
840+
"maven": {
841841
"groupId": "org.graalvm.python",
842-
"artifactId" : "python-launcher",
842+
"artifactId": "python-launcher",
843843
},
844844
},
845845

@@ -922,6 +922,11 @@
922922
"artifactId": "python-resources",
923923
"groupId": "org.graalvm.python",
924924
},
925+
"license": [
926+
"UPL",
927+
"MIT",
928+
"PSF-License",
929+
],
925930
},
926931

927932
"GRAALPYTHON": {
@@ -984,21 +989,28 @@
984989
"groupId": "org.graalvm.python",
985990
},
986991
"noMavenJavadoc": True,
992+
"license": [
993+
"UPL",
994+
"MIT",
995+
"PSF-License",
996+
],
987997
},
988998

989-
"GRAALPYTHON_COMMUNITY" : {
990-
"type":"pom",
991-
"runtimeDependencies" : [
999+
"GRAALPYTHON_COMMUNITY": {
1000+
"type": "pom",
1001+
"runtimeDependencies": [
9921002
"GRAALPYTHON",
9931003
"truffle:TRUFFLE_RUNTIME",
9941004
],
995-
"description" : "GraalPython engine.",
996-
"maven" : {
1005+
"description": "GraalPython engine.",
1006+
"maven": {
9971007
"groupId": "org.graalvm.python",
998-
"artifactId" : "python-community",
1008+
"artifactId": "python-community",
9991009
},
10001010
"license": [
10011011
"UPL",
1012+
"MIT",
1013+
"PSF-License",
10021014
],
10031015
},
10041016

0 commit comments

Comments
 (0)