From b73320ad00e7ccb1f6943f964fa601c7c8374c02 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 21 Aug 1992 19:13:53 +0000 Subject: [PATCH] Change the copyright notice to be accurate. --- v7/src/microcode/dostop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/dostop.c b/v7/src/microcode/dostop.c index 7ca41eef0..57286709c 100644 --- a/v7/src/microcode/dostop.c +++ b/v7/src/microcode/dostop.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/dostop.c,v 1.1 1992/05/05 06:55:13 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/dostop.c,v 1.2 1992/08/21 19:13:53 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -99,7 +99,7 @@ DEFUN_VOID (OS_initialize) (int) version_number.major, (int) version_number.minor); /* To make our compiler vendors happy. */ fprintf(stdout, - "Copyright (c) 1990, 1991, 1992 Massachusetts Institute of Technology\n"); + "Copyright (c) 1992 Massachusetts Institute of Technology\n"); } fputs ("", stdout); -- 2.25.1