From c801de4c5e65ae5a33776cf4acfa6a89122af4de Mon Sep 17 00:00:00 2001 From: mar Date: Tue, 13 Sep 1988 17:40:40 +0000 Subject: [PATCH] added copyright message --- clients/mrtest/mrtest.c | 3 +++ server/meinitlst.c | 7 +++---- server/mr_main.c | 4 +++- server/mr_sauth.c | 3 +++ server/mr_sbrk.c | 9 ++++----- server/mr_scall.c | 3 +++ server/mr_shutdown.c | 19 +++---------------- server/mr_srvdata.c | 24 +++--------------------- server/mr_util.c | 4 +++- server/qoldsup.qc | 3 +++ server/qsubs.c | 3 +++ server/qsupport.qc | 3 +++ server/queries2.c | 3 +++ server/startmoira.c | 13 +++---------- 14 files changed, 43 insertions(+), 58 deletions(-) diff --git a/clients/mrtest/mrtest.c b/clients/mrtest/mrtest.c index 6abcf996..13524761 100644 --- a/clients/mrtest/mrtest.c +++ b/clients/mrtest/mrtest.c @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -11,6 +13,7 @@ static char *rcsid_test_c = "$Header$"; #endif lint +#include #include #include #include diff --git a/server/meinitlst.c b/server/meinitlst.c index 5e93c179..be85f878 100644 --- a/server/meinitlst.c +++ b/server/meinitlst.c @@ -4,20 +4,19 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * 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 #include #include diff --git a/server/mr_main.c b/server/mr_main.c index 87ff73a0..aaf1093c 100644 --- a/server/mr_main.c +++ b/server/mr_main.c @@ -4,7 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology - * + * For copying and distribution information, please see the file + * . * * SMS server process. * @@ -17,6 +18,7 @@ static char *rcsid_sms_main_c = "$Header$"; +#include #include #include #include diff --git a/server/mr_sauth.c b/server/mr_sauth.c index 3d19cb18..3930979a 100644 --- a/server/mr_sauth.c +++ b/server/mr_sauth.c @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -12,6 +14,7 @@ static char *rcsid_sms_sauth_c = "$Header$"; #endif lint extern int krb_err_base; +#include #include #include "sms_server.h" diff --git a/server/mr_sbrk.c b/server/mr_sbrk.c index 22320892..565a567e 100644 --- a/server/mr_sbrk.c +++ b/server/mr_sbrk.c @@ -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 + * . */ #ifndef lint static char *rcsid_sms_sbrk_c = "$Header$"; #endif lint +#include + /* * 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 diff --git a/server/mr_scall.c b/server/mr_scall.c index 37746d4a..5625f1e8 100644 --- a/server/mr_scall.c +++ b/server/mr_scall.c @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -11,6 +13,7 @@ static char *rcsid_sms_scall_c = "$Header$"; #endif lint +#include #include #include #include "query.h" diff --git a/server/mr_shutdown.c b/server/mr_shutdown.c index 053735f4..b492b9f3 100644 --- a/server/mr_shutdown.c +++ b/server/mr_shutdown.c @@ -4,29 +4,16 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * - * $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 #include #include #include "sms_server.h" diff --git a/server/mr_srvdata.c b/server/mr_srvdata.c index c8e7fef9..0a0ffa21 100644 --- a/server/mr_srvdata.c +++ b/server/mr_srvdata.c @@ -4,35 +4,17 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * 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 #include "sms_server.h" /* diff --git a/server/mr_util.c b/server/mr_util.c index 29de3f72..e4348d2f 100644 --- a/server/mr_util.c +++ b/server/mr_util.c @@ -4,13 +4,15 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology - * + * For copying and distribution information, please see the file + * . */ #ifndef lint static char *rcsid_sms_util_c = "$Header$"; #endif lint +#include #include "sms_server.h" #include diff --git a/server/qoldsup.qc b/server/qoldsup.qc index dcf3bc15..153d0ef2 100644 --- a/server/qoldsup.qc +++ b/server/qoldsup.qc @@ -8,6 +8,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -15,6 +17,7 @@ static char *rcsid_qsupport_qc = "$Header$"; #endif lint +#include #include "query.h" #include "sms_server.h" #include diff --git a/server/qsubs.c b/server/qsubs.c index a2d1693e..3ac37f1c 100644 --- a/server/qsubs.c +++ b/server/qsubs.c @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -11,6 +13,7 @@ static char *rcsid_qsubs_c = "$Header$"; #endif lint +#include #include #include "query.h" diff --git a/server/qsupport.qc b/server/qsupport.qc index 7b07a505..0aba3b1f 100644 --- a/server/qsupport.qc +++ b/server/qsupport.qc @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * */ @@ -11,6 +13,7 @@ static char *rcsid_qsupport_qc = "$Header$"; #endif lint +#include #include "query.h" #include "sms_server.h" #include diff --git a/server/queries2.c b/server/queries2.c index e3fdf266..28e23097 100644 --- a/server/queries2.c +++ b/server/queries2.c @@ -3,8 +3,11 @@ * $Header$ * * Copyright 1987, 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include "query.h" #include "sms_et.h" diff --git a/server/startmoira.c b/server/startmoira.c index 1fe7e7d4..513674ff 100644 --- a/server/startmoira.c +++ b/server/startmoira.c @@ -4,26 +4,19 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * 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 #include #include #include -- 2.45.2