Fixes copyright notice and adds script to gen AUTHORS

This commit is contained in:
Christopher MacGown 2011-08-08 13:41:29 -07:00
parent 811ba10e51
commit a0942f4189
3 changed files with 13 additions and 4 deletions

12
AUTHORS
View File

@ -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>

View File

@ -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.

View File

@ -0,0 +1,3 @@
#!/bin/bash
git shortlog -se | awk '{ print $2, $3, $4}'