diff options
author | jim <jim@13f79535-47bb-0310-9956-ffa450edef68> | 2008-05-02 17:25:50 +0000 |
---|---|---|
committer | jim <jim@13f79535-47bb-0310-9956-ffa450edef68> | 2008-05-02 17:25:50 +0000 |
commit | 70dceea17991de3967e13b117f90cb94fca41b53 (patch) | |
tree | ad4c5035f06531ff0eb27edadfe95f5b29679c93 /strings | |
parent | 287cd28a7dc865a8c47d36d7b2e0528171a7939c (diff) | |
download | libapr-70dceea17991de3967e13b117f90cb94fca41b53.tar.gz |
Document cvt from V7, not GNU libc, and copyright
Caldera International Inc.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@652832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings')
-rw-r--r-- | strings/apr_snprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/apr_snprintf.c b/strings/apr_snprintf.c index bb6ef528a..bf3f58537 100644 --- a/strings/apr_snprintf.c +++ b/strings/apr_snprintf.c @@ -68,8 +68,8 @@ typedef enum { #define NUM_BUF_SIZE 512 /* - * cvt.c - IEEE floating point formatting routines for FreeBSD - * from GNU libc-4.6.27. Modified to be thread safe. + * cvt - IEEE floating point formatting routines. + * Derived from UNIX V7, Copyright(C) Caldera International Inc. */ /* |