Hi, >> HPPC (no notice file) > > You'd previously suggested that we assume a standard notice for HPPC and > add copyright but i believe i found that copyright in their source notice > at one point.
Up to you/the PPMC I think, INAL but given there's no NOTICE there’s no need to do anything. > If it is acceptable to simply not include such things, then I imagine it > would be best to go that route and keep things simple. Keeping everything out of NOTICE that should’t be there is the advice i.e. "It is important to keep NOTICE as brief and simple as possible” [1] > If all that sounds good, then I've made a bunch of changes in that context: > > https://github.com/apache/incubator-tinkerpop/blob/f08a4488907090eea8cde8eaf9acac7ada28fc7c/gremlin-console/src/main/NOTICE > https://github.com/apache/incubator-tinkerpop/blob/f08a4488907090eea8cde8eaf9acac7ada28fc7c/gremlin-server/src/main/NOTICE Looks much better but may be missing some dependancies of dependancies [2] I’d double check if Apache Harmony, Compress-LZF, lz4, lzma-java, Aalto XML or HPACK are actually bundled and if so check if they have NOTICE files that may effect your NOTICE file. That list is from the Netty NOTICE file [3], some are optional so look at what’s in the netty jar to try and work out what is actually bundled. Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#mod-notice 2. http://www.apache.org/dev/licensing-howto.html#deps-of-deps 3. https://github.com/netty/netty/blob/master/NOTICE.txt --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org