summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher MacGown <ignoti+github@gmail.com>2011-08-08 13:41:29 -0700
committerChristopher MacGown <ignoti+github@gmail.com>2011-08-08 13:43:04 -0700
commita0942f41898bf1a52f397ee1e671a0d4cf88c454 (patch)
tree8f664b01b9c556dd35db3c66c28b8208edd3e67a
parent811ba10e51ae4903c0e5fa46e1a697eaf137f5a5 (diff)
downloadpython-novaclient-a0942f41898bf1a52f397ee1e671a0d4cf88c454.tar.gz
Fixes copyright notice and adds script to gen AUTHORS
-rw-r--r--AUTHORS12
-rw-r--r--novaclient/client.py2
-rw-r--r--tools/generate_authors.sh3
3 files changed, 13 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 0e32c9ef..cc315371 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,16 +1,22 @@
Andrey Brindeyev <abrindeyev@griddynamics.com>
+Antony Messerli <amesserl@rackspace.com>
Brian Lamar <brian.lamar@rackspace.com>
Brian Waldon <brian.waldon@rackspace.com>
Chris Behrens <cbehrens@codestud.com>
-Christopher MacGown <chris@pistoncloud.com>
+Christopher MacGown <ignoti+github@gmail.com>
Ed Leafe <ed@leafe.com>
Eldar Nugaev <eldr@ya.ru>
Ilya Alekseyev <ilyaalekseyev@acm.org>
Johannes Erdfelt <johannes.erdfelt@rackspace.com>
+Josh Kearney <jkearney@nova.(none)>
Josh Kearney <josh@jk0.org>
-Kevin L. Mitchell <kevin.mitchell@rackspace.com>
+Kevin L. Mitchell
Kirill Shileev <kshileev@griddynamics.com>
Lvov Maxim <mlvov@mirantis.com>
Matt Dietz <matt.dietz@rackspace.com>
Sandy Walsh <sandy.walsh@rackspace.com>
-jerdfelt <johannes@erdfelt.com>
+Sandy Walsh <sandy@sandywalsh.com>
+comstud <cbehrens+github@codestud.com>
+jerdfelt <johannes@erdfelt.com>
+root <root@debian.ohthree.com>
+termie <github@anarkystic.com>
diff --git a/novaclient/client.py b/novaclient/client.py
index e04c323e..874c3484 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 00000000..76418666
--- /dev/null
+++ b/tools/generate_authors.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+git shortlog -se | awk '{ print $2, $3, $4}'