diff --git a/AUTHORS b/AUTHORS index 0e32c9ef5..9e2b71218 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,16 +1,22 @@ Andrey Brindeyev +Antony Messerli Brian Lamar Brian Waldon Chris Behrens -Christopher MacGown +Christopher MacGown Ed Leafe Eldar Nugaev Ilya Alekseyev Johannes Erdfelt +Josh Kearney Josh Kearney Kevin L. Mitchell Kirill Shileev Lvov Maxim Matt Dietz Sandy Walsh +Sandy Walsh +comstud jerdfelt +root +termie diff --git a/novaclient/client.py b/novaclient/client.py index e04c323e8..874c3484a 100644 --- a/novaclient/client.py +++ b/novaclient/client.py @@ -1,5 +1,5 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 Piston Cloud Computing +# Copyright 2011 Piston Cloud Computing, Inc. """ OpenStack Client interface. Handles the REST calls and responses. diff --git a/tools/generate_authors.sh b/tools/generate_authors.sh new file mode 100644 index 000000000..c41f07988 --- /dev/null +++ b/tools/generate_authors.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git shortlog -se | cut -c8-