-
- Downloads
[SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSE
In the course of https://issues.apache.org/jira/browse/LEGAL-226 it came to light that the guidance at http://www.apache.org/dev/licensing-howto.html#permissive-deps means that permissively-licensed dependencies has a different interpretation than we (er, I) had been operating under. "pointer ... to the license within the source tree" specifically means a copy of the license within Spark's distribution, whereas at the moment, Spark's LICENSE has a pointer to the project's license in the other project's source tree. The remedy is simply to inline all such license references (i.e. BSD/MIT licenses) or include their text in "licenses" subdirectory and point to that. Along the way, we can also treat other BSD/MIT licenses, whose text has been inlined into LICENSE, in the same way. The LICENSE file can continue to provide a helpful list of BSD/MIT licensed projects and a pointer to their sites. This would be over and above including license text in the distro, which is the essential thing. Author: Sean Owen <sowen@cloudera.com> Closes #8919 from srowen/SPARK-10833.
Showing
- LICENSE 20 additions, 679 deletionsLICENSE
- NOTICE 35 additions, 0 deletionsNOTICE
- core/src/main/java/org/apache/spark/util/collection/TimSort.java 18 additions, 0 deletions...c/main/java/org/apache/spark/util/collection/TimSort.java
- licenses/LICENSE-AnchorJS.txt 21 additions, 0 deletionslicenses/LICENSE-AnchorJS.txt
- licenses/LICENSE-DPark.txt 30 additions, 0 deletionslicenses/LICENSE-DPark.txt
- licenses/LICENSE-Mockito.txt 21 additions, 0 deletionslicenses/LICENSE-Mockito.txt
- licenses/LICENSE-SnapTree.txt 35 additions, 0 deletionslicenses/LICENSE-SnapTree.txt
- licenses/LICENSE-antlr.txt 8 additions, 0 deletionslicenses/LICENSE-antlr.txt
- licenses/LICENSE-boto.txt 20 additions, 0 deletionslicenses/LICENSE-boto.txt
- licenses/LICENSE-cloudpickle.txt 28 additions, 0 deletionslicenses/LICENSE-cloudpickle.txt
- licenses/LICENSE-d3.min.js.txt 26 additions, 0 deletionslicenses/LICENSE-d3.min.js.txt
- licenses/LICENSE-dagre-d3.txt 19 additions, 0 deletionslicenses/LICENSE-dagre-d3.txt
- licenses/LICENSE-f2j.txt 8 additions, 0 deletionslicenses/LICENSE-f2j.txt
- licenses/LICENSE-graphlib-dot.txt 19 additions, 0 deletionslicenses/LICENSE-graphlib-dot.txt
- licenses/LICENSE-heapq.txt 280 additions, 0 deletionslicenses/LICENSE-heapq.txt
- licenses/LICENSE-javolution.txt 27 additions, 0 deletionslicenses/LICENSE-javolution.txt
- licenses/LICENSE-jbcrypt.txt 17 additions, 0 deletionslicenses/LICENSE-jbcrypt.txt
- licenses/LICENSE-jblas.txt 31 additions, 0 deletionslicenses/LICENSE-jblas.txt
- licenses/LICENSE-jline.txt 32 additions, 0 deletionslicenses/LICENSE-jline.txt
- licenses/LICENSE-jpmml-model.txt 10 additions, 0 deletionslicenses/LICENSE-jpmml-model.txt
Loading
Please register or sign in to comment