Hi everyone,

I'm working on another RC for parquet-format and I want to make sure I get the LICENSE and NOTICE files correct before calling another vote. I think I have them fixed in PR #15 [1], but I'd appreciate it if anyone that has done this before and has time could take a look at the pull request to make sure.

Here's a quick summary of what happens with the PR:
* There are no bundled dependencies for the source distribution
  - LICENSE and NOTICE are boilerplate
* A new LICENSE file for the binary is in src/main/resources/META-INF
* SLF4J is bundled / shaded in the jar
  - LICENSE contains a section for SLF4J with the MIT license content
  - SLF4J has not NOTICE file, so there are not NOTICE additions
* Thrift is bundled / shaded in the jar
- I went through all of the additional licenses in Thrift's LICENSE.txt file. None of the additional licenses apply to parquet-format so none were copied into its LICENSE file
  - Thrift has a boilerplate NOTICE file so there are no additions
* Thrift's LICENSE.txt and NOTICE.txt are no longer included in the jar

Thanks for your help!

rb

[1]: https://github.com/apache/incubator-parquet-format/pull/15

--
Ryan Blue
Software Engineer
Cloudera, Inc.

Reply via email to