-
Notifications
You must be signed in to change notification settings - Fork 3.7k
GH-46488 [C#] Switch to license expression #46624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
See also: |
|
@@ -45,7 +45,7 @@ | |||
<Authors>The Apache Software Foundation</Authors> | |||
<PackageIcon>feather.png</PackageIcon> | |||
<!-- We can't use PackageLicenseExpression; the license file also contains 3rd-party notices. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you read this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but when you review the third party notices, they are referring to the other languages ie cpp. At the same time on reviewing the source code, I couldn't find a source file which didn't have the Apache licence header or wasn't auto generated. Based on that it should be possible to move most if not all packages from the deprecated property to the replacement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the same time on reviewing the source code, I couldn't find a source file which didn't have the Apache licence header or wasn't auto generated.
How did you do it? Could you clarify it to clear our license?
BTW, we'll move csharp/
in apache/arrow to apache/arrow-dotnet: apache/arrow-dotnet#1
Can we work on this after it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did you do it? Could you clarify it to clear our license?
I manually went through checking files in each of the projects including the sub folders.
BTW, we'll move csharp/ in apache/arrow to apache/arrow-dotnet: apache/arrow-dotnet#1
Can we work on this after it?
sure that is fine
What changes are included in this PR?
Update to csproj property
Are these changes tested?
Yes
Are there any user-facing changes?
No
Closes #46488