forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42649][CORE] Remove the standard Apache License header from th…
…e top of third-party source files ### What changes were proposed in this pull request? This PR aims to remove the standard Apache License header from the top of third-party source files. According to LICENSE file, I found two files. - https://github.com/apache/spark/blob/master/LICENSE ### Why are the changes needed? This was requested via `devspark` mailing list. - https://lists.apache.org/thread/wfy9sykncw2znhzlvyd18bkyjr7l9x43 Here is the ASF legal policy. - 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. ### Does this PR introduce _any_ user-facing change? No. This is a source code distribution. ### How was this patch tested? Manual review. Closes apache#40249 from dongjoon-hyun/SPARK-42649. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information
1 parent
a9626d5
commit 2c9f67c
Showing
3 changed files
with
2 additions
and
34 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
common/network-common/src/main/java/org/apache/spark/network/util/LimitedInputStream.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
core/src/main/java/org/apache/spark/util/collection/TimSort.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,3 +141,5 @@ any.proto | |
empty.proto | ||
.*\.explain | ||
.*\.proto.bin | ||
LimitedInputStream.java | ||
TimSort.java |