From 42d83649befac1e9fd1c23b94fc7f9ec4aa2ccbe Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Wed, 13 Jul 2016 15:59:44 -0400 Subject: [PATCH] Update authors --- ethstream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ethstream.c b/ethstream.c index da2066f..1e5aaed 100644 --- a/ethstream.c +++ b/ethstream.c @@ -336,6 +336,7 @@ int main(int argc, char *argv[]) case 'V': printf("ethstream " VERSION "\n"); printf("Written by Jim Paris \n"); + printf("and John Donnal \n"); printf("and Zachary Clifford .\n"); printf("This program comes with no warranty and is " "provided under the GPLv2.\n");