YAAF - Yet Another Application Framework v1.0a3

Please note that this is an alpha quality release. This means that various 
elements of the toolkit are missing, unimplemented, buggy, and otherwise bad 
for your health. Use with caution. And if you have any bug fixes, changes or 
whatever, please contact me at the e-mail address below! Thanks.

Contents:
---------

samplesrc\          - Source kit for xt
toolsrc\            - Source kits for YAAF Constructor and rcompile
yaaflib\            - Source kit for the YAAF library
tools\              - Compiled versions of the YAAF Constructor and rcompile.


License Note:
------------

There are four different source kits in this distribution, each
distributed under a different license agreement. The purpose is
to allow the YAAF Library to be used in the construction of either
public or proprietary applications, yet keeping the YAAF tools
themselves as free software.

The YAAF Library (in yaaflib\) is licensed under the GNU License
General Public License. The short story is that you may link the
YAAF Library into your proprietary application, yet any code
derived from the YAAF Library is also covered under the GNU LGPL.

The tools (YAAF Constructor and rcompile) are both covered under
the GNU General Public License. This means any code derived from
the YAAF Constructor or rcompile must also be covered by the GNU
GPL.

The sample code (samplesrc/) is all public domain. This means you
may freely incorporate code found in the xt application into your
own application. The hope is that xt can serve as a launching
point for your own YAAF applications.

The upshot of all of this is that you may freely redistribute or
modify the sources contained in this package, so long as you
observe the appropriate license agreements.

Those sources not in the public domain are copyright (C) 1997-1998
William Edward Woody, all rights reserved.

    William Edward Woody
    The PandaWave
    1545 Ard Eevin Avenue
    Glendale, CA 91202   USA
    
    woody@pandawave.com
    http://www.pandawave.com

