-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
License review / Replace images with unclear license provenance (editor/images
)
#377
Comments
CC-BY-SA-2.0
licensed imageCC-BY-SA-2.0
licensed image(s)
I have a rudimentary SVG+PNG that I can push. It still does not
and confuses the visual expression a bit, but it gets out of the SA-2.0 license. Edit: Feel free to reject the image if you dont want it for any reason. No hard feelings there. |
Sounds wonderful, thank you! The MIT license would be great if that is ok--much of the project uses it, and it is very permissive. You can:
Let me know if you have difficulties in any of these steps. If this ends up too difficult, you can paste the SVG source here (e.g., within fenced blocks--3 backticks before and after the SVG code). |
So apparently I am not allowed to push to your repo which kind of makes sense. Well. Here is a patch resulting from a |
So, to confirm, submitting as MIT is ok with you? |
Nevermind, I see that was added within the file, thanks... |
@prusnak , having adding the original editor/images/README.txt file to track the image file origins, do you recall the license terms of either the files listed with the http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/ origin or files without an origin? In this issue, we are replacing here one file whose metadata shows it is under the protective CC-BY-SA-2.0 license, but we're not clear on the licenses of the other image files... Thanks! |
Btw, @mowijo , thank you very much for your contribution. It has now been added to But this should provide at least some assurance to users requiring non-restrictive terms that we are at least not knowingly including content with more protective licenses. As mentioned on the README, if anyone can provide replacement images, or indicate the actual license types of the other image files in Thanks again! |
CC-BY-SA-2.0
licensed image(s)editor/images
)
Our of curiosity, is https://creativecommons.org/licenses/by/4.0/ acceptable for this project? |
Yes, that would be fine. Just would want to avoid the viral "Share-Alike" Creative Commons versions (or the ones placing restrictions on how the content is used, such as non-commercial, no-derivatives, etc.). IANAL, but I think with the MIT license requiring "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software", it ends up ensuring that attribution is preserved too, as long as you add your name to the license copyright portion (in our case, we are just pointing to our AUTHORS file where you could also add your name). |
Did you wish to change the license terms? |
We recreated icons as SVG in V7 under the MIT licence |
I have been reviewing the license content of svgedit, and added a couple badges to indicate the licenses of the repo and its bundled dependencies (and one for devDependencies). Any feedback would be welcome.
Anyways, when searching for license info within svgedit, I discovered that there is at least one SVG file with the viral license "CC-BY-SA-2.0". See https://creativecommons.org/licenses/by-sa/2.0/ . My review has found that no other licenses in our package, including bundled dependencies (and we have nodependencies
) are explicitly virally restrictive besides this one.Since we don't want to be required to make the library require compliance with this license type (assuming it is even compatible with the rest of the licenses), we really need to substitute this image.The image that was labeled with this license wasThe other files in that directory do not have clear license information, merely stating a source for some files.editor/images/polygon.svg
(and presumably a file generated from it,editor/images/polygon.png
)--a small polygon (http://creativecommons.org/licenses/by-sa/2.0/
is referenced in source).WhileI think we should replace all of these icons, for starters, I think we really need to avoid this dependency.Update: we have replaced the explicitly protective (CC-BY-SA-2.0) license file, but still are unclear on the license status of the other image files.
The text was updated successfully, but these errors were encountered: