home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libsasl2-modules / copyright < prev   
Encoding:
Text File  |  2006-06-29  |  2.9 KB  |  79 lines

  1. The package was downloaded from 
  2. http://ftp.andrew.cmu.edu/pub/cyrus-mail/
  3.  
  4. Author(s):
  5.  
  6.     Tim Martin <tmartin@andrew.cmu.edu> wrote, debugged, and
  7.     tested most of the code. 
  8.  
  9.     Rob Siemborski <rjs3+@andrew.cmu.edu> wrote and tested the
  10.     conversion to the SASLv2 API.
  11.  
  12.     Ken Murchison <ken@oceana.com> worked on the OTP and SRP plugins.
  13.  
  14.     Rob Earhart <earhart@cmu.edu> wrote the build/installation 
  15.     procedure, wrote and tested some of the code, and provided 
  16.     general guidance and coding advice.
  17.  
  18.     Leif Johansson <leifj@matematik.su.se> wrote the GSSAPI plugin, 
  19.     with contributions from Sam Hartman <hartmans@fundsxpress.com>.
  20.  
  21.     Alexey Melnikov <mel@messagingdirect.com> wrote the first pass of 
  22.     the DIGEST-MD5 plugin and continues to work on it.
  23.  
  24.     Rainer Schoepf <schoepf@uni-mainz.de> contributed the LOGIN
  25.     plugin, based on Tim Martin's PLAIN plugin.
  26.  
  27.     Larry Greenfield <leg+sasl@andrew.cmu.edu> complained. a lot.
  28.  
  29.     Chris Newman <chris.newman@innosoft.com> wrote the initial version 
  30.     of the SASL API, as well as the version 2 SASL API (documented in 
  31.     sasl.h, saslutil.h, saslplug.h, and prop.h).
  32.  
  33. Copyright:
  34.  
  35. /* CMU libsasl
  36.  * Tim Martin
  37.  * Rob Earhart
  38.  * Rob Siemborski
  39.  */
  40. /*
  41.  * Copyright (c) 2001 Carnegie Mellon University.  All rights reserved.
  42.  *
  43.  * Redistribution and use in source and binary forms, with or without
  44.  * modification, are permitted provided that the following conditions
  45.  * are met:
  46.  *
  47.  * 1. Redistributions of source code must retain the above copyright
  48.  *    notice, this list of conditions and the following disclaimer.
  49.  *
  50.  * 2. Redistributions in binary form must reproduce the above copyright
  51.  *    notice, this list of conditions and the following disclaimer in
  52.  *    the documentation and/or other materials provided with the
  53.  *    distribution.
  54.  *
  55.  * 3. The name "Carnegie Mellon University" must not be used to
  56.  *    endorse or promote products derived from this software without
  57.  *    prior written permission. For permission or any other legal
  58.  *    details, please contact
  59.  *      Office of Technology Transfer
  60.  *      Carnegie Mellon University
  61.  *      5000 Forbes Avenue
  62.  *      Pittsburgh, PA  15213-3890
  63.  *      (412) 268-4387, fax: (412) 268-7395
  64.  *      tech-transfer@andrew.cmu.edu
  65.  *
  66.  * 4. Redistributions of any form whatsoever must retain the following
  67.  *    acknowledgment:
  68.  *    "This product includes software developed by Computing Services
  69.  *     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
  70.  *
  71.  * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
  72.  * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  73.  * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
  74.  * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  75.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  76.  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  77.  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  78.  */
  79.