diff options
author | grant <grant> | 2003-12-19 22:27:01 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-19 22:27:01 +0000 |
commit | 2e2a2faf724d5750f35b46cb656232d63eb006c4 (patch) | |
tree | 14b67e8d6d4b587ebc48610d341f2c2d994fb862 /pkgtools | |
parent | 6b07e70f8d0ba8c069e5af2e18d10d621d57f39a (diff) | |
download | pkgsrc-2e2a2faf724d5750f35b46cb656232d63eb006c4.tar.gz |
sync to NetBSD for Todd's latest license
Diffstat (limited to 'pkgtools')
-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> |