Update NOTICE.txt to be relevant to DataFusion#10185
Merged
andygrove merged 1 commit intoapache:mainfrom Apr 23, 2024
Merged
Conversation
alamb
commented
Apr 23, 2024
| Apache Arrow | ||
| Copyright 2016-2019 The Apache Software Foundation | ||
| Apache DataFusion | ||
| Copyright 2019-2024 The Apache Software Foundation |
Contributor
Author
There was a problem hiding this comment.
andygrove
approved these changes
Apr 23, 2024
ccciudatu
pushed a commit
to hstack/datafusion
that referenced
this pull request
Apr 26, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #10131
Rationale for this change
It seems like
NOTICE.txtwas brought from the arrow repo and not modified sinceWhat changes are included in this PR?
Update
NOTICE.txtwith content relevant to DataFusionI don't think we have code from other projects in DataFusion that isn't otherwise marked. According to https://infra.apache.org/licensing-howto.html#mod-notice this is largely for bundled dependencies. Since DataFusion doesn't bundle dependencies (instead it relies of crates.io) this file's contents are largely irrelevant I think
Are these changes tested?
N/A
Are there any user-facing changes?
Updated docuemntation