Skip to content

Commit e4094b6

Browse files
committed
Fix license.
1 parent 53c71b5 commit e4094b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ publishing {
161161
url = 'https://github.com/typesense/typesense-java'
162162
licenses {
163163
license {
164-
name = 'GNU General Public License v3.0'
165-
url = 'https://www.gnu.org/licenses/gpl-3.0.en.html'
164+
name = 'Apache License, Version 2.0'
165+
url = 'http://www.apache.org/licenses/LICENSE-2.0'
166166
}
167167
}
168168
developers {

0 commit comments

Comments
 (0)