summaryrefslogtreecommitdiffstats
path: root/src/lib/des425
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2008-08-12 20:17:02 +0000
committerTom Yu <tlyu@mit.edu>2008-08-12 20:17:02 +0000
commitcfd0ee7b4f20b172e4f7b2805ffc94ca65376730 (patch)
tree311768ccbd3d3f32427c298bfaaca8b4b4b30ba8 /src/lib/des425
parentc64dc04d46d56149c066bb9ca019a099d7a5a121 (diff)
downloadkrb5-cfd0ee7b4f20b172e4f7b2805ffc94ca65376730.tar.gz
krb5-cfd0ee7b4f20b172e4f7b2805ffc94ca65376730.tar.xz
krb5-cfd0ee7b4f20b172e4f7b2805ffc94ca65376730.zip
Update copyright notices to reflect donation of DES implementation by
Dennis Ferguson. ticket: 6070 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20642 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/des425')
-rw-r--r--src/lib/des425/pcbc_encrypt.c31
1 files changed, 23 insertions, 8 deletions
diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c
index d2033f58e..130fd20f6 100644
--- a/src/lib/des425/pcbc_encrypt.c
+++ b/src/lib/des425/pcbc_encrypt.c
@@ -1,14 +1,29 @@
/*
* lib/des425/pcbc_encrypt.c
- */
-
-/*
- * Copyright (c) 1990 Dennis Ferguson. All rights reserved.
*
- * Commercial use is permitted only if products which are derived from
- * or include this software are made available for purchase and/or use
- * in Canada. Otherwise, redistribution and use in source and binary
- * forms are permitted.
+ * Copyright (C) 1990 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. 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.
+ *
+ * DES implementation donated by Dennis Ferguson
*/
/*