[
https://issues.apache.org/jira/browse/METRON-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15637820#comment-15637820
]
ASF GitHub Bot commented on METRON-531:
---------------------------------------
Github user joshelser commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/335#discussion_r86638908
--- Diff: metron-platform/metron-writer/src/main/resources/META-INF/NOTICE
---
@@ -0,0 +1,137 @@
+
+metron-writer
+Copyright 2006-2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project contains annotations derived from JCIP-ANNOTATIONS
+Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
+
+===============================================================================
+
+The BracketFinder (package
org.apache.commons.math3.optimization.univariate)
+and PowellOptimizer (package org.apache.commons.math3.optimization.general)
+classes are based on the Python code in module "optimize.py" (version 0.5)
+developed by Travis E. Oliphant for the SciPy library
(http://www.scipy.org/)
+Copyright © 2003-2009 SciPy Developers.
+===============================================================================
+
+The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
+RelationShip, SimplexSolver and SimplexTableau classes in package
+org.apache.commons.math3.optimization.linear include software developed by
+Benjamin McCann (http://www.benmccann.com) and distributed with
+the following copyright: Copyright 2009 Google Inc.
+===============================================================================
+
+This product includes software developed by the
+University of Chicago, as Operator of Argonne National
+Laboratory.
+The LevenbergMarquardtOptimizer class in package
+org.apache.commons.math3.optimization.general includes software
+translated from the lmder, lmpar and qrsolv Fortran routines
+from the Minpack package
+Minpack Copyright Notice (1999) University of Chicago. All rights reserved
+===============================================================================
+
+The GraggBulirschStoerIntegrator class in package
+org.apache.commons.math3.ode.nonstiff includes software translated
+from the odex Fortran routine developed by E. Hairer and G. Wanner.
+Original source copyright:
+Copyright (c) 2004, Ernst Hairer
+===============================================================================
+
+The EigenDecompositionImpl class in package
+org.apache.commons.math3.linear includes software translated
+from some LAPACK Fortran routines. Original source copyright:
+Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
+===============================================================================
+
+The MersenneTwister class in package org.apache.commons.math3.random
+includes software translated from the 2002-01-26 version of
+the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
+Nishimura. Original source copyright:
+Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
+All rights reserved
+===============================================================================
+
+The LocalizedFormatsTest class in the unit tests is an adapted version of
+the OrekitMessagesTest class from the orekit library distributed under the
+terms of the Apache 2 licence. Original source copyright:
+Copyright 2010 CS Systèmes d'Information
+===============================================================================
+
+The HermiteInterpolator class and its corresponding test have been
imported from
+the orekit library distributed under the terms of the Apache 2 licence.
Original
+source copyright:
+Copyright 2010-2012 CS Systèmes d'Information
+===============================================================================
+
+The creation of the package "o.a.c.m.analysis.integration.gauss" was
inspired
+by an original code donated by Sébastien Brisard.
+===============================================================================
+
+ The Netty Project
+ =================
+
+Please visit the Netty web site for more information:
+
+ * http://netty.io/
+
+Copyright 2011 The Netty Project
+
+Apache Avro
--- End diff --
Again, LEGAL-234
> Ensure licenses for bundled components are appropriately reflected
> ------------------------------------------------------------------
>
> Key: METRON-531
> URL: https://issues.apache.org/jira/browse/METRON-531
> Project: Metron
> Issue Type: Task
> Reporter: Casey Stella
> Assignee: Casey Stella
> Fix For: 0.2.2BETA
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Because we shade jars, we must create LICENSE and NOTICE files in the
> META-INF directory that appropriately reflect:
> * The non-ASL and still compliant components in the LICENSE
> * The appropriate portions of the NOTICE files of the 3rd party transitive
> dependencies must be replicated to the NOTICE file of the shaded jar
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)