diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-04 12:27:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-04 12:27:04 +0000 |
commit | ed8dbf4ac24f08c69d0cf2020a9c3ea09203baba (patch) | |
tree | a441581109b1518f03fc1d42f14ae5eff7e8cf8b /lib | |
parent | 97f43e98e7258a3ae9955f28f61c3b5f2dbd1f30 (diff) |
updated license text in headers
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>$ |