]> andersk Git - moira.git/commitdiff
added copyright message
authormar <mar>
Tue, 13 Sep 1988 17:40:40 +0000 (17:40 +0000)
committermar <mar>
Tue, 13 Sep 1988 17:40:40 +0000 (17:40 +0000)
14 files changed:
clients/mrtest/mrtest.c
server/meinitlst.c
server/mr_main.c
server/mr_sauth.c
server/mr_sbrk.c
server/mr_scall.c
server/mr_shutdown.c
server/mr_srvdata.c
server/mr_util.c
server/qoldsup.qc
server/qsubs.c
server/qsupport.qc
server/queries2.c
server/startmoira.c

index 6abcf996d4cb214287801166d1ba7690fb5701ad..1352476113605f32d1d4db10a6684f449895705e 100644 (file)
@@ -4,6 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -11,6 +13,7 @@
 static char *rcsid_test_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/file.h>
 #include <ctype.h>
index 5e93c1790cb2d812e2214e186d7e34847b980b36..be85f8780d9cefd0c55041ac0f10dbe0fc7f809c 100644 (file)
@@ -4,20 +4,19 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     This code is a reverse-engineered version of
  *     ~rtingres/lib/compatlib(meinitlst.o) with a better malloc and
  *     free.
- *     $Log$
- *     Revision 1.1  1987-08-22 17:29:33  wesommer
- *     Initial revision
- *
  */
 
 #ifndef lint
 static char *rcsid_meinitlst_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <sys/errno.h>
 #include <sys/types.h>
 
index 87ff73a089e59a9bca2567e6b6ce109cee7fdcf6..aaf1093c22be5ed0e53a8c9e01a3a1f662b2563c 100644 (file)
@@ -4,7 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     SMS server process.
  *
@@ -17,6 +18,7 @@
 
 static char *rcsid_sms_main_c = "$Header$";
 
+#include <mit-copyright.h>
 #include <strings.h>
 #include <sys/errno.h>
 #include <sys/signal.h>
index 3d19cb18858c749cf0d4d4b8d3cd98bd29528d6d..3930979a6a4ce3e1cfe4309a44c37949451ca9a1 100644 (file)
@@ -4,6 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -12,6 +14,7 @@ static char *rcsid_sms_sauth_c = "$Header$";
 #endif lint
 
 extern int krb_err_base;
+#include <mit-copyright.h>
 #include <strings.h>
 #include "sms_server.h"
 
index 22320892421f41417404ae00c5f0387002c8b17a..565a567e6edb8c1253747e2ebd14163460a5ec88 100644 (file)
@@ -4,17 +4,16 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
- *     $Log$
- *     Revision 1.1  1987-06-21 16:42:40  wesommer
- *     Initial revision
- *
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_sms_sbrk_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
+
 /*
  * The following routine is a kludge around a deficiency in the Ingres
  * memory allocator; it likes to call sbrk(0) a lot to check on the
index 37746d4a6f21a50a61fb7eaf9ec80248c5ff4cba..5625f1e8bd885436bd932284222682d5bc02d153 100644 (file)
@@ -4,6 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -11,6 +13,7 @@
 static char *rcsid_sms_scall_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <krb.h>
 #include <errno.h>
 #include "query.h"
index 053735f4239135cff4508ea76f83c1a000fdb2f4..b492b9f34ebcadc3ea20a247d2bacd317b78b10d 100644 (file)
@@ -4,29 +4,16 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
- *     $Log$
- *     Revision 1.4  1987-09-11 15:33:11  wesommer
- *     Disable shutdowns completely.
- *
- * Revision 1.4  87/09/09  01:43:11  wesommer
- * Disable server shutdown request.
- * 
- * Revision 1.3  87/08/04  02:41:29  wesommer
- * Clean up messages.
- * 
- * Revision 1.2  87/06/21  16:42:12  wesommer
- * Performance work, rearrangement of include files.
- * 
- * Revision 1.1  87/06/02  20:07:18  wesommer
- * Initial revision
- * 
  */
 
 #ifndef lint
 static char *rcsid_sms_shutdown_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <strings.h>
 #include <sys/errno.h>
 #include "sms_server.h"
index c8e7fef95e93ac242c1aee3d2d3d06ec90a81da7..0a0ffa21c4c49c7c2d5f51a036da6676472ff627 100644 (file)
@@ -4,35 +4,17 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     Global variables inside the SMS server.
- * 
- *     $Log$
- *     Revision 1.6  1988-06-30 12:38:46  mar
- *     added variables to count queries by version, and  journal file
- *
- * Revision 1.5  87/07/29  16:03:15  wesommer
- * Added "now" variable.
- * ,
- * 
- * Revision 1.4  87/07/14  00:38:14  wesommer
- * Added log_flags global variable.
- * 
- * Revision 1.3  87/06/30  20:03:15  wesommer
- * Added local realm global variable.
- * 
- * Revision 1.2  87/06/21  16:42:16  wesommer
- * Performance work, rearrangement of include files.
- * 
- * Revision 1.1  87/06/02  20:07:25  wesommer
- * Initial revision
- * 
  */
 
 #ifndef lint
 static char *rcsid_sms_srvdata_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "sms_server.h"
 
 /*
index 29de3f7296499621f0112a8dde91862f0d940c7f..e4348d2f6ddbf1c629e6d56eb7754729ca8fc1e4 100644 (file)
@@ -4,13 +4,15 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_sms_util_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "sms_server.h"
 
 #include <ctype.h>
index dcf3bc15a0afa85d9aa2f6707d4163844e4339a5..153d0ef2defc163f51cde2797bb3d33fd2e60c42 100644 (file)
@@ -8,6 +8,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -15,6 +17,7 @@
 static char *rcsid_qsupport_qc = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "query.h"
 #include "sms_server.h"
 #include <ctype.h>
index a2d1693e2cd1d51a6040daa7852304fdae23b820..3ac37f1c705c76961efe87137b6c49ecb56fef47 100644 (file)
@@ -4,6 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -11,6 +13,7 @@
 static char *rcsid_qsubs_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <sms.h>
 #include "query.h"
 
index 7b07a5059f0b63d6a3440c9ff139e20544ed505a..0aba3b1fff843a3d1459d3166a270bdb28ff70b6 100644 (file)
@@ -4,6 +4,8 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  */
 
@@ -11,6 +13,7 @@
 static char *rcsid_qsupport_qc = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "query.h"
 #include "sms_server.h"
 #include <ctype.h>
index e3fdf266a09ff1a93bdf5b10d10dbfc77a53abe0..28e23097b0ef03f5903f2ada7cdcdfbf87c47fe1 100644 (file)
@@ -3,8 +3,11 @@
  * $Header$
  *
  * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include "query.h"
 #include "sms_et.h"
 
index 1fe7e7d4fe51d3b8faf4ba50b4a17d70731feb89..513674ff3410a0453795111fdc7c5c1b7a2bc588 100644 (file)
@@ -4,26 +4,19 @@
  *     $Header$
  *
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  *
  *     This program starts the sms server in a "clean" environment.
  *     and then waits for it to exit.
  * 
- *     $Log$
- *     Revision 1.3  1987-08-22 17:30:58  wesommer
- *     Changed path used to start server.
- *
- * Revision 1.2  87/06/02  20:08:16  wesommer
- * Changed logging, location of daemon to run.
- * 
- * Revision 1.1  87/06/01  03:35:33  wesommer
- * Initial revision
- * 
  */
 
 #ifndef lint
 static char *rcsid_sms_starter_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <sys/types.h>
This page took 0.070317 seconds and 5 git commands to generate.