diff --git a/NEWS.md b/NEWS.md index 3b63003..cd24cf8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ * Requires `API_NAME vX.Y` ### Features +* Add third-party license notes to README ([MODNOTES-297](https://folio-org.atlassian.net/browse/MODNOTES-297)) * Description ([ISSUE](https://folio-org.atlassian.net/browse/ISSUE)) ### Bug fixes diff --git a/README.md b/README.md index 8229633..5b4e0a7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,31 @@ # mod-notes -Copyright (C) 2017-2023 The Open Library Foundation +Copyright (C) 2017-2026 The Open Library Foundation + +## License This software is distributed under the terms of the Apache License, Version 2.0. See the file "[LICENSE](LICENSE)" for more information. +### Significantly different licenses + +The runtime ships with some third-party libraries with restrictions +significantly different from those of the Apache License, see the following list. +Build time libraries (compile only, or test only) are out of scope. + +See FOLIO's license policy in the +[Module Acceptance Criteria](https://github.com/folio-org/tech-council/blob/master/MODULE_ACCEPTANCE_CRITERIA.MD#sharedcommon). + +| Library | License | Project URL | +|---|---|---| +| `jakarta.annotation:jakarta.annotation-api` | EPL 2.0 or GPL2 w/ CPE | | +| `jakarta.transaction:jakarta.transaction-api` | EPL 2.0 or GPL2 w/ CPE | | +| `javax.xml.bind:jaxb-api` | CDDL 1.1 or GPL2 w/ CPE | | +| `org.aspectj:aspectjweaver` | Eclipse Public License - v 2.0 | | +| `org.eclipse.sisu:org.eclipse.sisu.plexus` | Eclipse Public License 1.0 | | +| `org.liquibase:liquibase-core` | FSL-1.1-ALv2 | | +| `org.z3950.zing:cql-java` | LGPL-2.1-only | | + ## Introduction Notes on all types of objects.