1
2 Comments

Open-source commercialization

Is it possible to copy an open-source app, change name, design, a few functionalities and start a new startup, new name and new domain?

Thanks

on November 25, 2020
  1. 2

    Short answer: it depends.

    Longer answer: depends on the licence the open source project was licenced over. GPL for example presumes that if the OSS was free for you, whatever you build on top of it should be too.
    MIT licence on the other hand, presumes that you can do whatever you want with the software, modify it, sell it,...

    A good source to check what you are permitted to do is: https://opensource.org/

    Good luck,
    g

    1. 1

      Thanks, I just checked it's MIT. Looks like I'm good to go.