]> andersk Git - moira.git/commitdiff
added copyright message
authormar <mar>
Tue, 13 Sep 1988 14:09:13 +0000 (14:09 +0000)
committermar <mar>
Tue, 13 Sep 1988 14:09:13 +0000 (14:09 +0000)
21 files changed:
dcm/startdcm.c
dcm/utils.c
gdb/gdb_conn.c
gdb/gdb_db.c
gdb/gdb_debug.c
gdb/gdb_fserv.c
gdb/gdb_ops.c
gdb/gdb_serv.c
gdb/gdb_struct.c
gdb/gdb_stype.c
gdb/gdb_trans.c
gdb/gdb_trans2.c
gen/aliases.qc
gen/hesiod.qc
gen/nfs.qc
gen/passwd.dc
gen/util.c
reg_svr/Makefile
reg_svr/reg_svr.c
reg_svr/requests.c
reg_svr/startreg.c

index 9888fb69f657d700fa7ef6801bc361e149248508..6a36c6b105c34d3a6045c1936aaf1f1dd39b1962 100644 (file)
@@ -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
+ *     <mit-copyright.h>.
  *
  *     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <sys/types.h>
index 19f8b4e5792dba6eff09820df894aa1942d50f75..b9ab5dd0ab71cda5818cb9376769e5ecbb5f7da3 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
 #ifndef lint
 static char *rcsid_utils_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <varargs.h>
index 9d8f7d72cc299d83a7239aa8cade9c799886f08c..72078d374b5814c2b91474c372a5294a53dc671a 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
index 5d8727eecb9feb3803433ae49d05010ff72235e3..4130c656e0acd607fa912895ec80a7ed156782a8 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
index c2615d1419a8eb1a60e71ad4e76280f3d1b20b43..93b816a1aab400f0539d00ec29f8e3d1840c07cf 100644 (file)
@@ -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 <mit-copyright.h>.
 /*      
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include "gdb.h"
 
index c2e16da3740453d101d56c0a363b13c35f3f2f06..33986ecc4702bfdd0f3e1bec1a53c537ddd41863 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/uio.h>
index fadff75913599126a092ec42280815743d27a380..42056da973cce1dd1b7d9733d6e2f56a4e986953 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     These routines provide a suite of asynchronous operations 
 /*     on connections.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include "gdb.h"
 #include <netinet/in.h>
index 685e22da4f0859ac78d9d50d470eaa871b2cb5ac..0514d7ac2bc7784197a35d233fced75145b5d68f 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
index 25f1d3e6dff750db7fac606a7427c2c74425db0e..add796ffd838f25e4116f5bebbda01dfc2efd072 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
index 92fc4ca82c066f89ef2badc2092ef5b0ff11de3d..fd4f0e85eabc60e95c262a442786a67e9bc4ceec 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
index f17ae6b11a32d2296bb1be80bcee208660513e63..020247add85be36a38265162d38254cdeaf40f41 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     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 <mit-copyright.h>
 #include <sys/types.h>
 #include <strings.h>
 #include <stdio.h>
index 5a1445545e6e9a7e00ace1184ebb1d838e154454..24452914040730dd797b1944581d32ea51b31f0f 100644 (file)
@@ -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 <mit-copyright.h>.
+/*     
 /*     
 /*     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 <mit-copyright.h>
 #include <sys/types.h>
 #include <errno.h>
 #include <stdio.h>
index 75492aa937a1699f0a4abd178e259aa4afcf8ae2..e37758863fa862a23419b3d5332a561c3fc3fa16 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <string.h>
 #include <sms.h>
index 3458d3ef500705bd6b32b22feb58fca70a8fa1e2..0c96955c66c01d656f787ef54fb20d86e79ff20c 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sms.h>
 #include <sms_app.h>
index 7e6297b892423823254c01ea75251b6dc3cf0b4d..d071e08c23bd722e34692c2799ca4f8038506325 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sms.h>
 #include <sms_app.h>
index c3984dab024ba7f21e54875ab86460b59e99271d..52b8101af35aa5938083b74c01e7347136bcce18 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sms.h>
 #include <sys/types.h>
index 70be012f86c0d059d52b6b9bfe03eb558c140479..5e5c728711b6aa56eaab95ded8edaac125da421f 100644 (file)
@@ -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
+ *  <mit-copyright.h>.
  */
 
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/time.h>
 #include <sms.h>
index d4c0eadef8e030c1debaef336367a67134e8080a..e27bc459951ccf6ca5a055a1828a781ad3f7dfdb 100644 (file)
@@ -4,6 +4,10 @@
 #      $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
 OBJS = requests.o reg_svr.o
index 7459c588d86a98ae53c5363aa6f1b17849621a3c..137f9c179af7d749afb0b43dab8b7eec50c94d43 100644 (file)
@@ -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
+ *     <mit-copyright.h>.
  *
  *      Server for user registration with SMS and Kerberos.
  *
@@ -17,6 +19,7 @@
 static char *rcsid_reg_svr_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include "reg_svr.h"
 #include "admin_server.h"
 #include "admin_err.h"
index 4cd675d5d74aab91edfdbdd957fc12932719270e..fe691773604ba47e5e8e1436fc3ae432b29a6242 100644 (file)
@@ -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
+ *     <mit-copyright.h>.
  *
  *      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 <mit-copyright.h>
 #include "reg_svr.h"
 #include <sys/socket.h>
 #include <netinet/in.h>
index 7f18d3de176a7fecf860943c3f05f4ae1a01bd5f..7e2b7b4c079d3a997affd6db4e81f5cc297e8437 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>.
  *
  *     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <sys/types.h>
This page took 0.072692 seconds and 5 git commands to generate.