|
86 | 86 | "repositories": {
|
87 | 87 | "python-public-snapshots": {
|
88 | 88 | "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"] |
90 | 90 | },
|
91 | 91 | "python-local-snapshots": {
|
92 | 92 | "url": "http://localhost",
|
93 |
| - "licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT"] |
| 93 | + "licenses": ["GPLv2-CPE", "UPL", "BSD-new", "MIT", "PSF-License"] |
94 | 94 | },
|
95 | 95 | },
|
96 | 96 |
|
|
837 | 837 | ],
|
838 | 838 | "exclude": ["sdk:JLINE3"],
|
839 | 839 | "description": "GraalPython launcher",
|
840 |
| - "maven" : { |
| 840 | + "maven": { |
841 | 841 | "groupId": "org.graalvm.python",
|
842 |
| - "artifactId" : "python-launcher", |
| 842 | + "artifactId": "python-launcher", |
843 | 843 | },
|
844 | 844 | },
|
845 | 845 |
|
|
922 | 922 | "artifactId": "python-resources",
|
923 | 923 | "groupId": "org.graalvm.python",
|
924 | 924 | },
|
| 925 | + "license": [ |
| 926 | + "UPL", |
| 927 | + "MIT", |
| 928 | + "PSF-License", |
| 929 | + ], |
925 | 930 | },
|
926 | 931 |
|
927 | 932 | "GRAALPYTHON": {
|
|
984 | 989 | "groupId": "org.graalvm.python",
|
985 | 990 | },
|
986 | 991 | "noMavenJavadoc": True,
|
| 992 | + "license": [ |
| 993 | + "UPL", |
| 994 | + "MIT", |
| 995 | + "PSF-License", |
| 996 | + ], |
987 | 997 | },
|
988 | 998 |
|
989 |
| - "GRAALPYTHON_COMMUNITY" : { |
990 |
| - "type":"pom", |
991 |
| - "runtimeDependencies" : [ |
| 999 | + "GRAALPYTHON_COMMUNITY": { |
| 1000 | + "type": "pom", |
| 1001 | + "runtimeDependencies": [ |
992 | 1002 | "GRAALPYTHON",
|
993 | 1003 | "truffle:TRUFFLE_RUNTIME",
|
994 | 1004 | ],
|
995 |
| - "description" : "GraalPython engine.", |
996 |
| - "maven" : { |
| 1005 | + "description": "GraalPython engine.", |
| 1006 | + "maven": { |
997 | 1007 | "groupId": "org.graalvm.python",
|
998 |
| - "artifactId" : "python-community", |
| 1008 | + "artifactId": "python-community", |
999 | 1009 | },
|
1000 | 1010 | "license": [
|
1001 | 1011 | "UPL",
|
| 1012 | + "MIT", |
| 1013 | + "PSF-License", |
1002 | 1014 | ],
|
1003 | 1015 | },
|
1004 | 1016 |
|
|
0 commit comments