Fixed #include lines to be <kerberosIV/foo.h>
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Apr 1994 23:36:15 +0000 (23:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Apr 1994 23:36:15 +0000 (23:36 +0000)
Removed #include <mit-copyright.h> and replaced it with the Kerberos V5
copyright notice.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3576 dc483132-0cff-0310-8789-dd5450dbe970

29 files changed:
src/include/kerberosIV/addr_comp.h
src/include/kerberosIV/admin_server.h
src/include/kerberosIV/conf-bsd386i.h
src/include/kerberosIV/conf-bsdapollo.h
src/include/kerberosIV/conf-bsdibm032.h
src/include/kerberosIV/conf-bsdm68k.h
src/include/kerberosIV/conf-bsdsparc.h
src/include/kerberosIV/conf-bsdtahoe.h
src/include/kerberosIV/conf-bsdvax.h
src/include/kerberosIV/conf-ibm370.h
src/include/kerberosIV/conf-pc.h
src/include/kerberosIV/conf-pyr.h
src/include/kerberosIV/conf-ultmips2.h
src/include/kerberosIV/conf.h
src/include/kerberosIV/des.h
src/include/kerberosIV/highc.h
src/include/kerberosIV/kadm.h
src/include/kerberosIV/kdc.h
src/include/kerberosIV/klog.h
src/include/kerberosIV/kparse.h
src/include/kerberosIV/krb.h
src/include/kerberosIV/krb4-proto.h
src/include/kerberosIV/krb_conf.h
src/include/kerberosIV/krb_db.h
src/include/kerberosIV/lsb_addr_comp.h
src/include/kerberosIV/osconf.h
src/include/kerberosIV/passwd_server.h
src/include/kerberosIV/principal.h
src/include/kerberosIV/prot.h

index 43e6547ada849a09c462ae75dd74ab2d55785265..471d5ddea3600ae6afe73d6360c9b2b06b1fd82a 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology. 
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
+ * Copyright 1987-1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file for address comparison macros.
  */
 
-#include <mit-copyright.h>
-
 #ifndef ADDR_COMP_DEFS
 #define ADDR_COMP_DEFS
 
index b0657106d49f46b070d5be2dcdbc782bf5ccd8d1..08f43337e5a79458d28dc2062cc270c3b7183dfd 100644 (file)
@@ -3,16 +3,27 @@
  * $Author$
  * $Header$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
+ * Copyright 1987-1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
- *
- * Include file for the Kerberos administration server. 
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  */
 
-#include <mit-copyright.h>
-
 #ifndef ADMIN_SERVER_DEFS
 #define ADMIN_SERVER_DEFS
 
index 4cda8fe1d1aa4a0b4698efdfefd399553ffe775f..673724eda58f002fcda2da387356a9d2a4ec2ce2 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1989 by the Massachusetts Institute of Technology.
+ * Copyright 1989-1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  *
  * Machine-type definitions: Sun 386i using SunOS (~BSD)
  */
 
-#include <mit-copyright.h>
-
 #define BITS32
 #define BIG
 #define LSBFIRST
index 693728f3a8d8282cc69be7de9d01d606dc7864a9..80d6c3309e3b166cf5f82eadc8d6f51d5c855fd8 100644 (file)
@@ -3,16 +3,26 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
- *
- * Description.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  */
 
-#include <mit-copyright.h>
-
 #define BSDUNIX
 #define BITS32
 #define BIG
index ce77a07839ddb79dfd34b86fc550794b7e6f15a0..cfa7ef84e4c2aa4438bf20a3240c15b3625fc94f 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  *
  * Machine-type definitions: IBM 032 (RT/PC)
  */
 
-#include <mit-copyright.h>
-
 #define BSDUNIX
 #define IBMWS
 #define IBMWSASM
index 12b9ddaa6e944deddcd0cb7c91343b35cbe0f064..cbc15befeb3d4d3df2149adfbdf7f58d1daecc4c 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  *
  * Machine-type definitions: 68000 with BSD Unix, e.g. SUN
  */
 
-#include <mit-copyright.h>
-
 #define BITS32
 #define BIG
 #define MSBFIRST
index c9cdf4c02d2f33a9d273c97c86f5c824d0741243..f31a5572519c3a763b1a40c31128a4310d4ecb59 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Machine-type definitions: SPARC with BSD Unix, e.g. SUN-4
  */
 
-#include <mit-copyright.h>
-
 #define BITS32
 #define BIG
 #define MSBFIRST
index f4818f063ae8f3e9193b287601aeb7652ce93d23..02c51e6571c9495a79d13798c25138b35e201db8 100644 (file)
@@ -3,13 +3,27 @@
  * $Author$
  * $Header$
  *
- * Copyright 1989 by the Regents of the University of California
+ * Copyright 1989, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * Machine Description : TAHOE.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  */
 
-#include <mit-copyright.h>
-
 #define        TAHOE
 #define BSDUNIX
 #define BITS32
index 04416661a0eb68afbda360e4a7f8d91d10c69c63..0daae5f122d405339eb129430ffc323da8fafb20 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Machine-type definitions: VAX
  */
 
-#include <mit-copyright.h>
-
 #define VAX
 #define BITS32
 #define BIG
index 1fd620d1b86f6bf3e4c0aace2236d588886427fc..8bff74bbb3f2858430eaf5c43822b5243ca364ed 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Machine-type definitions: IBM 370
  */
 
-#include <mit-copyright.h>
-
 /* What else? */
 #define BIG
 #define NONASCII
index 09cc2d874b64a4a0c7df963aadcbcd7c781a6c02..79af2b78a7622bf432cb2f7fe00ed8021d71c59f 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Machine-type definitions: IBM PC 8086
  */
 
-#include <mit-copyright.h>
-
 #define IBMPC
 #define BITS16
 #define CROSSMSDOS
index 08cd0e6fe30475f0005904137ed798d6fab81639..4a03700f05960ef0f7a921440edc995569aa38bc 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1989 by the Massachusetts Institute of Technology.
+ * Copyright 1989, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  *
  * Machine-type definitions: Pyramid
  */
 
-#include <mit-copyright.h>
-
 #define BITS32
 #define BIG
 #define MSBFIRST
index cc14c76aea06670379687a3cd546523635705761..5a15cb9a851cb9e847327e4bd3f215d0c1e2c52b 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Machine-type definitions: DECstation 3100 (MIPS R2000)
  */
  
-#include <mit-copyright.h>
 #define MIPS2
 #define BITS32
 #define BIG
index a438a7266286ad324562875a56a9f70c9c359ad9..7e0e865abb1ac5cc8b7c9e3f0cd2a59acf7cd58b 100644 (file)
@@ -3,11 +3,25 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Configuration info for operating system, hardware description,
  * language implementation, C library, etc.
  *
@@ -19,8 +33,6 @@
 
 #ifndef _CONF_H_
 
-#include <mit-copyright.h>
-
 #include "osconf.h"
 
 #ifdef SHORTNAMES
index ce1f67f6db8633487f1acc3ed2ad71b4438906ae..cff0aeaba575abcd7a6ae80db171fad71764ca04 100644 (file)
@@ -3,11 +3,25 @@
  * $Author$
  * $Header$ 
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1987, 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file for the Data Encryption Standard library.
  */
 
@@ -15,8 +29,6 @@
 #ifndef DES_DEFS
 #define DES_DEFS
 
-#include <mit-copyright.h>
-
 typedef unsigned char des_cblock[8];   /* crypto-block size */
 /* Key schedule */
 typedef struct des_ks_struct { des_cblock _; } des_key_schedule[16];
index a217b0196fd76beb10af2bfaaf449d99ccccb0c0..7ef7c40a0302a343dd443dbe40c4898123a41409 100644 (file)
@@ -3,17 +3,29 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Known breakage in the version of Metaware's High C compiler that
  * we've got available....
  */
 
-#include <mit-copyright.h>
-
 #define const
 /*#define volatile*/
 
index dc491b96f8db9323569ce3c2f754c4a700737494..66cd1d912fe08883cb9a1b380c19519457f2b679 100644 (file)
@@ -3,18 +3,31 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Definitions for Kerberos administration server & client
  */
 
 #ifndef KADM_DEFS
 #define KADM_DEFS
 
-#include <mit-copyright.h>
 /*
  * kadm.h
  * Header file for the fourth attempt at an admin server
@@ -28,8 +41,8 @@
 
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <krb.h>
-#include <des.h>
+#include <kerberosIV/krb.h>
+#include <kerberosIV/des.h>
 
 /* The global structures for the client and server */
 typedef struct {
index 393fb0e203b6324d9b802b1845bf945426d2bf3e..3ddb145b773538340135cdbbd437f79832884d48 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
+ * Copyright 1987, 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file for the Kerberos Key Distribution Center. 
  */
 
-#include <mit-copyright.h>
-
 #ifndef KDC_DEFS
 #define KDC_DEFS
 
index b795386d424660ea3d74bede749b236b35ce0a79..44d67bf29003f33c01fba7b2980c33ce3dcd4b1f 100644 (file)
@@ -3,17 +3,29 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
  *
  * This file defines the types of log messages logged by klog.  Each
  * type of message may be selectively turned on or off. 
  */
 
-#include <mit-copyright.h>
-
 #ifndef KLOG_DEFS
 #define KLOG_DEFS
 
index a91932377fad0164e5c1c62813c60eda30ee822f..fd39ad0b7bf9e1b328d48ff981ca2458bf100fa1 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file for kparse routines.
  */
 
-#include <mit-copyright.h>
-
 #ifndef KPARSE_DEFS
 #define KPARSE_DEFS
 
index 78e406ac0239e7270664ddc84ba91af0e72536ab..06b84ba43fa34bd15ef37f96c97f758f326bf6f8 100644 (file)
@@ -3,22 +3,34 @@
  * $Author$
  * $Header$ 
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
+ * Copyright 1987, 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
- *
- * Include file for the Kerberos library. 
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
+ * Include file for the Kerberos V4 library. 
  */
 
 /* Only one time, please */
 #ifndef        KRB_DEFS
 #define KRB_DEFS
 
-#include <mit-copyright.h>
-
 /* Need some defs from des.h    */
-#include <des.h>
+#include <kerberosIV/des.h>
 
 /* Text describing error codes */
 #define                MAX_KRB_ERRORS  256
index e73b5bf2230afde91c304c3fa636a8f61229b23f..33e6b53ee5132fb53934fd8158eac4267ca25096 100644 (file)
@@ -3,7 +3,7 @@
  * $Author$
  * $Id$
  *
- * Copyright 1991 by the Massachusetts Institute of Technology.
+ * Copyright 1991, 1994 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  * Export of this software from the United States of America may
index 85e95615234065a77655270f1df48ed6845d4ac0..8e9e21d607c3dd8c33464235972cb3cd6ef08a17 100644 (file)
@@ -3,11 +3,25 @@
  * $Author$
  * $Header$ 
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * This file contains configuration information for the Kerberos library
  * which is machine specific; currently, this file contains
  * configuration information for the vax, the "ibm032" (RT), and the
@@ -22,8 +36,6 @@
 #ifndef KRB_CONF_DEFS
 #define KRB_CONF_DEFS
 
-#include <mit-copyright.h>
-
 /* Byte ordering */
 extern int krbONE;
 #define                HOST_BYTE_ORDER (* (char *) &krbONE)
index 3a3790624b702a1ddb89e5742830b7d9c3f3904f..6b49b10eb15354caa78a0e09303d3eea7d7d5885 100644 (file)
@@ -3,11 +3,25 @@
  * $Author$
  * $Header$ 
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
+ * Copyright 1987, 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * spm         Project Athena  8/85 
  *
  * This file defines data structures for the kerberos
@@ -16,8 +30,6 @@
  * They MUST correspond to those defined in *.rel 
  */
 
-#include <mit-copyright.h>
-
 #ifndef KRB_DB_DEFS
 #define KRB_DB_DEFS
 
index 80b9b36fbbdba2000956b2ee3418333db37bdc1a..82ad54d306102b83d3111e0841475a8be312efe9 100644 (file)
@@ -3,16 +3,29 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Comparison macros to emulate LSBFIRST comparison results of network
  * byte-order quantities
  */
 
-#include <mit-copyright.h>
 #ifndef LSB_ADDR_COMP_DEFS
 #define LSB_ADDR_COMP_DEFS
 
index 9d6a9bb06b4fa1411bb54b7c0b3074e211956fa8..ab5667725fecd574472070aee24e42a752950e13 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Athena configuration.
  */
 
-#include <mit-copyright.h>
-
 #ifdef tahoe
 #include "conf-bsdtahoe.h"
 #else /* !tahoe */
index 08bb2977e6194a319b90a650b4ce9a2441423544..74baafcac439ef2e742fd320a319b06d7c9862b3 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$ 
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>. 
+ * Copyright 1987, 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file for password server
  */
 
-#include <mit-copyright.h>
-
 #ifndef PASSWD_SERVER_DEFS
 #define PASSWD_SERVER_DEFS
 
index f1149426e3e018aa6527813f117f86e24db4b7a5..f0b25431848ea37d1dc55989847d47b895eddfc2 100644 (file)
@@ -3,16 +3,28 @@
  * $Author$
  * $Header$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1988, 1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Definitions for principal names.
  */
 
-#include <mit-copyright.h>
-
 #ifndef PRINCIPAL_DEFS
 #define PRINCIPAL_DEFS
 
index ff792715f94d37bf5882d0bdcac6d91ba9351e16..dbd80ff1abe221730143054b91bc65c06aab17e2 100644 (file)
@@ -4,18 +4,29 @@
  * $Author$
  * $Header$
  *
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
- * of Technology.
- *
- * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * Copyright 1985-1994 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
+ * Export of this software from the United States of America may
+ *   require a specific license from the United States Government.
+ *   It is the responsibility of any person or organization contemplating
+ *   export to obtain such a license before exporting.
+ * 
+ * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+ * distribute this software and its documentation for any purpose and
+ * without fee is hereby granted, provided that the above copyright
+ * notice appear in all copies and that both that copyright notice and
+ * this permission notice appear in supporting documentation, and that
+ * the name of M.I.T. not be used in advertising or publicity pertaining
+ * to distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability of
+ * this software for any purpose.  It is provided "as is" without express
+ * or implied warranty.
+ * 
  * Include file with authentication protocol information.
  */
 
-#include <mit-copyright.h>
-
-#include <krb_conf.h>
+#include <kerberosIV/krb_conf.h>
 
 #ifndef PROT_DEFS
 #define PROT_DEFS