Hi, > I'm a little confused about the license process; > 1. If the license header of the third-party code contains Copyright, can it > be kept in our code, or should it be removed and only declared in the NOTICE > file
The 3rd party header has to be keep in your code and not removed. Copyright notices are only relocated if they are donated to the ASF as part of a software grant. > 2. If a large class/file refers to a small piece of code (or subclass), how > to choose to cancel the license header, can both be kept, or should only one > be selected > 3. A subclass is a third-party code reference, can its license header be > placed on the subclass name, or must it be placed in the entire file to open > (if so, how to indicate which part is referenced) I’m not sure what you are asking, but if you copy any 3rd party code you should also keep the header, and not change it even if you make modifications to the code. Kind Regards, Justin --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org