Skip to content

Commit

Permalink
Add the list of contributors
Browse files Browse the repository at this point in the history
Add the list of contributors in a separate file and add links
to the LICENSE and CONTRIBUTORS files.

Fixes #4
  • Loading branch information
soheilhy authored and tamird committed Jul 12, 2016
1 parent b114aa9 commit bf6fecd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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 <shurcooL@gmail.com>
Ethan Mosbaugh <emosbaugh@gmail.com>
Soheil Hassas Yeganeh <soheil.h.y@gmail.com>
Soheil Hassas Yeganeh <soheil@cs.toronto.edu>
Tamir Duberstein <tamir@cockroachlabs.com>
Tamir Duberstein <tamird@gmail.com>
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -63,3 +63,10 @@ example of this approach.
when it's accepted. For example, one connection can be either gRPC or REST, but
not both. That is, we assume that a client connection is either used for gRPC
or REST.

# Copyright and License
Copyright 2016 The CMux Authors. All rights reserved.

See [CONTRIBUTORS](https://github.com/cockroachdb/cmux/blob/master/CONTRIBUTORS)
for the CMux Authors. Code is released under
[the Apache 2 license](https://github.com/cockroachdb/cmux/blob/master/LICENSE).

0 comments on commit bf6fecd

Please sign in to comment.