Remove AUTHORS.txt

The authors included in AUTHORS.txt hasn't been updated in nearly a
year and is outdated. Rather than tracking the authors explicitly, it
would be better to extract this information from Git's commit
history.

The following command can be used to retrieve a list of the authors
for all the patches contributed to PyKMIP:
    git log | grep ^Author | sort | uniq

Resolves 
This commit is contained in:
Joel Coffman 2015-07-22 19:24:29 -05:00
parent 0e51d19702
commit 234b8838ce
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
Nathan Reller <Nathan.Reller@jhuapl.edu>
Peter Hamilton <peter.hamilton@jhuapl.edu>
Kaitlin Farr <kaitlin.farr@jhuapl.edu>