Skip to content

Latest commit

 

History

History
98 lines (63 loc) · 2.63 KB

README.md

File metadata and controls

98 lines (63 loc) · 2.63 KB

Legal

The Xenon library is copyrighted by the Netherlands eScience Center and released under the Apache License, Version 2.0. A copy of the license may be obtained from http://www.apache.org/licenses/LICENSE-2.0.

Xenon uses several third-party libraries that have their own (permissive, open source) licenses. This document uses the short names from https://spdx.org/licenses/ to unambiguously identify licenses. There are 2 sets of licenses to consider. These are:

  1. runtime libraries
  2. development libraries, for example for testing and checking code style

runtime libraries

For now, I limited the runtime libraries to the list of jars from ./build/install/xenon/lib/ that you get after issuing this command:

./gradlew installDist
  • items labeled N have a copy of notice file in legal/
  • items labeled L have a copy of license file in legal/

Apache-2.0

  1. aws-s3-2.0.2.jar N, L
  2. cglib-2.2.1-v20090111.jar N, L
  3. commons-codec-1.9.jar N, L
  4. commons-logging-1.2.jar N, L
  5. commons-net-3.3.jar N, L
  6. gson-2.5.jar L
  7. guava-16.0.1.jar L
  8. guice-3.0.jar N, L
  9. guice-assistedinject-3.0.jar N, L
  10. httpclient-4.5.1.jar N, L
  11. httpcore-4.4.3.jar N, L
  12. javax.inject-1.jar L
  13. java-xmlbuilder-1.1.jar L
  14. jclouds-blobstore-2.0.2.jar N, L
  15. jclouds-core-2.0.2.jar N, L
  16. joda-time-2.8.1.jar N, L
  17. s3-2.0.2.jar N, L
  18. sardine-5.7.jar L
  19. sshd-core-1.4.0.jar N, L
  20. sts-2.0.2.jar N, L

BSD-3-Clause

  1. asm-3.1.jar L

CDDL-1.0

  1. jsr250-api-1.0.jar L
  2. jsr311-api-1.1.1.jar L

LGPL-2.1 or EPL-1.0 dual-license

  1. logback-classic-1.0.11.jar L
  2. logback-core-1.0.11.jar L

MIT

  1. slf4j-api-1.7.22.jar L

public domain

  1. aopalliance-1.0.jar
  2. base64-2.3.8.jar

development libraries

Apache-2.0

  1. gradle-wrapper.jar L

BSD-3-Clause

  1. hamcrest-core-1.3.jar L
  2. hamcrest-library-1.3.jar L

CPL-1.0

  1. system-rules-1.16.0.jar L

EPL-1.0

  1. junit-4.12.jar L

MIT

  1. mockito-all-1.9.5.jar L