HI, > I'm struggling to find any examples of ASF jars pushed to maven > central that have anything other than the standard boilerplate Apache > LICENSE and NOTICE. Having a transitive dependency on another jar > doesn't appear to be mentioned in any jar LICENSE/NOTICE that I > checked.
See [1]. In some case where there’s no 3rd party code in the jar they will be identical. > With Pekko, bundling classes from other non-Apache projects is not the > norm (with a small number of exceptions) - the pom.xml just lists > dependencies on the jars we need. > > Is there anything else that affects what appears in a jar's META-INF > LICENSE and NOTICE? Including code of other Apache projects could effect your NOTICE file. [2] Kind Regards, Justin 1. https://infra.apache.org/licensing-howto.html#guiding <https://infra.apache.org/licensing-howto.html#guiding> 2. https://infra.apache.org/licensing-howto.html#alv2-dep <https://infra.apache.org/licensing-howto.html#alv2-dep>