From: mar Date: Tue, 13 Sep 1988 14:09:13 +0000 (+0000) Subject: added copyright message X-Git-Tag: KREL1~141 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/0a5ff702d123caf0af236c08a899ed327edf36a9 added copyright message --- diff --git a/dcm/startdcm.c b/dcm/startdcm.c index 9888fb69..6a36c6b1 100644 --- a/dcm/startdcm.c +++ b/dcm/startdcm.c @@ -3,7 +3,9 @@ * $Author$ * $Header$ * - * Copyright (C) 1987 by the Massachusetts Institute of Technology + * Copyright (C) 1987, 1988 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * This program starts the DCM in a "clean" environment. * and then waits for it to exit. @@ -13,6 +15,7 @@ static char *rcsid_sms_starter_c = "$Header$"; #endif lint +#include #include #include #include diff --git a/dcm/utils.c b/dcm/utils.c index 19f8b4e5..b9ab5dd0 100644 --- a/dcm/utils.c +++ b/dcm/utils.c @@ -3,15 +3,19 @@ * $Author$ * $Header$ * - * Copyright (C) 1987 by the Massachusetts Institute of Technology * * Utility functions used by the DCM. + * + * (c) Copyright 1987, 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ #ifndef lint static char *rcsid_utils_c = "$Header$"; #endif lint +#include #include #include #include diff --git a/gdb/gdb_conn.c b/gdb/gdb_conn.c index 9d8f7d72..72078d37 100644 --- a/gdb/gdb_conn.c +++ b/gdb/gdb_conn.c @@ -38,6 +38,8 @@ static char *rcsid_gdb_conn_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* Routines used in the creation and maintenance of CONNECTIONS. /* Note: these are closely related to the services provided @@ -46,6 +48,7 @@ static char *rcsid_gdb_conn_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include "gdb.h" diff --git a/gdb/gdb_db.c b/gdb/gdb_db.c index 5d8727ee..4130c656 100644 --- a/gdb/gdb_db.c +++ b/gdb/gdb_db.c @@ -14,9 +14,12 @@ static char *rcsid_gdb_db_c = "$Header$"; /* Authors: Susan Ryan and Noah Mendelsohn /* /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /************************************************************************/ +#include #include #include #include "gdb.h" diff --git a/gdb/gdb_debug.c b/gdb/gdb_debug.c index c2615d14..93b816a1 100644 --- a/gdb/gdb_debug.c +++ b/gdb/gdb_debug.c @@ -34,9 +34,12 @@ static char *rcsid_gdb_debug_c = "$Header$"; /* operation /* /* Copyright 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /************************************************************************/ +#include #include #include "gdb.h" diff --git a/gdb/gdb_fserv.c b/gdb/gdb_fserv.c index c2e16da3..33986ecc 100644 --- a/gdb/gdb_fserv.c +++ b/gdb/gdb_fserv.c @@ -35,9 +35,12 @@ static char *rcsid_gdb_fserv_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /************************************************************************/ +#include #include #include #include diff --git a/gdb/gdb_ops.c b/gdb/gdb_ops.c index fadff759..42056da9 100644 --- a/gdb/gdb_ops.c +++ b/gdb/gdb_ops.c @@ -36,12 +36,15 @@ static char *rcsid_gdb_ops_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* These routines provide a suite of asynchronous operations /* on connections. /* /************************************************************************/ +#include #include #include "gdb.h" #include diff --git a/gdb/gdb_serv.c b/gdb/gdb_serv.c index 685e22da..0514d7ac 100644 --- a/gdb/gdb_serv.c +++ b/gdb/gdb_serv.c @@ -36,9 +36,12 @@ static char *rcsid_gdb_serv_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /************************************************************************/ +#include #include #include #include "gdb.h" diff --git a/gdb/gdb_struct.c b/gdb/gdb_struct.c index 25f1d3e6..add796ff 100644 --- a/gdb/gdb_struct.c +++ b/gdb/gdb_struct.c @@ -35,6 +35,8 @@ static char *rcsid_gdb_struct_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* These routines implement the following layers of the /* Client Library Specification of the GDB system: @@ -53,6 +55,7 @@ static char *rcsid_gdb_struct_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include "gdb.h" diff --git a/gdb/gdb_stype.c b/gdb/gdb_stype.c index 92fc4ca8..fd4f0e85 100644 --- a/gdb/gdb_stype.c +++ b/gdb/gdb_stype.c @@ -35,6 +35,8 @@ static char *rcsid_gdb_stype_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* This file initializes the definitions for all system defined /* data types, and it includes the type specific semantic routines @@ -58,6 +60,7 @@ static char *rcsid_gdb_stype_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include "gdb.h" diff --git a/gdb/gdb_trans.c b/gdb/gdb_trans.c index f17ae6b1..020247ad 100644 --- a/gdb/gdb_trans.c +++ b/gdb/gdb_trans.c @@ -35,6 +35,8 @@ static char *rcsid_gdb_trans_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* These routines implement layer 6 of the Client Library /* Specification of the GDB system, as well as the facilities @@ -45,6 +47,7 @@ static char *rcsid_gdb_trans_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include diff --git a/gdb/gdb_trans2.c b/gdb/gdb_trans2.c index 5a144554..24452914 100644 --- a/gdb/gdb_trans2.c +++ b/gdb/gdb_trans2.c @@ -35,6 +35,9 @@ static char *rcsid_gdb_trans2_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . +/* /* /* These routines implement layer 6 of the Client Library /* Specification of the GDB system, as well as the facilities @@ -45,6 +48,7 @@ static char *rcsid_gdb_trans2_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include diff --git a/gen/aliases.qc b/gen/aliases.qc index 75492aa9..e3775886 100644 --- a/gen/aliases.qc +++ b/gen/aliases.qc @@ -5,9 +5,14 @@ * user pobox entries * maillist expansions * sublists of maillists + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include diff --git a/gen/hesiod.qc b/gen/hesiod.qc index 3458d3ef..0c96955c 100644 --- a/gen/hesiod.qc +++ b/gen/hesiod.qc @@ -3,8 +3,13 @@ * This generates the zone files necessary to load a hesiod server. * The following zones are generated: passwd, uid, pobox, group, * grplist, gid, filsys, cluster, pcap, sloc, service. + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include diff --git a/gen/nfs.qc b/gen/nfs.qc index 7e6297b8..d071e08c 100644 --- a/gen/nfs.qc +++ b/gen/nfs.qc @@ -1,8 +1,13 @@ /* $Header$ * * This generates the files necessary to load an nfs server. + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include diff --git a/gen/passwd.dc b/gen/passwd.dc index c3984dab..52b8101a 100644 --- a/gen/passwd.dc +++ b/gen/passwd.dc @@ -2,8 +2,13 @@ * * This generates a master /etc/passwd containing all active (status != 0) * accounts. + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include diff --git a/gen/util.c b/gen/util.c index 70be012f..5e5c7287 100644 --- a/gen/util.c +++ b/gen/util.c @@ -1,9 +1,14 @@ /* $Header$ * * Utility routines used by the SMS extraction programs. + * + * (c) Copyright 1988 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ +#include #include #include #include diff --git a/reg_svr/Makefile b/reg_svr/Makefile index d4c0eade..e27bc459 100644 --- a/reg_svr/Makefile +++ b/reg_svr/Makefile @@ -4,6 +4,10 @@ # $Locker$ # $Header$ # +# (c) Copyright 1988 by the Massachusetts Institute of Technology. +# For copying and distribution information, please see the file +# . + CFLAGS= -O -I../include OBJS = requests.o reg_svr.o diff --git a/reg_svr/reg_svr.c b/reg_svr/reg_svr.c index 7459c588..137f9c17 100644 --- a/reg_svr/reg_svr.c +++ b/reg_svr/reg_svr.c @@ -3,7 +3,9 @@ * $Author$ * $Header$ * - * Copyright (C) 1987 by the Massachusetts Institute of Technology + * Copyright (C) 1987, 1988 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * Server for user registration with SMS and Kerberos. * @@ -17,6 +19,7 @@ static char *rcsid_reg_svr_c = "$Header$"; #endif lint +#include #include "reg_svr.h" #include "admin_server.h" #include "admin_err.h" diff --git a/reg_svr/requests.c b/reg_svr/requests.c index 4cd675d5..fe691773 100644 --- a/reg_svr/requests.c +++ b/reg_svr/requests.c @@ -3,7 +3,9 @@ * $Author$ * $Header$ * - * Copyright (C) 1987 by the Massachusetts Institute of Technology + * Copyright (C) 1987, 1988 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * Server for user registration with SMS and Kerberos. * @@ -20,6 +22,7 @@ static char *rcsid_requests_c = "$Header$"; * #defined, make sure that it is not already done in reg_svr.h */ +#include #include "reg_svr.h" #include #include diff --git a/reg_svr/startreg.c b/reg_svr/startreg.c index 7f18d3de..7e2b7b4c 100644 --- a/reg_svr/startreg.c +++ b/reg_svr/startreg.c @@ -4,6 +4,8 @@ * $Header$ * * Copyright (C) 1987 by the Massachusetts Institute of Technology + * For copying and distribution information, please see the file + * . * * This program starts the user registration server * in a "clean" environment, and then waits for it to exit. @@ -13,6 +15,7 @@ static char *rcsid_sms_starter_c = "$Header$"; #endif lint +#include #include #include #include