]> andersk Git - moira.git/blobdiff - backup/dump_db.qc
deal with ^D in input, don't return a pointer into the stack, don't
[moira.git] / backup / dump_db.qc
index 677cda0b580bce9b3fff94c9fd7329c39cef5631..18c5340ccf723d7ec7c067e8db660e13dba1427d 100644 (file)
@@ -3,22 +3,13 @@
  *     $Author$
  *     $Header$
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     This program dumps the SMS database to a series of output files
  * which can be later read back into SMS in the event of a crash.
  * 
- *     $Log$
- *     Revision 1.3  1988-08-16 16:25:30  mar
- *     con't put extra whitespace in backup files
- *
- * Revision 1.2  87/07/13  03:52:53  wesommer
- * Modified to pass lint, do better backups.
- * 
-Revision 1.1  87/07/11  19:51:05  wesommer
-Initial revision
-
- *
  */
 
 #ifndef lint
@@ -28,6 +19,7 @@ static char *rcsid_dump_db_c = "$Header$";
 #include <stdio.h>
 #include <sys/file.h>
 #include <ctype.h>
+#include <mit-copyright.h>
 
 /* putc without the line buffer hair */
 
This page took 0.03062 seconds and 4 git commands to generate.