Questions about referencing and using code from ludusavi and ludusavi-manifest #372
-
I'm currently developing a game save manager under the AGPL license, which has a slightly different focus than ludusavi, concentrating more on save/load and game route functionalities for games with limited save management capabilities. I'm looking to implement path parsing and game recognition features and believe ludusavi-manifest could be helpful. As I'm new to open-source collaboration, I have a few questions:
I appreciate any guidance you can provide. If I've said anything inappropriate, I apologize. Thank you for your time and your excellent project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Thanks for reaching out :)
Yes, that's absolutely fine. The way I understand it is that the copied code would still be under the MIT, but the rest of your code would remain AGPL.
Sure! I don't know the legal distinction between copying a "substantial portion" of the code vs using it for inspiration, but for inspiration, I think just adding a comment would be fine (
Just including the attribution and license is enough.
No worries! This is exactly why I chose a permissive license, so that other projects can also benefit from it. |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for reaching out :)
Yes, that's absolutely fine. The way I understand it is that the copied code would still be under the MIT, but the rest of your code would remain AGPL.
Sure! I don't know the legal distinction between copying a "substantial portion" of the code vs using it for inspiration, but for inspiration, I think just adding a comment would be fine (
// Inspired by <link to original code>
).