From 234b8838cee7f3d0d39ff5939f389fdfb8f2ae31 Mon Sep 17 00:00:00 2001 From: Joel Coffman Date: Wed, 22 Jul 2015 19:24:29 -0500 Subject: [PATCH] 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 #30 --- AUTHORS.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 AUTHORS.txt diff --git a/AUTHORS.txt b/AUTHORS.txt deleted file mode 100644 index 615e983..0000000 --- a/AUTHORS.txt +++ /dev/null @@ -1,3 +0,0 @@ -Nathan Reller -Peter Hamilton -Kaitlin Farr \ No newline at end of file