From 3cd69e22dd0763b08d21a75b53aee1000e3c82a3 Mon Sep 17 00:00:00 2001 From: Yargo Date: Fri, 1 Mar 2019 22:28:28 +0000 Subject: [PATCH] remove unnecessary naming, prepare for taking Kim out of developer responsibility --- Makefile | 4 ++-- README | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f2bd45b..9966d2f 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ PACKAGE = $(NAME) BINARY = in.$(NAME) VERSION = `./version` CODENAME = Dungeon Edition -AUTHOR = Kim Holviala / Yargo Bonetti -EMAIL = kimholviala@fastmail.com / hb9kns@gmail.com +AUTHOR = Kim Holviala and others +EMAIL = hb9kns+gophernicus@gmail.com STARTED = 2009 SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c diff --git a/README b/README index 52e2e04..826f81b 100644 --- a/README +++ b/README @@ -1,5 +1,4 @@ -Gophernicus - Copyright (c) 2009-2018 Kim Holviala - (added -nx option -- 2019 // Yargo Bonetti/HB9KNS) +Gophernicus - Copyright (c) 2009-2019 Kim Holviala and others Gophernicus is a modern full-featured (and hopefully) secure gopher daemon. It is licensed under the BSD license.