Files
plan9port/src/lib9/fmt
Russ Cox d19fdc056d libfmt: add missing copyright notice to nan64.c
nan64.c was part of change #1 in this repository and
did not have a notice at that point (September 2003).
An earlier copy of libfmt, dated January 14-15, 2003,
makes it clear that nan64.c was extracted from fltfmt.c
and strtod.c, so use the same notice they use.
2009-08-14 23:25:10 -07:00
..
2006-05-21 20:49:16 +00:00
2006-06-25 23:52:32 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-22 14:54:34 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-22 14:54:34 +00:00
2006-05-21 20:49:16 +00:00
2008-11-17 19:45:37 -08:00
2006-05-21 20:49:16 +00:00
2006-05-26 00:53:07 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-22 14:54:34 +00:00
2006-01-06 18:15:40 +00:00
2004-12-26 23:08:53 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-26 00:53:07 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00
2008-03-03 23:37:12 -05:00
2006-05-21 20:49:16 +00:00
2004-12-26 23:07:49 +00:00
2004-12-26 23:07:49 +00:00
2006-05-22 14:54:34 +00:00
2006-05-21 20:49:16 +00:00
2006-05-26 00:53:07 +00:00
2006-05-21 20:49:16 +00:00
2006-05-21 20:49:16 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *		Copyright (c) 2002 by Lucent Technologies.
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software and in all copies of the supporting
 * documentation for such software.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/

This is a Unix port of the Plan 9 formatted I/O package.

Please send comments about the packaging
to Russ Cox <rsc@post.harvard.edu>.