diff options
author | grant <grant@pkgsrc.org> | 2003-12-19 22:27:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-19 22:27:01 +0000 |
commit | 3fc7c46b4d3b0c10822839201b63fa9797006d62 (patch) | |
tree | 14b67e8d6d4b587ebc48610d341f2c2d994fb862 /pkgtools/libnbcompat | |
parent | 771985e7ddf8a0d7a9dfa7d1e0355fd2400a8026 (diff) | |
download | pkgsrc-3fc7c46b4d3b0c10822839201b63fa9797006d62.tar.gz |
sync to NetBSD for Todd's latest license
Diffstat (limited to 'pkgtools/libnbcompat')
-rw-r--r-- | pkgtools/libnbcompat/files/strlcpy.c | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/strlcpy.c b/pkgtools/libnbcompat/files/strlcpy.c index 38ccdd2f1fb..14b1aa6e8a4 100644 --- a/pkgtools/libnbcompat/files/strlcpy.c +++ b/pkgtools/libnbcompat/files/strlcpy.c @@ -1,5 +1,22 @@ -/* $NetBSD: strlcpy.c,v 1.2 2003/09/06 23:03:05 grant Exp $ */ -/* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */ +/* $NetBSD: strlcpy.c,v 1.3 2003/12/19 22:27:01 grant Exp $ */ +/* from NetBSD: strlcpy.c,v 1.14 2003/10/27 00:12:42 lukem Exp */ +/* from OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp */ + +/* + * 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 TODD C. MILLER DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER 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. + */ /* * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |