]> andersk Git - moira.git/commitdiff
added copyright message
authormar <mar>
Wed, 14 Sep 1988 12:15:28 +0000 (12:15 +0000)
committermar <mar>
Wed, 14 Sep 1988 12:15:28 +0000 (12:15 +0000)
14 files changed:
update/Makefile
update/auth_001.c
update/checksum.c
update/client.c
update/exec_002.c
update/get_file.c
update/hostname.c
update/inst_001.c
update/log.c
update/send_file.c
update/smskey.c
update/ticket.c
update/update_server.c
update/xfer_002.c

index f393e024676c64acfea4b2604d9805cd8e435e96..df489d2b59bc21092adbf19626cc3fc432d1c085 100644 (file)
@@ -6,6 +6,9 @@
 #
 # Makefile for 'update' directory.
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 
 CC=    cc
 INCS=  -I../include
index 5ddb8544d7cab24f2b8b9ffc71aa745dd678334b..72fcbdedc57d32127c085fd3968fa4f0076ac4ee 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_auth_001_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <gdb.h>
index 86c1d74758a9f8fb0ddc23d0977c93854e474ad9..e98abbc7b9c3c1d2bb2f82715e5807861ce29f9d 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_checksum_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/file.h>
 
index 5bb27a6772a1fe03267d5c7c647f1a2be455f1d6..6e48a0e1cfff38cb80a197df7e57a303ea1dfb2a 100644 (file)
@@ -10,7 +10,9 @@ static char *rcsid_client2_c = "$Header$";
 /*
  * MODULE IDENTIFICATION:
  *     $Header$
- *     Copyright 1987 MIT Project Athena.
+ *     Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ *     For copying and distribution information, please see the file
+ *     <mit-copyright.h>.
  * DESCRIPTION:
  *     This code handles the actual distribution of data files
  *     to servers in the SMS server-update program.
@@ -22,6 +24,7 @@ static char *rcsid_client2_c = "$Header$";
  *     sms_update_server
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include <gdb.h>
index 1288793c5602cc42427d22fe135957ecf993173e..36c254628a2006a66d53d56800dfb7e0c481c92f 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_exec_002_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/wait.h>
 #include <signal.h>
index 65edce85381f7a9a38cfbee014709aa102971249..f0df2c086ebded1ea2b71de09be9c5ad7bea5b0a 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_get_file_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <gdb.h>
 #include <ctype.h>
index 09a9129dad0a18d248c3fc17f03c88e25a03f65f..98e41c4bc4cae8071476bbd8a00e36599915cddb 100644 (file)
@@ -2,12 +2,16 @@
  *     $Source$
  *     $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_hostname_c = "$Header$";
 #endif lint
 
 /* PrincipalHostname, borrowed from rcmd.c in Kerberos code */
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <netinet/in.h>
index e8366c0a823939138627512845a87f2a90822947..2c71ad957afbb3b45f683ff4c21949d973248e69 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_inst_001_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <gdb.h>
 #include "kludge.h"
index 9af72d8c1f08b9c58bceab080405f07989e1283d..651fa3e257872690b091afedc7decf7880fcd7d6 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>. */
 
 #ifndef lint
 static char *rcsid_log_c = "$Header$";
@@ -18,6 +21,7 @@ static char *rcsid_log_c = "$Header$";
  * default to tty
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include "com_err.h"
 #include <varargs.h>
index ec3c9f5361b484d0d1ea5ae8d0c2f6dcb0ac1a2e..2f7e16c5ef622cba23dee4cc37f5e20d509314b5 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_send_file_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <com_err.h>
 #include <gdb.h>
index f79b998d44a9d7a04c5e49ab050e0cbfbb311e24..04f0f9b2f427b27fb7bfbdad487ec479e2b990b5 100644 (file)
@@ -1,3 +1,11 @@
+/* $Header$ */
+
+/*  (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/file.h>
 #include <des.h>
index 4a478aed398793ea17ede2e526d29dfdec630690..4d4c90f85cceff0647aae37a8149bc6bbcaae9d6 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_ticket_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <krb.h>
 #include <sys/types.h>
index d4ab26d2a1fd0adc3019c867dcac02ee7b013280..941ce4c2f319650deee77e4f79fa0d8b9dbd669c 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_dispatch_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <gdb.h>
 #include <errno.h>
index 53120d61accd4750c010b03d23d9dc7cf6575480..2c6cd6077a8c6336dbdb2f368f489a63c9e46e16 100644 (file)
@@ -2,11 +2,15 @@
  *     $Source$
  *     $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_xfer_002_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <gdb.h>
 #include <ctype.h>
This page took 0.05211 seconds and 5 git commands to generate.