diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mprintf.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index 1ac98cae1..a14e56ea2 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -4,6 +4,15 @@ * ************************************************************************* * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND + * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. + * * Purpose: * A merge of Bjorn Reese's format() function and Daniel's dsprintf() * 1.0. A full blooded printf() clone with full support for <num>$ |