diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..1b73178 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,11 @@ +# The list of people who have contributed code to the cmux repository. +# +# Auto-generated with: +# git log --oneline --pretty=format:'%an <%aE>' | sort -u +# +Dmitri Shuralyov +Ethan Mosbaugh +Soheil Hassas Yeganeh +Soheil Hassas Yeganeh +Tamir Duberstein +Tamir Duberstein diff --git a/README.md b/README.md index 16890ce..b1c75a7 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,10 @@ gRPC server please match with writers: ```go grpcl := m.MatchWithWriters(cmux.HTTP2MatchHeaderFieldSendSettings("content-type", "application/grpc")) ``` + +# Copyright and License +Copyright 2016 The CMux Authors. All rights reserved. + +See [CONTRIBUTORS](https://github.com/soheilhy/cmux/blob/master/CONTRIBUTORS) +for the CMux Authors. Code is released under +[the Apache 2 license](https://github.com/soheilhy/cmux/blob/master/LICENSE).