Skip to content

Commit 120d80b

Browse files
committed
Label licenses
1 parent 98b5c2f commit 120d80b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ java {
2929

3030

3131
dependencies {
32-
implementation group: 'com.konghq', name: 'unirest-java', version: '3.14.5'
32+
implementation group: 'com.konghq', name: 'unirest-java', version: '3.14.5' // MIT
3333

34-
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
35-
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0'
36-
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
34+
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7' // Apache 2.0
35+
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0' // Apache 2.0
36+
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1' // Apache 2.0
3737

38-
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
38+
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5' // Apache 2.0
3939

40-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
40+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36' // MIT
4141
}
4242

4343

0 commit comments

Comments
 (0)