From: Guillermo J. Rozas Date: Fri, 16 Jul 1993 18:55:35 +0000 (+0000) Subject: Update the copyright. X-Git-Tag: 20090517-FFI~8201 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a56e3b848c7accbb13e6d42c7b1e7b5419aa9ae4;p=mit-scheme.git Update the copyright. --- diff --git a/v7/src/microcode/dostop.c b/v7/src/microcode/dostop.c index a27a3468f..180d5824a 100644 --- a/v7/src/microcode/dostop.c +++ b/v7/src/microcode/dostop.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: dostop.c,v 1.5 1992/09/15 20:35:49 jinx Exp $ +$Id: dostop.c,v 1.6 1993/07/16 18:55:14 gjr Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -101,7 +101,7 @@ DEFUN_VOID (OS_initialize) (int) version_number.major, (int) version_number.minor); /* To make our compiler vendors happy. */ fprintf(stdout, - "Copyright (c) 1992 Massachusetts Institute of Technology\n"); + "Copyright (c) 1992-1993 Massachusetts Institute of Technology\n"); } fputs ("", stdout); diff --git a/v7/src/microcode/nttop.c b/v7/src/microcode/nttop.c index 9738c8429..4b809f924 100644 --- a/v7/src/microcode/nttop.c +++ b/v7/src/microcode/nttop.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: nttop.c,v 1.3 1993/06/24 02:10:06 gjr Exp $ +$Id: nttop.c,v 1.4 1993/07/16 18:55:35 gjr Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -107,7 +107,7 @@ DEFUN_VOID (OS_initialize) (int) version_number.major, (int) version_number.minor); /* To make our compiler vendors happy. */ outf_console( - "Copyright (c) 1992 Massachusetts Institute of Technology\r\n"); + "Copyright (c) 1993 Massachusetts Institute of Technology\r\n"); } outf_console ("\r\n");