Update the copyright.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Jul 1993 18:55:35 +0000 (18:55 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 16 Jul 1993 18:55:35 +0000 (18:55 +0000)
v7/src/microcode/dostop.c
v7/src/microcode/nttop.c

index a27a3468fe2a58a0d0100d97bfddfdafba78f865..180d5824a9ba0b7066a2e15996512cdc9660043c 100644 (file)
@@ -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);
index 9738c8429707aabff11931d13ef10c804264df95..4b809f924eab7b1df3ab3411fcf77f97fb6575c0 100644 (file)
@@ -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");