Skip to content

Commit 62cc198

Browse files
yaooqinnsrowen
authored andcommitted
[SPARK-38799][INFRA] Replace BSD 3-clause with ASF License v2 for scala binaries
### What changes were proposed in this pull request? Replace BSD 3-clause with ASF License v2 for scala binaries ### Why are the changes needed? Scala distribution is released under the ASF License v2 since 2.12.x, while 2.11.x is BSD 3-clause, see https://www.scala-lang.org/news/license-change.html https://www.scala-lang.org/download/2.11.12.html https://www.scala-lang.org/download/2.13.8.html https://www.scala-lang.org/download/2.12.15.html ### Does this PR introduce _any_ user-facing change? yes, people who use the binary distribution of spark shall be aware of the licenses from upstream. ### How was this patch tested? pass GHA Closes apache#36081 from yaooqinn/SPARK-38799. Authored-by: Kent Yao <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent fb3f380 commit 62cc198

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

LICENSE-binary

+4-4
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ org.eclipse.jetty:jetty-servlets
382382
org.eclipse.jetty:jetty-util
383383
org.eclipse.jetty:jetty-webapp
384384
org.eclipse.jetty:jetty-xml
385+
org.scala-lang:scala-compiler
386+
org.scala-lang:scala-library
387+
org.scala-lang:scala-reflect
388+
org.scala-lang.modules:scala-parser-combinators_2.12
385389
org.scala-lang.modules:scala-xml_2.12
386390
com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter
387391
com.zaxxer.HikariCP
@@ -445,10 +449,6 @@ org.antlr:stringtemplate
445449
org.antlr:antlr4-runtime
446450
antlr:antlr
447451
com.thoughtworks.paranamer:paranamer
448-
org.scala-lang:scala-compiler
449-
org.scala-lang:scala-library
450-
org.scala-lang:scala-reflect
451-
org.scala-lang.modules:scala-parser-combinators_2.12
452452
org.fusesource.leveldbjni:leveldbjni-all
453453
net.sourceforge.f2j:arpack_combined_all
454454
xmlenc:xmlenc

licenses-binary/LICENSE-scala.txt

-30
This file was deleted.

0 commit comments

Comments
 (0)