From 4c8f4b94f87fd73698e9a3d87666482a10ef8c4e Mon Sep 17 00:00:00 2001 From: bouyer Date: Tue, 23 Apr 2002 20:12:39 +0000 Subject: Fix copyrigth. --- sys/dev/microcode/siop/esiop.ss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/microcode/siop') diff --git a/sys/dev/microcode/siop/esiop.ss b/sys/dev/microcode/siop/esiop.ss index 20c223c3d0d..37859e88617 100644 --- a/sys/dev/microcode/siop/esiop.ss +++ b/sys/dev/microcode/siop/esiop.ss @@ -1,4 +1,4 @@ -; $NetBSD: esiop.ss,v 1.5 2002/04/23 12:55:28 bouyer Exp $ +; $NetBSD: esiop.ss,v 1.6 2002/04/23 20:12:39 bouyer Exp $ ; ; Copyright (c) 2002 Manuel Bouyer. @@ -13,8 +13,7 @@ ; 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 the University of -; California, Berkeley and its contributors. +; This product includes software developed by Manuel Bouyer ; 4. Neither the name of the University nor the names of its contributors ; may be used to endorse or promote products derived from this software ; without specific prior written permission. -- cgit '/netbsd/'>summaryrefslogtreecommitdiff
path: root/sys/ddb/db_expr.c
AgeCommit message (Expand)Author
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2002-02-15ANSIfy, KNF.simonb
2001-11-12add RCSIDslukem
2000-07-09Fix compiler warning.mycroft
2000-07-08Fix for:eeh
1999-04-12Quote "AS IS" as in the majority of Carnegy Mellon notices.pk
1999-04-06Fix a pasto in copyright text which has been procreating like rabbits..pk
1997-06-26Use db_expr_t rather than int when reading a value from the kernelthorpej
1997-02-03fix various 64-bitness bugs.cgd
1996-02-05DDB prototype changes.christos
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1993-12-18Canonicalize all #includes.mycroft
1993-05-20add explicit rcs idcgd