you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago (2 children)

What are some projects which have "source available"? Can someone get the source and upload or will it violate some NDA? And what kind of licence is associated with this?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago*

    Unreal Engine is a major example, you get access to a private repo containing the engine's source code but you're bound by an agreement regarding what you can do with it IIRC. Of course anyone is allowed to apply for access though

  • source
  • parent
  • [–] 3 points 2 years ago

    For example terraform changed their license to a non open-source license, and everyone hated it. Then a fork was created, which used the code before the license change which was still licensed under an open source license. The fork "OpenTOFU" is now 'owned' by the Linux Foundation

    https://opentofu.org/blog/opentofu-announces-fork-of-terraform/

    Same for redis, there is also a fork called Valkey now, which is also 'owned' by the Linux Foundation:

    https://redis.io/blog/redis-adopts-dual-source-available-licensing/

    https://devops.com/valkey-is-rapidly-overtaking-redis/

  • source
  • parent