Elektrine lite

← Feed

@hipsterelectron@circumstances.run

Post #3218059

2025-03-11 00:53 UTC

@micr0@fuzzies.wtf @esm@wetdry.world i'm not sure what happens if i contribute code to a repo, then later decide i want to enforce my copyright and demand they remove it. i would hope that a code contribution implicitly establishes indemnification of other contributors against infringement as the code contribution is then considered to be part of a combined work as opposed to a distinct work. this is why the list of contributors is more than just nice, it also describes (but does not define) the owners of the copyright for that work (who then have standing to make an infringement claim)

Replies (2)

  • @esm@wetdry.world 2025-03-11 00:53

    @hipsterelectron@circumstances.run @micr0@fuzzies.wtf this mailbox is mine, and this triagonal sign

    Open ##3218060

  • @micr0@fuzzies.wtf @esm@wetdry.world this is about art which is licensed and made differently but it uses the term "joint work" for what i called a combined work https://lawyersalliance.org/userFiles/uploads/legal_alerts/Joint_Collective_and_Derivative_Works_Legal_Alert.pdf there are other legal classifications for works with multiple authors (like a poetry anthology) but a "derivative work" is what happens if you depend on another package in your own package and this is why license compatibility across a dependency graph matters because if you depend on some code with an incompatible license then some uses of your derivative work can be infringing and i believe it is considered infringement to distribute your work at all with an incompatible license even if nobody uses it incorrectly

    Open ##3218062