Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/sysctl This file should have a copyright notice on it.



details:   https://anonhg.NetBSD.org/src/rev/fccfbf1a0142
branches:  trunk
changeset: 559857:fccfbf1a0142
user:      atatat <atatat%NetBSD.org@localhost>
date:      Wed Mar 24 20:17:59 2004 +0000

description:
This file should have a copyright notice on it.

diffstat:

 sbin/sysctl/sysctlutil.c |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r a11141e0320d -r fccfbf1a0142 sbin/sysctl/sysctlutil.c
--- a/sbin/sysctl/sysctlutil.c  Wed Mar 24 20:01:37 2004 +0000
+++ b/sbin/sysctl/sysctlutil.c  Wed Mar 24 20:17:59 2004 +0000
@@ -1,4 +1,36 @@
-/*     $NetBSD: sysctlutil.c,v 1.7 2004/03/24 17:21:02 atatat Exp $ */
+/*     $NetBSD: sysctlutil.c,v 1.8 2004/03/24 20:17:59 atatat Exp $ */
+
+/*-
+ * Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
+ *     All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Andrew Brown.
+ *
+ * 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. Neither the name of The NetBSD Foundation nor the names of its
+ *    contributors may be used to endorse or promote products derived
+ *    from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``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 FOUNDATION OR CONTRIBUTORS
+ * 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/param.h>
 #define __USE_NEW_SYSCTL



Home | Main Index | Thread Index | Old Index