summaryrefslogtreecommitdiffstats
path: root/src/include/kerberosIV/klog.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-04-25 23:36:15 +0000
committerTheodore Tso <tytso@mit.edu>1994-04-25 23:36:15 +0000
commit1a99981561cb52b967affaca455b03aadd0adccc (patch)
treeca139a09b462c81613a3fa32c54f7b7172ab074a /src/include/kerberosIV/klog.h
parent0317405bbaf09637d435aa3c3a1325077db7b0a1 (diff)
downloadkrb5-1a99981561cb52b967affaca455b03aadd0adccc.tar.gz
krb5-1a99981561cb52b967affaca455b03aadd0adccc.tar.xz
krb5-1a99981561cb52b967affaca455b03aadd0adccc.zip
Fixed #include lines to be <kerberosIV/foo.h>
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
Diffstat (limited to 'src/include/kerberosIV/klog.h')
-rw-r--r--src/include/kerberosIV/klog.h22
1 files changed, 17 insertions, 5 deletions
diff --git a/src/include/kerberosIV/klog.h b/src/include/kerberosIV/klog.h
index b795386d42..44d67bf290 100644
--- a/src/include/kerberosIV/klog.h
+++ b/src/include/kerberosIV/klog.h
@@ -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