AUTHORS isn't really relevant in the days of git. devstack has no formal release where it would make sense to auto-generate an AUTHORS file either. If you really want to see who contributes, you can run $ git log --format='%aN <%aE>' | sort -f | uniq > AUTHORS Change-Id: I9e154f7fdf814b4bd21a9d4cf82e46ec3db2f1ca
8 lines
340 B
Plaintext
8 lines
340 B
Plaintext
# Format is:
|
|
# <preferred e-mail> <other e-mail 1>
|
|
# <preferred e-mail> <other e-mail 2>
|
|
Jiajun Liu <[email protected]> <[email protected]>
|
|
Jian Wen <[email protected]> <[email protected]>
|
|
Joe Gordon <[email protected]> <[email protected]>
|
|
Sean Dague <[email protected]> <[email protected]> <[email protected]>
|