]> andersk Git - moira.git/commitdiff
added copyright message
authormar <mar>
Mon, 12 Sep 1988 17:03:41 +0000 (17:03 +0000)
committermar <mar>
Mon, 12 Sep 1988 17:03:41 +0000 (17:03 +0000)
clients/Makefile
clients/blanche/Makefile
clients/mailmaint/Makefile
clients/mailmaint/mailmaint.c
clients/userreg/Makefile
clients/userreg/disable.c
clients/userreg/display.c
clients/userreg/reg_stubs.c
clients/userreg/userreg.c

index 0159ae9f73e1d3b252b25b339b9f3454bf9018b3..e70f57f3d835ca7ab7d163c8ad9864e50cf60d23 100644 (file)
@@ -1,13 +1,16 @@
-# Makefile for first release of SMS.
+# Makefile for SMS 2.0 clients.
 #
 #      $Source$
 #      $Header$
 #      $Author$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 DESTDIR=
 
-SUBDIRS= dcmmaint mailmaint passwd sms userreg
+SUBDIRS= dcmmaint mailmaint passwd sms userreg blanche
 
 all:
        for i in ${SUBDIRS}; do \
index 984d57c0b8ec8a654c41f53314b97098d46fbc56..08cc307502693b35605c3abd5a55c7eb5c486741 100644 (file)
@@ -6,7 +6,11 @@
 #      $Header$
 #      $Author$
 # 
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 #
+
 DESTDIR=
 DEFINES = -O
 CFLAGS = -I../../include ${DEFINES}
index 361adc9f77dbc7bfc10b179122a3d2dc4344febc..3c4e7a5dea53e68b32a1662a87639c71e7342b72 100644 (file)
@@ -2,6 +2,9 @@
 #      $Source$
 #      $Header$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 # Makefile for SMS client mailmaint
 #
index 1f3b633b547bd620c6cf7ab327ad3475ee1e5ccd..802420ef625e116bfc4597ac873d38e3940f2613 100644 (file)
@@ -3,6 +3,10 @@
  *     $Header$
  */
 
+/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
+/*  For copying and distribution information, please see the file */
+/*  <mit-copyright.h>. */
+
 #ifndef lint
 static char rcsid_mailmaint_c[] = "$Header$";
 #endif lint
@@ -22,7 +26,7 @@ static char rcsid_mailmaint_c[] = "$Header$";
 #include <varargs.h>
 #include <com_err.h>
 #include <ctype.h>
-#include "mit-copyright.h"
+#include <mit-copyright.h>
 
 #define STARTCOL 0
 #define STARTROW 3
index 527bdd068676625b60d06470ec5f03679d01a552..a96d650a636e4ff34ed141bb19b9e9250547415c 100644 (file)
@@ -4,6 +4,9 @@
 #      $Locker$
 #      $Header$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 CFLAGS= -O -I../../include
 
index 7b4703cb7ec25c556d21065f28f40abefb81fe8e..3e0c4cb7d306b0378717fb493b328a1ce3e77b0d 100644 (file)
@@ -2,8 +2,13 @@
  *
  * disabled: check to see if registration is enabled right now.  Most of this
  * code is stolen from the cron daemon.
+ *
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <sys/types.h>
index 2adb3bab5ea336a490fc7aef224f625057d6c3ce..798ffb8ea6d51f014e4da6fee5439e1fa659547e 100644 (file)
@@ -3,12 +3,17 @@
  *     $Author$
  *     $Locker$
  *     $Header$
+ *
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_display_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <curses.h>
 #include <sys/time.h>
index e694f0fefe18858113fde60bada439de7407425b..94ec0b2d7dcde3e5ebd5810711924d2e3a72b03d 100644 (file)
@@ -3,30 +3,16 @@
  *     $Author$
  *     $Header$
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.5  1988-08-17 18:09:42  mar
- *     changed server host from "dodo.mit.edu" to "sms.mit.edu"
- *
- * Revision 1.4  88/08/07  22:20:21  mar
- * changed server hostname to dodo for testing.
- * changed timeout back to 30 seconds (it gets retried 10 times)
- * 
- * Revision 1.3  88/08/03  20:16:10  mar
- * increase timeout; don't copy login out of packet unless packet is long enough
- * 
- * Revision 1.2  87/09/04  22:57:33  wesommer
- * Rearranged timeouts, max retransmits.
- * 
- * Revision 1.1  87/08/22  18:39:29  wesommer
- * Initial revision
- * 
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_reg_stubs_c = "$Header$";
 #endif lint
+
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/time.h>
index 954d4d68397a361968dd1baeca0eb443620a3c24..723038910a1d12c044ac5ef9071df30533088656 100644 (file)
@@ -3,12 +3,17 @@
  * $Author$
  * $Locker$
  * $Header$ 
+ *
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
 #ifndef lint
 static char    *rcsid_userreg_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <curses.h>
 #include <signal.h>
 #include <sys/time.h>
This page took 0.050941 seconds and 5 git commands to generate.