X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fvdprintf.c;h=0f250ae690539b36cb54286fe773d8b67f2a9ae3;hb=09adaca37d6bd67745c1c81c598ba25006f990b4;hp=8c3e32a7ac75ad46d0b704a1e0af494290a38f25;hpb=14fe392dded5e84a7ba8d8b5148b4d4a58a17e18;p=oweals%2Fbusybox.git diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c index 8c3e32a7a..0f250ae69 100644 --- a/libbb/vdprintf.c +++ b/libbb/vdprintf.c @@ -2,9 +2,7 @@ /* * Utility routines. * - * 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. + * Copyright (C) 1999,2000,2001 by Erik Andersen * * 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 @@ -19,10 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Based in part on code from sash, Copyright (c) 1999 by David I. Bell - * Permission has been granted to redistribute this code under the GPL. - * */ #include