From 308b43ae7f37be88114e637f4e244ca3f7d70f1b Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 23 May 2021 13:14:15 -0500 Subject: [PATCH] Add an AUTHORS file so we can be more like upstream python apps --- AUTHORS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..2bc3ec5 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +Copyright (C) 2021 June Tate-Gans + +Original Authors: + + "ecraven" (original g13d C++ daemon, which this code base diverged from) + James Fowler (C++ fixes in the original codebase) + +Contributors: + + (none yet -- feel free to send a PR!)