summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2008-10-24 17:12:00 +0000
committerGreg Hudson <ghudson@mit.edu>2008-10-24 17:12:00 +0000
commit246f30acb1f0e47216bcd89b2b8309845846adfb (patch)
tree431badcc2dea115c1023f2044bc7b84706d01431 /README
parentdaf33d4ee65c82db2f5a800e590aff28c9a49fab (diff)
downloadkrb5-246f30acb1f0e47216bcd89b2b8309845846adfb.tar.gz
krb5-246f30acb1f0e47216bcd89b2b8309845846adfb.tar.xz
krb5-246f30acb1f0e47216bcd89b2b8309845846adfb.zip
Add build system support for strlcpy and strlcat on platforms which do
not provide it natively. ticket: 6200 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20916 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index c281205986..251f7dcc87 100644
--- a/README
+++ b/README
@@ -594,6 +594,26 @@ 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 implementations of strlcpy and strlcat in
+src/util/support/strlcat.c have the following copyright and permission
+notice:
+
+Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
+
+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.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
Acknowledgements
----------------