From b13e5d14692e0cc67a7fda3793dc26ec425e8a49 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 12 Apr 1999 20:38:17 +0000 Subject: [PATCH] Quote "AS IS" as in the majority of Carnegy Mellon notices. --- gnu/dist/gas/config/tc-alpha.c | 2 +- sys/arch/alpha/tc/bt459reg.h | 4 ++-- sys/arch/alpha/tc/scc.c | 6 +++--- sys/arch/arm32/arm32/db_interface.c | 4 ++-- sys/arch/arm32/arm32/db_machdep.c | 4 ++-- sys/arch/arm32/arm32/db_trace.c | 4 ++-- sys/arch/i386/i386/db_disasm.c | 4 ++-- sys/arch/i386/i386/db_interface.c | 4 ++-- sys/arch/i386/i386/db_memrw.c | 4 ++-- sys/arch/i386/i386/db_trace.c | 4 ++-- sys/arch/mac68k/include/scsi_5380.h | 4 ++-- sys/arch/pica/dev/asc.c | 4 ++-- sys/arch/pica/dev/ascreg.h | 4 ++-- sys/arch/pmax/dev/ascreg.h | 4 ++-- sys/arch/pmax/dev/bt459.c | 6 +++--- sys/arch/pmax/dev/bt459.h | 4 ++-- sys/arch/pmax/dev/cfb.c | 4 ++-- sys/arch/pmax/dev/cfbreg.h | 4 ++-- sys/arch/pmax/dev/dtop.c | 6 +++--- sys/arch/pmax/dev/mfb.c | 6 +++--- sys/arch/pmax/dev/mfbreg.h | 4 ++-- sys/arch/pmax/dev/sfb.c | 4 ++-- sys/arch/pmax/dev/xcfb.c | 4 ++-- sys/arch/pmax/tc/scc.c | 6 +++--- sys/arch/sparc/sparc/db_interface.c | 4 ++-- sys/arch/sparc/sparc/db_trace.c | 4 ++-- sys/arch/sparc64/sparc64/db_interface.c | 4 ++-- sys/arch/sparc64/sparc64/db_trace.c | 4 ++-- sys/arch/vax/vax/db_machdep.c | 4 ++-- sys/ddb/db_access.c | 4 ++-- sys/ddb/db_access.h | 4 ++-- sys/ddb/db_aout.c | 4 ++-- sys/ddb/db_break.c | 4 ++-- sys/ddb/db_break.h | 4 ++-- sys/ddb/db_command.c | 4 ++-- sys/ddb/db_command.h | 4 ++-- sys/ddb/db_examine.c | 4 ++-- sys/ddb/db_expr.c | 4 ++-- sys/ddb/db_input.c | 4 ++-- sys/ddb/db_lex.c | 4 ++-- sys/ddb/db_lex.h | 4 ++-- sys/ddb/db_output.c | 4 ++-- sys/ddb/db_output.h | 4 ++-- sys/ddb/db_print.c | 4 ++-- sys/ddb/db_run.c | 4 ++-- sys/ddb/db_run.h | 4 ++-- sys/ddb/db_sym.c | 4 ++-- sys/ddb/db_sym.h | 4 ++-- sys/ddb/db_trap.c | 4 ++-- sys/ddb/db_variables.c | 4 ++-- sys/ddb/db_variables.h | 4 ++-- sys/ddb/db_watch.c | 4 ++-- sys/ddb/db_watch.h | 4 ++-- sys/ddb/db_write_cmd.c | 4 ++-- sys/dev/ic/ncr5380reg.h | 4 ++-- sys/dev/tc/asc.c | 4 ++-- 56 files changed, 116 insertions(+), 116 deletions(-) diff --git a/gnu/dist/gas/config/tc-alpha.c b/gnu/dist/gas/config/tc-alpha.c index 83de3b2f3041..d1fe6325eb66 100644 --- a/gnu/dist/gas/config/tc-alpha.c +++ b/gnu/dist/gas/config/tc-alpha.c @@ -34,7 +34,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/alpha/tc/bt459reg.h b/sys/arch/alpha/tc/bt459reg.h index 6972faee62c4..89c791154ae2 100644 --- a/sys/arch/alpha/tc/bt459reg.h +++ b/sys/arch/alpha/tc/bt459reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt459reg.h,v 1.2 1999/04/06 20:09:18 pk Exp $ */ +/* $NetBSD: bt459reg.h,v 1.3 1999/04/12 20:38:18 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index c66a4360d073..6e3bf39413f6 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $NetBSD: scc.c,v 1.44 1999/04/10 01:21:38 cgd Exp $ */ +/* $NetBSD: scc.c,v 1.45 1999/04/12 20:38:17 pk Exp $ */ /* * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University @@ -10,7 +10,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -64,7 +64,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.44 1999/04/10 01:21:38 cgd Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.45 1999/04/12 20:38:17 pk Exp $"); #include "opt_ddb.h" #ifdef alpha diff --git a/sys/arch/arm32/arm32/db_interface.c b/sys/arch/arm32/arm32/db_interface.c index d612716bd0f9..3b72e438f615 100644 --- a/sys/arch/arm32/arm32/db_interface.c +++ b/sys/arch/arm32/arm32/db_interface.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.27 1999/04/06 20:09:18 pk Exp $ */ +/* $NetBSD: db_interface.c,v 1.28 1999/04/12 20:38:18 pk Exp $ */ /* * Copyright (c) 1996 Scott K. Stevens @@ -13,7 +13,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/arm32/arm32/db_machdep.c b/sys/arch/arm32/arm32/db_machdep.c index 27d759e12cfa..8d3ec6b0b11b 100644 --- a/sys/arch/arm32/arm32/db_machdep.c +++ b/sys/arch/arm32/arm32/db_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_machdep.c,v 1.12 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: db_machdep.c,v 1.13 1999/04/12 20:38:18 pk Exp $ */ /* * Copyright (c) 1996 Mark Brinicombe @@ -13,7 +13,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/arm32/arm32/db_trace.c b/sys/arch/arm32/arm32/db_trace.c index 5af7a9ec0485..6f24fb95d615 100644 --- a/sys/arch/arm32/arm32/db_trace.c +++ b/sys/arch/arm32/arm32/db_trace.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_trace.c,v 1.10 1999/04/06 20:09:18 pk Exp $ */ +/* $NetBSD: db_trace.c,v 1.11 1999/04/12 20:38:18 pk Exp $ */ /* * Copyright (c) 1996 Scott K. Stevens @@ -13,7 +13,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/i386/i386/db_disasm.c b/sys/arch/i386/i386/db_disasm.c index 51bd19288204..3db534accbac 100644 --- a/sys/arch/i386/i386/db_disasm.c +++ b/sys/arch/i386/i386/db_disasm.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_disasm.c,v 1.15 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: db_disasm.c,v 1.16 1999/04/12 20:38:18 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/i386/i386/db_interface.c b/sys/arch/i386/i386/db_interface.c index 11a4a0dac51d..6852f77fa1e8 100644 --- a/sys/arch/i386/i386/db_interface.c +++ b/sys/arch/i386/i386/db_interface.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.25 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: db_interface.c,v 1.26 1999/04/12 20:38:18 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/i386/i386/db_memrw.c b/sys/arch/i386/i386/db_memrw.c index 796bc5110626..820d83a8e3cc 100644 --- a/sys/arch/i386/i386/db_memrw.c +++ b/sys/arch/i386/i386/db_memrw.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_memrw.c,v 1.5 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: db_memrw.c,v 1.6 1999/04/12 20:38:19 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/i386/i386/db_trace.c b/sys/arch/i386/i386/db_trace.c index 9a1a0275e10b..4a907af20904 100644 --- a/sys/arch/i386/i386/db_trace.c +++ b/sys/arch/i386/i386/db_trace.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_trace.c,v 1.23 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: db_trace.c,v 1.24 1999/04/12 20:38:19 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/mac68k/include/scsi_5380.h b/sys/arch/mac68k/include/scsi_5380.h index 31edbda26b42..9a0efacb1d9f 100644 --- a/sys/arch/mac68k/include/scsi_5380.h +++ b/sys/arch/mac68k/include/scsi_5380.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsi_5380.h,v 1.4 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: scsi_5380.h,v 1.5 1999/04/12 20:38:19 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pica/dev/asc.c b/sys/arch/pica/dev/asc.c index 85d9db9c4279..e9107d203aac 100644 --- a/sys/arch/pica/dev/asc.c +++ b/sys/arch/pica/dev/asc.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.17 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: asc.c,v 1.18 1999/04/12 20:38:20 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pica/dev/ascreg.h b/sys/arch/pica/dev/ascreg.h index b79b27667d9a..2a5ba9dca94f 100644 --- a/sys/arch/pica/dev/ascreg.h +++ b/sys/arch/pica/dev/ascreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ascreg.h,v 1.3 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: ascreg.h,v 1.4 1999/04/12 20:38:20 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/ascreg.h b/sys/arch/pmax/dev/ascreg.h index 8ee4037d3559..998d9ef3b0eb 100644 --- a/sys/arch/pmax/dev/ascreg.h +++ b/sys/arch/pmax/dev/ascreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ascreg.h,v 1.7 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: ascreg.h,v 1.8 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/bt459.c b/sys/arch/pmax/dev/bt459.c index d5b612309883..864a08928d89 100644 --- a/sys/arch/pmax/dev/bt459.c +++ b/sys/arch/pmax/dev/bt459.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt459.c,v 1.15 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: bt459.c,v 1.16 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -65,7 +65,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -81,7 +81,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: bt459.c,v 1.15 1999/04/06 20:09:19 pk Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bt459.c,v 1.16 1999/04/12 20:38:19 pk Exp $"); #include #include diff --git a/sys/arch/pmax/dev/bt459.h b/sys/arch/pmax/dev/bt459.h index 0456d40cc289..18ee019d37de 100644 --- a/sys/arch/pmax/dev/bt459.h +++ b/sys/arch/pmax/dev/bt459.h @@ -1,4 +1,4 @@ -/* $NetBSD: bt459.h,v 1.2 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: bt459.h,v 1.3 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/cfb.c b/sys/arch/pmax/dev/cfb.c index 98f4d000d07c..e0a306abbb5c 100644 --- a/sys/arch/pmax/dev/cfb.c +++ b/sys/arch/pmax/dev/cfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: cfb.c,v 1.30 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: cfb.c,v 1.31 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -65,7 +65,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/cfbreg.h b/sys/arch/pmax/dev/cfbreg.h index b51ffb2154cd..c6b59f4cd492 100644 --- a/sys/arch/pmax/dev/cfbreg.h +++ b/sys/arch/pmax/dev/cfbreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: cfbreg.h,v 1.6 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: cfbreg.h,v 1.7 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/dtop.c b/sys/arch/pmax/dev/dtop.c index 81787d09f7c9..0108ce77444c 100644 --- a/sys/arch/pmax/dev/dtop.c +++ b/sys/arch/pmax/dev/dtop.c @@ -1,4 +1,4 @@ -/* $NetBSD: dtop.c,v 1.37 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: dtop.c,v 1.38 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -94,7 +94,7 @@ SOFTWARE. ********************************************************/ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.37 1999/04/06 20:09:19 pk Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.38 1999/04/12 20:38:19 pk Exp $"); #include "rasterconsole.h" diff --git a/sys/arch/pmax/dev/mfb.c b/sys/arch/pmax/dev/mfb.c index f8e5b73fee6a..2d6ce66adf83 100644 --- a/sys/arch/pmax/dev/mfb.c +++ b/sys/arch/pmax/dev/mfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: mfb.c,v 1.35 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: mfb.c,v 1.36 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -81,7 +81,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.35 1999/04/06 20:09:19 pk Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfb.c,v 1.36 1999/04/12 20:38:19 pk Exp $"); #include "fb.h" #include "mfb.h" diff --git a/sys/arch/pmax/dev/mfbreg.h b/sys/arch/pmax/dev/mfbreg.h index 947050a57cfa..c33842278130 100644 --- a/sys/arch/pmax/dev/mfbreg.h +++ b/sys/arch/pmax/dev/mfbreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mfbreg.h,v 1.6 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: mfbreg.h,v 1.7 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/sfb.c b/sys/arch/pmax/dev/sfb.c index b495c33ed855..4b38c7e0a772 100644 --- a/sys/arch/pmax/dev/sfb.c +++ b/sys/arch/pmax/dev/sfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: sfb.c,v 1.28 1999/04/06 20:09:19 pk Exp $ */ +/* $NetBSD: sfb.c,v 1.29 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -65,7 +65,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/dev/xcfb.c b/sys/arch/pmax/dev/xcfb.c index 7b86aff84365..97da0215e7a9 100644 --- a/sys/arch/pmax/dev/xcfb.c +++ b/sys/arch/pmax/dev/xcfb.c @@ -1,4 +1,4 @@ -/* $NetBSD: xcfb.c,v 1.24 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: xcfb.c,v 1.25 1999/04/12 20:38:19 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c index 8b3bedc677c3..2ea9970c9e50 100644 --- a/sys/arch/pmax/tc/scc.c +++ b/sys/arch/pmax/tc/scc.c @@ -1,4 +1,4 @@ -/* $NetBSD: scc.c,v 1.48 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: scc.c,v 1.49 1999/04/12 20:38:19 pk Exp $ */ /* * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University @@ -12,7 +12,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -66,7 +66,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.48 1999/04/06 20:09:20 pk Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.49 1999/04/12 20:38:19 pk Exp $"); #include "opt_ddb.h" diff --git a/sys/arch/sparc/sparc/db_interface.c b/sys/arch/sparc/sparc/db_interface.c index 7af940cc7406..90c88eb6e59e 100644 --- a/sys/arch/sparc/sparc/db_interface.c +++ b/sys/arch/sparc/sparc/db_interface.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.28 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: db_interface.c,v 1.29 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/sparc/sparc/db_trace.c b/sys/arch/sparc/sparc/db_trace.c index 9cf94e18e0f0..8d06854c272d 100644 --- a/sys/arch/sparc/sparc/db_trace.c +++ b/sys/arch/sparc/sparc/db_trace.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_trace.c,v 1.11 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: db_trace.c,v 1.12 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/sparc64/sparc64/db_interface.c b/sys/arch/sparc64/sparc64/db_interface.c index eff90de19df1..42d3796051ba 100644 --- a/sys/arch/sparc64/sparc64/db_interface.c +++ b/sys/arch/sparc64/sparc64/db_interface.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.18 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: db_interface.c,v 1.19 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/sparc64/sparc64/db_trace.c b/sys/arch/sparc64/sparc64/db_trace.c index cd4451f91020..d560f417fec2 100644 --- a/sys/arch/sparc64/sparc64/db_trace.c +++ b/sys/arch/sparc64/sparc64/db_trace.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_trace.c,v 1.8 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_trace.c,v 1.9 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/arch/vax/vax/db_machdep.c b/sys/arch/vax/vax/db_machdep.c index 0cf1aeed2631..d222ccd4100d 100644 --- a/sys/arch/vax/vax/db_machdep.c +++ b/sys/arch/vax/vax/db_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_machdep.c,v 1.15 1999/04/06 20:09:20 pk Exp $ */ +/* $NetBSD: db_machdep.c,v 1.16 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 7e9484d76c7e..e2f3dabbef90 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_access.c,v 1.12 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_access.c,v 1.13 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index b4d5906d79f0..caad7b08d223 100644 --- a/sys/ddb/db_access.h +++ b/sys/ddb/db_access.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_access.h,v 1.7 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_access.h,v 1.8 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 9c53cacc5ab6..b20faf231df6 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_aout.c,v 1.22 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_aout.c,v 1.23 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index a31ae5213af1..aaa84baf6545 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_break.c,v 1.10 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_break.c,v 1.11 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index a100ae610277..408e09178cf1 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_break.h,v 1.12 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_break.h,v 1.13 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 8580c62f5756..d6c552122db1 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.29 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_command.c,v 1.30 1999/04/12 20:38:20 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index e306ebfb5c9a..37a2c6f60d90 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.h,v 1.11 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_command.h,v 1.12 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index ae9910037144..a6467506060f 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_examine.c,v 1.14 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_examine.c,v 1.15 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 41362dc4c221..172bbe9be7bf 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_expr.c,v 1.8 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_expr.c,v 1.9 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 2f3c310f49f6..5561d50b074c 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_input.c,v 1.11 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_input.c,v 1.12 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 8b379326f2ce..573930379a4d 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_lex.c,v 1.10 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_lex.c,v 1.11 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 632ce5bcc337..74abb24309d8 100644 --- a/sys/ddb/db_lex.h +++ b/sys/ddb/db_lex.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_lex.h,v 1.9 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_lex.h,v 1.10 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 597cbef0275b..b8867b87a43a 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_output.c,v 1.18 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_output.c,v 1.19 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 3e7a4815a459..11f6ba15042b 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_output.h,v 1.11 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_output.h,v 1.12 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 86e7ed2f4780..ecb13943e4fe 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_print.c,v 1.10 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_print.c,v 1.11 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index b650f2ecbdb4..f6372b505572 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_run.c,v 1.17 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_run.c,v 1.18 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_run.h b/sys/ddb/db_run.h index 8e1d6cb5ca1a..148aaf672d9d 100644 --- a/sys/ddb/db_run.h +++ b/sys/ddb/db_run.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_run.h,v 1.4 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_run.h,v 1.5 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 17ef4d4257e1..d0e309352607 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_sym.c,v 1.16 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_sym.c,v 1.17 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index eb46e51a98c2..46ce0b468c71 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_sym.h,v 1.10 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_sym.h,v 1.11 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 4f3d2152af3f..2982e0aa8276 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_trap.c,v 1.13 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_trap.c,v 1.14 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 0d954fa97a5d..85d6a29d88af 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_variables.c,v 1.15 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_variables.c,v 1.16 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 040ca8c1301f..6cf04e1a7872 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_variables.h,v 1.7 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_variables.h,v 1.8 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index fb4d174814ca..a2826d0d290d 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_watch.c,v 1.11 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_watch.c,v 1.12 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 149972d27895..ba6d5a79ef68 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_watch.h,v 1.11 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_watch.h,v 1.12 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 0232f314e987..2a42aedb49ae 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_write_cmd.c,v 1.10 1999/04/06 20:09:21 pk Exp $ */ +/* $NetBSD: db_write_cmd.c,v 1.11 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/dev/ic/ncr5380reg.h b/sys/dev/ic/ncr5380reg.h index 4221a8e36633..c2bd1c279497 100644 --- a/sys/dev/ic/ncr5380reg.h +++ b/sys/dev/ic/ncr5380reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380reg.h,v 1.3 1999/04/06 20:09:22 pk Exp $ */ +/* $NetBSD: ncr5380reg.h,v 1.4 1999/04/12 20:38:21 pk Exp $ */ /* * Mach Operating System @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index 0dd5946e3bcf..3d8cee3b88d7 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1,4 +1,4 @@ -/* $NetBSD: asc.c,v 1.51 1999/04/06 20:09:22 pk Exp $ */ +/* $NetBSD: asc.c,v 1.52 1999/04/12 20:38:21 pk Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -49,7 +49,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. *