File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- Except the "com.cisco.spark.android:common-lib" and "com.webex:wme4android-release"
2
- licensed under Cisco EULA
3
- (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html),
4
- everything else is licensed under MIT License below.
1
+ - Except the "Wme.framework" licensed under Cisco API license (see CISCO_API_LICENSE.pdf),
2
+ - And except the H264 codec license under the following license https://developer.ciscospark.com/docs/sdk-widgets/ios/h264-license-information.html
3
+ Everything else is licensed under MIT License below.
5
4
6
5
MIT License
7
6
8
- Copyright (c) 2016-2017 Cisco Systems, Inc.
7
+ Copyright (c) 2016-2018 Cisco Systems, Inc.
9
8
10
9
Permission is hereby granted, free of charge, to any person obtaining a copy
11
10
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 9
9
10
10
moduleGroupId = ' com.ciscospark'
11
11
moduleArtifactId = ' androidsdk'
12
- moduleVersion = ' 1.3.0-SNAPSHOT '
12
+ moduleVersion = ' 1.3.0'
13
13
14
14
moduleDescription = ' Cisco Spark SDK for Android'
15
15
@@ -133,6 +133,7 @@ android {
133
133
from fromDir
134
134
into outputAarUnzipedDir
135
135
include ' LICENSE'
136
+ include ' CISCO API LICENSE FINAL.pdf'
136
137
}
137
138
138
139
task reZipAar(type : Zip , dependsOn : ' addLicenseFileInUnzipedAar' ) {
@@ -227,7 +228,7 @@ publishing {
227
228
dependencies {
228
229
compile fileTree(dir : ' libs' , include : [' *.jar' ])
229
230
provided ' com.squareup.dagger:dagger-compiler:1.2.5'
230
- compile(' com.cisco.spark.android:common-lib:2.0.4055130-SNAPSHOT @aar' , {
231
+ compile(' com.cisco.spark.android:common-lib:2.0.4055130@aar' , {
231
232
transitive = true
232
233
})
233
234
testCompile ' com.squareup.okhttp3:okhttp:3.9.0'
@@ -254,6 +255,7 @@ def revision() {
254
255
task sourcesJar (type : Jar ) {
255
256
classifier = ' sources'
256
257
from " ../LICENSE"
258
+ from " ../CISCO API LICENSE FINAL.pdf"
257
259
from android. sourceSets. main. java. srcDirs
258
260
}
259
261
You can’t perform that action at this time.
0 commit comments