From 2fd6800f74be246bdc4941929821a3975a138160 Mon Sep 17 00:00:00 2001 From: hoaxter <> Date: Wed, 1 Sep 2004 19:59:26 +0000 Subject: [PATCH] copyright notice for pidfile.[c|h] --- server/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/main.c b/server/main.c index f071a17..0262968 100644 --- a/server/main.c +++ b/server/main.c @@ -27,6 +27,7 @@ static void display_version PROTO0((void)) "Copyright (c) 1991-1996 by A. J. Doherty, 2001-2003 by Radim Kolar.\n" "All of the FSP code is free software with revised BSD license.\n" "Portions copyright by BSD, Wen-King Su, Philip G. Richards, Michael Meskes.\n" + "pidfile.[c|h] is GPL code, copyright Martin Schulze.\n" #ifdef __GNUC__ "Compiled "__DATE__" by GCC "__VERSION__"\n" #endif