this post was submitted on 22 May 2025
297 points (94.6% liked)

Programming

20569 readers
14 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LeFantome@programming.dev 20 points 1 week ago (2 children)

Can Open Source defend against copyright claims for AI contributions?

If I submit code to ReactOS that was trained on leaked Microsoft Windows code, what are the legal implications?

[–] proton_lynx@lemmy.world 18 points 1 week ago* (last edited 1 week ago) (1 children)

what are the legal implications?

It would be so fucking nice if we could use AI to bypass copyright claims.

[–] piccolo@sh.itjust.works 8 points 1 week ago

"No officer, i did not write this code. I trained AI on copyright material and it wrote the code. So im innocent"

[–] General_Effort@lemmy.world 1 points 1 week ago (1 children)

If I submit code to ReactOS that was trained on leaked Microsoft Windows code, what are the legal implications?

None. There is a good chance that leaked MS code found its way into training data, anyway.

[–] LeFantome@programming.dev 1 points 4 days ago (1 children)

I am not sure how you arrived at “none” from your second sentence. The second sentence is exactly my point.

Alternatively then, can I just use the Microsoft source code and claim that I got it from AI? That seems to be your point here.

[–] General_Effort@lemmy.world 1 points 1 day ago

No. If it's a copy, then it falls under copyright regardless of how the copy is made. The question wasn't about copying, though.

Be aware that copyright only covers the creative elements; ie things that other people would do differently. It also doesn't cover ideas, methods, and the like. It also doesn't cover very short or obvious creations. So, copyright on code comes from UI design, comments, names, even the ordering of lines, functions, splitting the code into files, using shorthand or not, and so on. Snippets and even short functions are typically not copyrightable. If you have some short program that anyone would write that way, then that's not copyrightable, beyond comments and maybe names.