In the early days life was simple, WIN32 did not exist,
and windows were something you opened for fresh air.

Then I met Bernd Luevelsmeyer,  Bernd generously provided
the time and patience to introduce me to Win32 programming.

All of my windows programming is based in part on the kindness
and generosity of Bernd,  Bernd opened a window for me.

Satellite Communication Europe GmbH 
The company for which I work, its founders, and the current
president:  Mr. Jean Marie Noissette   are to be thanked for
providing me the resources to expand my skills.
SCE also provides the HTTP web servers for the Bote Home Page.
SCE is a great company to work for,  and I think a fine company
to do business with.

I must thank all the folks where I work. I'm  sure it must
have been funny for them to always here me asking:
'hey, you want the latest Bote?'

Bote Beta Test Group
Beta testers, how could we live without them.  The enthusiasm
and support offered by these folk is something we all benefit from.


Tony Martin & G.M. Raymond <arc@bigfoot.com>
  Tony wrote the How-To guide, and is an absolutely great
  Beta-tester,  we all benefit from Tonys perceptions.
  Tonys suggestions are just too numerous to list in full
  but include DynDNS and DynaPost,  Gary Suggested 'Im Out'
  and .. well between the two of them they got most of
  what they asked for.  (  Aren't *we* lucky (:  )

Stef van Hooijdonk <stef@ricardis.tudelft.nl>
  Stef and the gang, contribute many good ideas.
  Bote is the better for having received their attention.
  Word wrap, signatures, are some of their ideas.

Janis Jagars <disastry@saiknes.lv> 
  Janis wrote the first BoteNote Web Server, a seemingly
  trivial task for him but intellectually a milestone.
  From his encouraging contribution sprang the roots
  for Bote's web-awareness (still growing)
 
Artur Skawina http://skawina.home.ml.org/mlddc.html
  I don't think he knows it, But Arturs DYNii C sourcecode was
  the basis for Bote's first DynDNS ability.

 The many many people who offered encouragement and suggestions.

And all of the folks who use and enjoy Bote every day.


The shareware archives everywhere, 

Thank You ALL

hey, have a real good time!



--------------------------------------------------------------
Portions of Bote are based on the work of others.
The UUENCODE algorithm is borrowed from BSD and 
per their requirements the following is included
and applys to the uuencode algorithm.

/*-
 * Copyright (c) 1983, 1993
 *	The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *	This product includes software developed by the University of
 *	California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */

