Skip to content

Commit

Permalink
fix(readme): Define covered work interpretation #764
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLeRoux committed Aug 30, 2023
1 parent 16f2fb6 commit d2f1621
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

## Why use Sōzu?

- **Hot configurable:** Sozu can receive configuration changes at runtime through secure unix sockets.
- **Hot configurable:** Sozu can receive configuration changes at runtime through secure unix sockets without having to reload.
- **Upgrades without restarting:** Sozu is always-up, meaning it upgrades itself *while still processing requests*.
- **Handles SSL:** Sozu handles SSL, so your backend servers can focus on what they do best.
- **Protects your network:** Sozu protect backends by shielding them behind the reverse proxy, limiting direct network access. Sozu uses Rust, a language primed for memory safety. And even if a worker is exploited, sozu workers are sandboxed.
- **Optimize performance:** Sozu can expose your web service over the Internet with HTTP/2 protocol even if your backend only supports HTTP/1.*. Your Web apps benefit from connection multiplexing using transparent HTTP/2 streams.

To get started check out our [documentation](./doc/README.md) !

Expand All @@ -19,7 +20,7 @@ To get started check out our [documentation](./doc/README.md) !

## License

Copyright (C) 2015-2021 Geoffroy Couprie, Clément Delafargue and Clever Cloud
Sozu itself is covered by the GNU Affero General Public License (AGPL) version 3.0 and above. Traffic going through Sozu doesn't consider Clients and Servers as "covered work" hence don't have to be placed under the same license. A "covered work" in the Licence terms, will consider a service using Sozu's code, methods or specific algorithms. This service can be a self managed software or an online service. The "covered work" will not consider a specific control plane you could have develop to control or use Sozu. In simple terms, Sozu is a Free and Open Source software you can use for both infrastructure and business but in case of a business based on Sozu (e.g. a Load Balancer product), you should either give back your contributions to the project, or contact Clever Cloud for a specific Business Agreement.

### sozu-lib, sozu

Expand All @@ -34,3 +35,7 @@ See the GNU Affero General Public License for more details.
### sozu-command-lib

sozu-command-lib is released under LGPL version 3



Copyright (C) 2015-2023 Clever Cloud

0 comments on commit d2f1621

Please sign in to comment.