microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
198 stars 25 forks source link

Switch from MIT to Apache 2.0 License #66

Closed cgillum closed 5 months ago

cgillum commented 8 months ago

Switching to the Apache 2.0 License is being done for two reasons:

  1. The original Durable Task Framework (for .NET) is also an Apache 2.0 License project, so this will help keep the two projects in stronger alignment.

  2. This project is a key dependency for Dapr, a CNCF incubating project, and moving this dependency to Apache 2.0 will simplify the graduation process for Dapr (of which Microsoft is also a key contributor).