summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent811ba10e51ae4903c0e5fa46e1a697eaf137f5a5 (diff)
downloadpython-novaclient-a0942f41898bf1a52f397ee1e671a0d4cf88c454.tar.gz
Fixes copyright notice and adds script to gen AUTHORS
Diffstat (limited to 'tools')
-rw-r--r--tools/generate_authors.sh3
1 files changed, 3 insertions, 0 deletions
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}'