Skip to content

Commit 7fec43e

Browse files
committed
fix the licensing list
1 parent 2792a7f commit 7fec43e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

license-overrides.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
com.fasterxml.jackson:jackson-bom:2.14.2|https://github.com/FasterXML/jackson-bom|The Apache Software License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0.txt
21
colt:colt:1.2.0|https://dst.lbl.gov/ACSSoftware/colt/index.html|Colt License Agreement|https://dst.lbl.gov/ACSSoftware/colt/license.html
32
com.panayotis:JavaPlot:1.0|https://javaplot.yot.is/|GNU Lesser General Public License v3.0|https://www.gnu.org/licenses/lgpl-3.0
4-
com.squareup.okio:okio:3.0.0|https://github.com/square/okio/|The Apache Software License, Version 2.0|http://www.apache.org/licenses/LICENSE-2.0.txt
5-
org.json:json:1.0|https://github.com/stleary/JSON-java|Public Domain|
3+
org.json:json:1.0|https://github.com/stleary/JSON-java|PUBLIC DOMAIN|
64
org.mozilla.intl:chardet:1.0|https://www-archive.mozilla.org/projects/intl/chardet.html|Public Domain|
75
tw.edu.ntu.csie:libsvm:3.20|https://www.csie.ntu.edu.tw/~cjlin/libsvm/|The 3-Clause BSD License|https://opensource.org/licenses/BSD-3-Clause
8-
xml-apis:xml-apis:2.0.2||Apache Software License, Version 1.1|http://www.apache.org/licenses/LICENSE-1.1
6+
xml-apis:xml-apis:2.0.2||Apache License, Version 1.1|http://www.apache.org/licenses/LICENSE-1.1
7+
com.teamdev.jxbrowser:jxbrowser-linux64:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
8+
com.teamdev.jxbrowser:jxbrowser-linux64-arm:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
9+
com.teamdev.jxbrowser:jxbrowser-wind64:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
10+
com.teamdev.jxbrowser:jxbrowser-mac:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
11+
com.teamdev.jxbrowser:jxbrowser-mac-arm:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
12+
com.teamdev.jxbrowser:jxbrowser-swing:8.8.0|https://teamdev.com/jxbrowser/|Proprietary, see COPYING.txt|
13+
org.jdesktop:timingframework:0.55||Apache License, Version 2.0|https://www.apache.org/licenses/LICENSE-2.0.txt
14+
raven.swing:spinner-progress:1.0.0|https://github.com/DJ-Raven/spinner-progress|MIT License|https://opensource.org/license/mit
15+
edu.ucdavis.fiehnlab.splash:core:1.8|https://github.com/berlinguyinca/spectra-hash|The 3-Clause BSD License|https://opensource.org/licenses/BSD-3-Clause

sirius_rest_service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
implementation 'org.springframework.security:spring-security-oauth2-jose'
8181

8282

83-
implementation 'com.brightgiant:secure-api:1.2.0'
83+
implementation 'com.brightgiant:secure-api:1.2.1'
8484

8585
}
8686
//todo use logback instead of java util logging! => needs support in jjobs

0 commit comments

Comments
 (0)