X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=servexec.c;h=5597402ae97f714075859240206c890068e873aa;hb=f53cd40f20431be077e96cb70e6dae9692276356;hp=aa35fc7550272dcc9286160673791a829909b64f;hpb=7d720638764f8a58d122e5ee1c9e5cbb1497d987;p=userv.git diff --git a/servexec.c b/servexec.c index aa35fc7..5597402 100644 --- a/servexec.c +++ b/servexec.c @@ -2,7 +2,7 @@ * userv - execserv.c * daemon code which executes actual service (ie child process) * - * Copyright (C)1996-1997,1999 Ian Jackson + * Copyright (C)1996-1997,1999-2001,2003 Ian Jackson * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -71,7 +71,7 @@ void bisexec_version(const char *const *argv) { const unsigned char *p; int i; - printf("uservd version " VERSION VEREXT "; copyright (C)1996-2000 Ian Jackson.\n" + printf("uservd version " VERSION VEREXT "\n" #ifdef DEBUG "DEBUGGING VERSION" #else @@ -93,7 +93,8 @@ void bisexec_version(const char *const *argv) { printf("\n" "rendezvous socket: `" RENDEZVOUSPATH "'\n" "system config dir: `" SYSTEMCONFIGDIR "'\n" - "pipe filename format: `%s' (max length %d)\n", + "pipe filename format: `%s' (max length %d)\n" + COPYRIGHT("","\n"), PIPEFORMAT, PIPEMAXLEN); serv_checkstdoutexit(); }