Hi, I'm not involved in this project but I'm involved in the ASF and have reviewed 100's of releases there. I took a look at your LICENSE and NOTICE and noticed a number of things.
- LICENSE is for license information not NOTICE. The NOTICE file has a large amount of license information.
- The LICENSE and NOTICE should reflect the contents of the release, not its dependencies. NOTICE seems to list licenses of dependancies. This means that the binary and source releases may have different LICENSE and NOTICE files.
- Files don't have Apache license headers.
- I noticed a few files that have Kubernetes Apache headers also have a NetApp copyright notice added.
- Some headers have "All Rights Reserved." which, while as I understand it has no legal standing, but generally means that it's not open source software.
- The software includes a GPL dependency that is not compatible with the Apache license
This article on assembling LICENSE and NOTICE may help [1] or if you want I can assemble them for you. On the GPL issue please see [2][3]
- https://infra.apache.org/licensing-howto.html
- https://www.apache.org/legal/resolved.html#prohibited
- https://www.apache.org/licenses/GPL-compatibility.html
Hi, I'm not involved in this project but I'm involved in the ASF and have reviewed 100's of releases there. I took a look at your LICENSE and NOTICE and noticed a number of things.
This article on assembling LICENSE and NOTICE may help [1] or if you want I can assemble them for you. On the GPL issue please see [2][3]