this post was submitted on 22 Jun 2024
64 points (94.4% liked)

Programming

17416 readers
39 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 1 year ago
MODERATORS
 

How do people find out or know whether your repo which is having MIT or apache or AGPL license is being used by a corpo and profiting from it and not making the code open source or paying license fees?

you are viewing a single comment's thread
view the rest of the comments
[–] Perhyte@lemmy.world 48 points 4 months ago (10 children)

For MIT, why do you care? That's perfectly fine and explicitly allowed by the license. Same for Apache, but with a few extra requirements (like keeping a list of changes in the source code and preserving licensing information etc.).

As for how I know big corporations are using my code: the fact that a prominent project (publicly used by several tech giants) took a dependency on one of my tiny (permissively licensed) library packages is probably a clue.

[–] 555_1@lemmy.world 10 points 4 months ago (6 children)

So what you’re saying is you could take down an entire company by introducing a bug?

[–] emptyother@programming.dev 12 points 4 months ago

Or YOU could hack the company by stressing him about bugs and offer your help to fix them.

load more comments (5 replies)
load more comments (8 replies)