aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-06-09 20:31:56 +0000
committerTom Yu <tlyu@mit.edu>2003-06-09 20:31:56 +0000
commitee427ceeaca5005b61af412eb5f43e1e60199ead (patch)
tree0bab0da397289eace7bb204bdd1c1edd86215213
parent7ebfa978dac2b988680cd441c4e83d8d6c01cab9 (diff)
downloadkrb5-ee427ceeaca5005b61af412eb5f43e1e60199ead.zip
krb5-ee427ceeaca5005b61af412eb5f43e1e60199ead.tar.gz
krb5-ee427ceeaca5005b61af412eb5f43e1e60199ead.tar.bz2
* krb524.c: Fix copyright notice
ticket: 1568 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15600 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/krb524/ChangeLog4
-rw-r--r--src/krb524/krb524.c37
2 files changed, 24 insertions, 17 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index 62be295..65577fd 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-09 Tom Yu <tlyu@mit.edu>
+
+ * krb524.c: Fix copyright notice.
+
2003-06-05 Tom Yu <tlyu@mit.edu>
* Makefile.in: Build krb524.dll on Windows.
diff --git a/src/krb524/krb524.c b/src/krb524/krb524.c
index 1522b76..6d6e89d 100644
--- a/src/krb524/krb524.c
+++ b/src/krb524/krb524.c
@@ -1,23 +1,26 @@
/*
- * Copyright 1994 by OpenVision Technologies, Inc.
+ * Copyright (C) 2003 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.
*
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without fee,
- * provided that the above copyright notice appears in all copies and
- * that both that copyright notice and this permission notice appear in
- * supporting documentation, and that the name of OpenVision not be used
- * in advertising or publicity pertaining to distribution of the software
- * without specific, written prior permission. OpenVision makes no
- * representations about the suitability of this software for any
- * purpose. It is provided "as is" without express or implied warranty.
+ * 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. Furthermore if you modify this software you must label
+ * your software as modified software and not distribute it in such a
+ * fashion that it might be confused with the original M.I.T. software.
+ * 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.
*
- * OPENVISION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef _WIN32