From 9b1b015c90e67e750c7a9ba92b9d75ad7ce9190b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 25 Oct 1995 02:30:37 +0000 Subject: [PATCH] Flush copyright notice. Screw the compiler vendors. --- v7/src/microcode/nttop.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/nttop.c b/v7/src/microcode/nttop.c index 2c59c117a..c70afa385 100644 --- a/v7/src/microcode/nttop.c +++ b/v7/src/microcode/nttop.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: nttop.c,v 1.15 1995/10/24 05:13:42 cph Exp $ +$Id: nttop.c,v 1.16 1995/10/25 02:30:37 cph Exp $ Copyright (c) 1993-95 Massachusetts Institute of Technology @@ -98,10 +98,12 @@ DEFUN_VOID (OS_initialize) void DEFUN_VOID (OS_announcement) { +#if 0 /* To make our compiler vendors happy. */ outf_console - ("Copyright (c) 1993-1994 Massachusetts Institute of Technology\n"); + ("Copyright (c) 1993-1995 Massachusetts Institute of Technology\n"); outf_console ("\n"); +#endif } void -- 2.25.1