this post was submitted on 08 Mar 2024
18 points (95.0% liked)

Open Source

30491 readers
57 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I am forced to use some proprietary software at work. The software lets users export custom functionalities. You can then share these to other users. I have made some that are pretty simple, but greatly enhance the use of the application using its native tooling.

I'd like to share mine under some sort of open source licence rather than being ambiguous. Mostly to spread awareness of the concept of open source which is at approximately 0% right now.

What are the considerations here? Can I use the GPL or is it inherently out of compliance since you need a proprietary software to run it?

The employer doesn't claim any intellectual property rights over my work product. I'm not able to find anywhere that the proprietary vendor does either. But I haven't gone through everything with a fine tooth comb. What language would I be looking for?

Advice appreciated. Obviously it can only be general as many details are missing. I just don't understand the details of licences very well.

you are viewing a single comment's thread
view the rest of the comments
[–] friend_of_satan@lemmy.world 4 points 6 months ago* (last edited 6 months ago)

You can reasonably expect that configuration data would be completely separate from the app it is configuring, and could release it under any license. The only way I can see that their license would carry over would be if you were shipping parts of their codebase with your customizations.

Think about it this way: if what you are shipping is just an arbitrary stream of data that contains no proprietary work, then it stands alone.

Of course IANAL and there maybe some ridiculous law that covers configuration data, but I'm not aware of such a thing. (Waiting for people to pull out all the legal precedent that I am missing, Cunningham law and all.)