Skip to content

Commit fba29fe

Browse files
committed
Use updated license
1 parent c529317 commit fba29fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install {
6363
licenses {
6464
license {
6565
name 'The BSD 3-Clause License'
66-
url 'https://raw.githubusercontent.com/ServiceStack/Assets/master/docs/license/LICENSE-BSD3.txt'
66+
url 'https://servicestack.net/bsd-license.txt'
6767
}
6868
}
6969

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install {
4242
licenses {
4343
license {
4444
name 'The BSD 3-Clause License'
45-
url 'https://raw.githubusercontent.com/ServiceStack/Assets/master/docs/license/LICENSE-BSD3.txt'
45+
url 'https://servicestack.net/bsd-license.txt'
4646
}
4747
}
4848

src/AndroidClient/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<licenses>
1212
<license>
1313
<name>The BSD 3-Clause License</name>
14-
<url>https://raw.githubusercontent.com/ServiceStack/Assets/master/docs/license/LICENSE-BSD3.txt</url>
14+
<url>https://servicestack.net/bsd-license.txt</url>
1515
</license>
1616
</licenses>
1717
<developers>

0 commit comments

Comments
 (0)