summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-19 22:27:01 +0000
committergrant <grant@pkgsrc.org>2003-12-19 22:27:01 +0000
commit93098e6d36817d782eaab5e4a399c3d0c38b60b6 (patch)
tree14b67e8d6d4b587ebc48610d341f2c2d994fb862 /pkgtools
parente06a4eead82a26d77b319a3934763b715c40f71a (diff)
downloadpkgsrc-93098e6d36817d782eaab5e4a399c3d0c38b60b6.tar.gz
sync to NetBSD for Todd's latest license
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/libnbcompat/files/strlcpy.c21
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>