Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/164#discussion_r49289777
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -206,6 +206,11 @@ language governing permissions and limitations under
the License. -->
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
--- End diff --
So unfortunately I think this library may be a no-go. In reviewing the
LICENSE it is said to be ASLv2. However, in reviewing their NOTICE as-is
necessary to copy forward any appropriate NOTICE data there is a GCC Exception
(GPL v3). https://github.com/xerial/snappy-java/blob/develop/NOTICE I do not
believe this is allowed under ASF licensing guidelines. More on the topic of
even GPLv3 w/Exceptions being not allowed can be found here
http://www.apache.org/legal/resolved.html
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---