]> andersk Git - moira.git/blobdiff - lib/fixname.c
fixed gramattical error
[moira.git] / lib / fixname.c
index 91d53d0785a2c449005dc4d4020b4162c5fb71b6..356a4ec40ccda24f38f1a7aaa96c2657a5a7d48d 100644 (file)
@@ -4,22 +4,20 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.1  1987-08-22 17:14:30  wesommer
- *     Initial revision
- *
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_fixname_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <strings.h>
 #include <ctype.h>
 
-#define LAST_LEN               15
-#define FIRST_LEN              15
+#define LAST_LEN               100
+#define FIRST_LEN              100
 
 void FixName(ilnm, ifnm, last, first, middle)
        char *ilnm, *ifnm;
This page took 0.048546 seconds and 4 git commands to generate.