-
-
Notifications
You must be signed in to change notification settings - Fork 865
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
Update License #2176
Update License #2176
Conversation
I'm not going to update the license at the top of each file until someone has a chance to review these changes because it's too much noise. After the review I will merge this PR SixLabors/SharedInfrastructure#31 which will update the style config to use our new license. Then I'll do a simple find/replace to update each file before merging this PR. |
VS can assist you by updating the |
@antonfirsov Seeing a new Windows issue here. 2X in a row
I'm gonna split out the SDK installers to completely isolate the preview SDK. Update. |
I'm gonna merge this. I've updated everything to point at the new license and supplementary docs too. |
Sorry to ask a boring question, but wanted to ask for clarification on the point of OSS dependents which don't have restrictions on commercial use (e.g. MIT). In OxyPlot, we may update to ImageSharp 2.1.3 and ImageSharp.Drawing 1.0.0-beta15, and I'd like to be sure that we're not missing anything with regard to licensing now or going forward (current diff under consideration: https://github.com/oxyplot/oxyplot/pull/1934/files#diff-cf34a87e1e75e04322c9c3dacb6efdc814544befbfbf56567f144835d394aa92 ). My reading of the recent blog post is that the situation after version 3 will be the same as version 2, and from my reading I think the situation is that we wouldn't need to do anything for 2.0 (per the first bullet in https://github.com/SixLabors/ImageSharp/blob/main/LICENSE and the nature of nuget), but I would like to sure on this matter. |
How does this work, practically speaking? Suppose large company XYZ wants to use ImageSharp, and not pay for it.
Company XYZ integrates ImageSharp into XYZImageSharp, an open source slightly extended version of ImageSharp, with the new code under the Apache 2 license. That's "for use in software licensed under an Open Source license." Their revenue doesn't matter anymore. |
See the following discussion. |
Prerequisites
Description
Updates the license for v3 to use the Six Labors Split License #2151