From c49960189a04b73e033016bd0f43fbb950f800e1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Oct 1999 22:08:37 +0000 Subject: Fixed up copyright notices and such --- utility.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utility.c') diff --git a/utility.c b/utility.c index 981769f92..e188ecdcd 100644 --- a/utility.c +++ b/utility.c @@ -1,7 +1,9 @@ /* * Utility routines. * - * Copyright (C) 1998 by Erik Andersen + * Copyright (C) tons of folks. Tracking down who wrote what + * isn't something I'm going to worry about... If you wrote something + * here, please feel free to acknowledge your work. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -86,6 +88,7 @@ int isDirectory(const char *name) * and modes. Returns TRUE if successful, or FALSE on a failure with an * error message output. (Failure is not indicted if the attributes cannot * be set.) + * -Erik Andersen */ int copyFile( const char *srcName, const char *destName, -- cgit v1.2.3