From: Guillermo J. Rozas Date: Fri, 21 Aug 1992 19:13:53 +0000 (+0000) Subject: Change the copyright notice to be accurate. X-Git-Tag: 20090517-FFI~9089 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b73320ad00e7ccb1f6943f964fa601c7c8374c02;p=mit-scheme.git Change the copyright notice to be accurate. --- 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);