From d7886683d24f0aa8e1aa761c6f20001f463556b3 Mon Sep 17 00:00:00 2001
From: kgriffs <kurt.griffiths@rackspace.com>
Date: Tue, 19 Mar 2013 16:32:24 -0400
Subject: [PATCH] refactor: Rename AUTHORS so that it doesn't keep getting
 overwritten

Change-Id: I070b3158d6a295565a693b58672fed943c301fd2
---
 .gitignore             | 1 +
 AUTHORS => AUTHORS.rst | 2 ++
 2 files changed, 3 insertions(+)
 rename AUTHORS => AUTHORS.rst (84%)

diff --git a/.gitignore b/.gitignore
index 9ed2424b5..df1426b2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ var/*
 etc/*.conf
 etc/*.ini
 ChangeLog
+AUTHORS
diff --git a/AUTHORS b/AUTHORS.rst
similarity index 84%
rename from AUTHORS
rename to AUTHORS.rst
index 114e9f14a..723f850e0 100644
--- a/AUTHORS
+++ b/AUTHORS.rst
@@ -10,3 +10,5 @@ Kurt Griffiths (mail@kgriffs.com)
 Jamie Painter (jamie.painter@rackspace.com)
 Flavio Premoli (flaper87@flaper87.org)
 Zhihao Yuan (lichray@gmail.com)
+
+See also AUTHORS for a complete list of contributors.