this post was submitted on 16 Apr 2026
177 points (100.0% liked)

Programming

26581 readers
299 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
[–] vapeloki@lemmy.world 5 points 3 days ago (1 children)

So, by your logic I take the kernel source, or parts of it and use them verbatim in my property project?

You can see yourself that you are talking bullshit?

Or course code is and was licensable. Because code is more then hast if, else, for, while.

Ever seen that some code in some projects is dual licensed?

Why would anyone need this if only while projects are licensable?

https://interoperable-europe.ec.europa.eu/collection/eupl/licence-compatibility-permissivity-reciprocity-and-interoperability

[–] terabyterex@lemmy.world -4 points 3 days ago* (last edited 3 days ago) (2 children)

What you are referencing is a project using other projects. You very much can take a function use it. Its when what you take starts to resemble the whole that it becomes a problem. But if you see a project and say "hey i like how they store files in this collection.", you can use that. Now if you are making a kernel and rip out code tlthat resembles a kernel then no.

[–] vapeloki@lemmy.world 1 points 2 days ago

I though a while if i should answer to it. And this is so wrong, and dangerous, that i decided to do.

First: Such licensing questions are part of my day to day Job. I will explain it to you like i explain it to first semester students:

A LICENSE defines the terms under which a copyrighted work can be used, distributed and so on. It does not matter what the work is. A few relevant examples:

  • Beats: in the music industry there is a market for beats. If you take a 10 second beat and in-cooperate it in your own music without having a license for it, you are in violation of copyright law.
  • Paintings: You can not have a copyright on the concept of using paint to draw pictures on a piece of linen, you can not have a copyright on the concept of a specific object drawn on linen. You can have copyright on YOUR version of it. If somebody else takes your work, and only modifies it slightly (or for example, include it into a book, that is a copyright-able piece of work), without having a license for it... copyright violation

So, this brings us back to our topic:

There is no difference between sourcecode, music, paintings or writings for the purpose of licensing.

So, as courts established, AI CAN NOT BE CREATIVE and ALWAYS based on other works. Therefore any AI generated Work is in itself are not protected by copyright.

So, EVERY piece of code that is AI generated is free to go for any purpose, it does not fucking matter if there is a GPL 3.0 header in the file. AI Generated == Public domain.

But: Projects use viral copyleft licenses for a reason. A company could just take the AI generated code, implement it, and if somebody has a problem with it an just shrug "It's AI generated, it's public domain".

[–] litchralee@sh.itjust.works 2 points 3 days ago

Citation needed