Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add remain 3rd-party dependency licenses #2053

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

simon824
Copy link
Member

@simon824 simon824 commented Dec 15, 2022

closed #2007

  1. LICENSE-annotations.txt https://github.com/google/error-prone/blob/master/COPYING
  2. LICENSE-opencypher-ast-9.0.txt https://github.com/opencypher/front-end/blob/9.0/LICENSE.txt
    a. LICENSE-expressions-9.0.txt
    b. LICENSE-parser-9.0.txt
    c. LICENSE-rewriting-9.0.txt
    d. LICENSE-util-9.0.txt
  3. LICENSE-cassandra-all.txt https://github.com/apache/cassandra/blob/trunk/LICENSE.txt
  4. LICENSE-concurrent-trees.txt https://github.com/npgall/concurrent-trees/blob/master/LICENSE.txt
  5. LICENSE-concurrentlinkedhashmap-lru.txt https://github.com/ben-manes/concurrentlinkedhashmap/blob/master/LICENSE
  6. LICENSE-disruptor.txt https://github.com/LMAX-Exchange/disruptor/blob/3.3.6/LICENCE.txt
  7. LICENSE-exp4j.txt https://www.objecthunter.net/exp4j/license.html
  8. LICENSE-fastutil.txt https://github.com/vigna/fastutil/blob/master/LICENSE-2.0
  9. LICENSE-findbugs-annotations.txt https://github.com/stephenc/findbugs-annotations
    a. LICENSE-front-end.txt
  10. LICENSE-groovy-groovysh.txt https://github.com/apache/groovy/blob/master/LICENSE
    a. LICENSE-groovy-json.txt
    b. LICENSE-groovy-jsr223.txt
  11. LICENSE-hamcrest.txt https://github.com/hamcrest/JavaHamcrest/blob/master/LICENSE.txt
  12. LICENSE-hppc.txt https://github.com/carrotsearch/hppc/blob/master/LICENSE.txt
  13. LICENSE-javax.json.txt https://github.com/javaee/jsonp/blob/master/LICENSE.txt
  14. LICENSE-jcabi-log.txt https://github.com/jcabi/jcabi-log/blob/master/LICENSE.txt
  15. LICENSE-jcabi-manifests.txt https://github.com/jcabi/jcabi-manifests/blob/master/LICENSE.txt
  16. LICENSE-jcl-over-slf4j.txt https://github.com/bgandon/juli-jcl-over-slf4j/blob/master/LICENSE.txt
  17. LICENSE-jflex.txt https://github.com/jflex-de/jflex/blob/master/LICENSE.md
  18. LICENSE-jieba-analysis.txt https://github.com/huaban/jieba-analysis/blob/master/LICENSE
  19. LICENSE-json-simple.txt hhttps://github.com/fangyidong/json-simple/blob/master/LICENSE.txt
  20. LICENSE-json-smart.txt https://github.com/netplex/json-smart-v1/blob/master/LICENSE
  21. LICENSE-ohc-core.txt https://github.com/OpenHC/OHC-core/blob/master/LICENSE
  22. LICENSE-parboiled-core.txt https://github.com/sirthias/parboiled/blob/master/LICENSE
    a. LICENSE-parboiled-scala_2.12.txt
  23. LICENSE-rocksdbjni.txt https://github.com/facebook/rocksdb/blob/2e09a54c4f/LICENSE.Apache
  24. LICENSE-sigar.txt https://mvnrepository.com/artifact/org.fusesource/sigar/1.6.4
  25. LICENSE-snakeyaml.txt https://github.com/snakeyaml/snakeyaml/blob/master/LICENSE.txt
  26. LICENSE-snowball-stemmer.txt https://github.com/snowballstem/snowball/blob/master/COPYING
  27. LICENSE-tracer-core.txt https://github.com/spring-projects/spring-boot/blob/main/LICENSE.txt

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Merging #2053 (14f6ef4) into master (85499f3) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2053      +/-   ##
============================================
+ Coverage     68.40%   68.44%   +0.03%     
  Complexity      976      976              
============================================
  Files           481      481              
  Lines         39749    39749              
  Branches       5582     5582              
============================================
+ Hits          27192    27206      +14     
+ Misses         9931     9919      -12     
+ Partials       2626     2624       -2     
Impacted Files Coverage Δ
...n/java/org/apache/hugegraph/schema/IndexLabel.java 76.13% <0.00%> (-1.14%) ⬇️
...g/apache/hugegraph/backend/store/BackendTable.java 84.52% <0.00%> (-0.60%) ⬇️
.../apache/hugegraph/backend/tx/GraphTransaction.java 79.93% <0.00%> (-0.21%) ⬇️
...a/org/apache/hugegraph/util/collection/IntMap.java 72.80% <0.00%> (+0.39%) ⬆️
...a/org/apache/hugegraph/task/ServerInfoManager.java 75.00% <0.00%> (+1.74%) ⬆️
...hugegraph/backend/store/raft/RaftBackendStore.java 81.72% <0.00%> (+6.45%) ⬆️
...ache/hugegraph/backend/store/raft/RaftClosure.java 62.06% <0.00%> (+17.24%) ⬆️
...pache/hugegraph/backend/store/raft/RaftResult.java 100.00% <0.00%> (+18.75%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@imbajin imbajin changed the title add remain thrid-party dependency licenses chore: add remain 3rd-party dependency licenses Dec 15, 2022
@imbajin imbajin requested a review from zyxxoo December 15, 2022 13:19
@imbajin imbajin added the apache label Dec 15, 2022
@imbajin imbajin added this to the 1.0.0 milestone Dec 15, 2022
@zyxxoo zyxxoo merged commit 8047fe7 into apache:master Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature] Add thrid-party dependency licenses
3 participants