Skip to content

Commit fad4755

Browse files
authored
Add missing license urls
Add missing license URLs for net.java.dev.jna:jna-platform and net.harawata:appdirs.
1 parent 55ee48a commit fad4755

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

buildSrc/src/main/groovy/com/google/edwmigration/dumper/build/licensereport/OverridesUtil.groovy

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,15 @@ class OverridesUtil {
917917
"net.java.dev.jna:jna": [
918918
projectUrl: "https://github.com/java-native-access/jna",
919919
licenseUrl: "https://github.com/java-native-access/jna/blob/master/LICENSE"
920-
]
920+
],
921+
"net.java.dev.jna:jna-platform": [
922+
projectUrl: "https://github.com/java-native-access/jna",
923+
licenseUrl: "https://github.com/java-native-access/jna/blob/master/LICENSE"
924+
],
925+
"net.harawata:appdirs": [
926+
projectUrl: "https://github.com/harawata/appdirs",
927+
licenseUrl: "https://raw.githubusercontent.com/harawata/appdirs/refs/heads/master/LICENSE.txt"
928+
],
921929
]
922930
}
923931
}

0 commit comments

Comments
 (0)