Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)
authorTheodore Tso <tytso@mit.edu>
Thu, 15 Sep 1994 14:51:08 +0000 (14:51 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 15 Sep 1994 14:51:08 +0000 (14:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4239 dc483132-0cff-0310-8789-dd5450dbe970

17 files changed:
src/krb524/ChangeLog [new file with mode: 0644]
src/krb524/Makefile
src/krb524/README
src/krb524/RELEASE_NOTES
src/krb524/conv_creds.c
src/krb524/conv_princ.c
src/krb524/conv_tkt.c
src/krb524/conv_tkt_skey.c
src/krb524/encode.c
src/krb524/getcred.c
src/krb524/globals.c
src/krb524/k524init.c
src/krb524/krb524.h
src/krb524/krb524_err.et
src/krb524/krb524d.c
src/krb524/misc.c
src/krb524/test.c

diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
new file mode 100644 (file)
index 0000000..ab44790
--- /dev/null
@@ -0,0 +1,13 @@
+Thu Sep 15 10:47:27 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile, README, RELEASE_NOTES, conv_creds.c, conv_princ.c,
+       conv_tkt.c, conv_tkt.c, conv_tkt_skey.c, encode.c, getcred.c,
+       globals.c, k524init.c, krb524.h, krb524_err.et, krb524d.c, misc.c,
+       test.c: Applied new copyright notice (1993, Geer Zolat Associates
+               --> 1994, OpenVision Technologies, Inc.)
+
+
+       
+
+
+
index b7106a175a951bb32dcf7705505988c1f88bd5fa..4a1ce7e223af088fd289c6e1a657dd8fcc7a6454 100644 (file)
@@ -1,21 +1,23 @@
-# Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+# Copyright 1994 by OpenVision Technologies, Inc.
 # 
-# 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 Geer Zolot Associates not be used in advertising or
-# publicity pertaining to distribution of the software without specific,
-# written prior permission.  Geer Zolot Associates makes no
+# 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.
 # 
+# 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.
+# 
 # $Id$
 
 KRB5TOP = /ua/software/build/sun4/krb5.src.B2/src
index 92c48a1a16aeed4862d25be3ea194f8cb1afc009..2f0dc27d052b7faf79843066b27336d764b46a17 100644 (file)
@@ -1,21 +1,23 @@
-Copyright 1993 by Geer Zolot Associates.  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 Geer Zolot Associates not be used in advertising or
-publicity pertaining to distribution of the software without specific,
-written prior permission.  Geer Zolot Associates makes no
+Copyright 1994 by OpenVision Technologies, Inc.
+
+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.
 
+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.
+
 $Id$
 
 Kerberos V5 to Kerberos V4 Credentials Converting Service, ALPHA RELEASE
index cd462b6fd3ac1943da27d6bcf0f6eeacfccaca48..57d6e7999e319dfee1c818dfd6d2510d07a4a2d9 100644 (file)
@@ -11,7 +11,7 @@ temporary.
 
 If you have any questions, contact
 
-Barry Jaspan, bjaspan@gza.com
-Geer Zolot Associates
-(617) 374-3700
+Barry Jaspan, bjaspan@cam.ov.com
+OpenVision Technologies, Inc.
+(617) 374-2225
 
index e339ca05e3cf736ec1615d8e643f533a09017324..244ca4751e6ac5327ed543c2c869b3de7841c871 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index b3ef572dad1a6ffdb83af31e1dd7ec657a081d3c..2b6b3315037cd462c0018a9267a4d57e404eb2a8 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 9d038f543cae105958ae8739c52d2bd0faa2ffba..13d9353f560c586bb71a5d188803ac17bf0f2969 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 27d6ef10a6a337d3e566065b394ed963dbe4f554..35d67346b010717b68b10e90599624b29368f2fa 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 2854f85011c37091d1ef523bf6e5cce518490695..a90991a8511a301f833fa6d2e53e9438d46c5bcb 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 3a864f8dddd7028915055f6793aa83b9e3c6b1ff..7f34dcd966d9931872f7563f82aaaa4878301dad 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 3ce61bcc34ad4d0bbfdf26d4f340531bcfb1ff74..0ed8682422250fbb4da0e5e0ec47c18e28e35d47 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 int krb524_debug = 0;
index 1f00e7c3679ad68ecd451a70749b7a7f25906ad9..5b18bb6d7d24a85d4c2dab5f0ec31e8f6a3d493f 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index 86ca541bd2748a32de369df5bb3c1b2802f0e65e..913a315a057d9331d3f54028a27dcba074f8fcad 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #ifndef __KRB524_H__
index be4d1b708a5c98fa11ea105c85046a904728d5b9..d28ed27f77344347563900a526eed52792dac742 100644 (file)
@@ -1,21 +1,23 @@
-# Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+# Copyright 1994 by OpenVision Technologies, Inc.
 # 
-# 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 Geer Zolot Associates not be used in advertising or
-# publicity pertaining to distribution of the software without specific,
-# written prior permission.  Geer Zolot Associates makes no
+# 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.
 # 
+# 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.
+# 
 # $Id$
 
 error_table k524
index 5967e54133b6eb7e713d867b92f5590127296e2b..117b4b2b0260d9f85437acd3bec69f6259e565c4 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index d93b79e5892d85b2aa7f0058b8cf5184d0c73fb3..ec1b60c3e6c6045703d693a17e7b53381a593f9f 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>
index c52295ad3ca959bf1a918faffb7bfa4faed3be93..ab841cb906762e07eb5dce81795617429a5ff5e7 100644 (file)
@@ -1,21 +1,23 @@
 /*
- * Copyright 1993 by Geer Zolot Associates.  All Rights Reserved.
+ * Copyright 1994 by OpenVision Technologies, Inc.
  * 
- * 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 Geer Zolot Associates not be used in advertising or
- * publicity pertaining to distribution of the software without specific,
- * written prior permission.  Geer Zolot Associates makes no
+ * 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.
+ * 
+ * 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.
  */
 
 #include <stdio.h>