Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revision 1.13 (request...
details: https://anonhg.NetBSD.org/src/rev/d7d3630b70f5
branches: netbsd-1-4
changeset: 470259:d7d3630b70f5
user: he <he%NetBSD.org@localhost>
date: Wed Feb 02 23:04:23 2000 +0000
description:
Pull up revision 1.13 (requested by hubertf):
Add copyright and _RCS_ID(). Needed for fidning the version
of the pkg_* tools installed on users' systems.
diffstat:
usr.sbin/pkg_install/lib/ftpio.c | 36 +++++++++++++++++++++++++++++++-----
1 files changed, 31 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r 916ee39daa63 -r d7d3630b70f5 usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c Wed Feb 02 23:01:23 2000 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c Wed Feb 02 23:04:23 2000 +0000
@@ -1,11 +1,37 @@
-/* $NetBSD: ftpio.c,v 1.11.2.2 2000/01/31 20:59:28 he Exp $ */
-/* Id: foo2.c,v 1.12 1999/12/17 02:31:57 feyrer Exp feyrer */
+/* $NetBSD: ftpio.c,v 1.11.2.3 2000/02/02 23:04:23 he Exp $ */
+
+#include <sys/cdefs.h>
+#ifndef lint
+__RCSID("$NetBSD: ftpio.c,v 1.11.2.3 2000/02/02 23:04:23 he Exp $");
+#endif
/*
- * Work to implement wildcard dependency processing via FTP for the
- * NetBSD pkg_* package tools.
+ * Copyright (c) 1999 Hubert Feyrer. All rights reserved.
*
- * Copyright (c) 1999 Hubert Feyrer <hubertf%netbsd.org@localhost>
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by Hubert Feyrer.
+ * 4. The name of the author may not be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index