Thank you. Here is the PR to fix that.
https://github.com/apache/spark/pull/40249
[SPARK-42649][CORE] Remove the standard Apache License header from the top
of third-party source files
Dongjoon.
On Wed, Mar 1, 2023 at 11:53 PM wrote:
> Hi,
>
> See https://www.apache.org/legal/src-headers.html
Hi,
See https://www.apache.org/legal/src-headers.html#3party - "Do not add the
standard Apache License header to the top of third-party source files.” and
"Minor modifications/additions to third-party source files should typically be
licensed under the same terms as the rest of the third-party
Right, it contains ALv2 licensed code attributed to two authors - some is
from Guava, some is from Apache Spark contributors.
I thought this is how we should handle this. It's not feasible to go line
by line and say what came from where.
On Wed, Mar 1, 2023 at 1:33 AM Dongjoon Hyun
wrote:
> May
May I ask why do you thinkn in that way? Could you elaborate a little more
about your concerns if you mean it from a legal perspective?
> The ASF header states "Licensed to the Apache Software Foundation (ASF)
under one or more contributor license agreements.”
> I ‘m not sure this is true with thi
Hi,
The issue is not the original header it is the addition of the ASF header. The
ASF header states "Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.” I ‘m not sure this is true with this
file even though both Spark and this file are under the
+CC @Justin Mclean, and @Willem Jiang since you left the concerns
It looks like Spark may have incorrectly added that header. You could ask
> them why it was added perhaps or just leave it as is.
>
Kind Regards,
>
Justin
>
I have the same question as Justin asked, do we need to add the ASF Licen
Since both license headers are Apache License 2.0, we don't see any issue
there. They are compatible.
The first line of the second license header means the file was copied from
Google Guava project originally.
Apache Spark community keeps the original header because it has
`Authorship` part, `Cop