File: CONTRIBUTORS

package info (click to toggle)
golang-github-golang-leveldb 0.0~git20161231.0.3435554-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, buster-backports
  • size: 1,000 kB
  • sloc: cpp: 166; makefile: 11
file content (37 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This is the official list of people who can contribute
# (and typically have contributed) code to the LevelDB-Go repository.
# The AUTHORS file lists the copyright holders; this file
# lists people.  For example, Google employees are listed here
# but not in AUTHORS, because Google holds the copyright.
#
# The submission process automatically checks to make sure
# that people submitting code are listed in this file (by email address).
#
# Names should be added to this file only after verifying that
# the individual or the individual's organization has agreed to
# the appropriate Contributor License Agreement, found here:
#
#     http://code.google.com/legal/individual-cla-v1.0.html
#     http://code.google.com/legal/corporate-cla-v1.0.html
#
# The agreement for individuals can be filled out on the web.
#
# When adding J Random Contributor's name to this file,
# either J's name or J's organization's name should be
# added to the AUTHORS file, depending on whether the
# individual or corporate CLA was used.

# Names should be added to this file like so:
#     Name <email address>

# Please keep the list sorted.

Bill Thiede <couchmoney@gmail.com>
Brad Fitzpatrick <bradfitz@golang.org>
ChaiShushan <chaishushan@gmail.com>
Christoph Hack <christoph@tux21b.org>
Markus Sonderegger <marraison@gmail.com>
Matt Proud <matt.proud@gmail.com>
Mike Wiacek <mjwiacek@google.com>
Nigel Tao <nigeltao@golang.org>
Yves Junqueira <yves.junqueira@gmail.com>