	T-gen Version 2.0

LEGAL INFORMATION

The authors make NO WARRANTY or representation, either express 
or implied, with respect to this software, its quality, accuracy, 
merchantability, or fitness for a particular purpose.  This software 
is provided "AS IS", and you, its user, assume the entire risk as to 
its quality and accuracy.

This software is copyright (c) 1992 by Justin O. Graver.
All rights reserved, except as specified below.

Permission is hereby granted to use, copy, modify, and distribute 
this software (or portions thereof) for any purpose, without fee, 
subject to these conditions:
(1) If any part of the source code for this software is distributed, 
then this notice must be included, unaltered; and any additions, 
deletions, or changes to the original files must be clearly indicated
in accompanying documentation.
(2) Permission for use of this software is granted only if the user 
accepts full responsibility for any undesirable consequences; the 
authors accept NO LIABILITY for damages of any kind.

Permission is NOT granted for the use of any author's name in 
advertising or publicity relating to this software or products 
derived from it.

We specifically permit and encourage the use of this software as the 
basis of commercial products, provided that all warranty or liability
claims are assumed by the product vendor.

Developed under the direction of Justin Graver.
Authors include: Justin Graver, Virat Hanvivatpong, and David Wilson.

Send any comments, suggestions, or defects to: graver@comm.mot.com.

=======================================================================
Exception Handling Mechanism

LEGAL INFORMATION

The author makes NO WARRANTY or representation, either express
or implied, with respect to this software, its quality, accuracy,
merchantability, or fitness for a particular purpose.  This software
is provided "AS IS", and you, its user, assume the entire risk as to
its quality and accuracy.

This software is copyright (c) 1992 by Hal Hildebrand.
All rights reserved, except as specified below.

Like T-Gen, permission is hereby granted to use, copy, modify, and distribute
this software (or portions thereof) for any purpose, without fee,
subject to these conditions:
(1) If any part of the source code for this software is distributed,
then this notice must be included, unaltered; and any additions,
deletions, or changes to the original files must be clearly indicated
in accompanying documentation.
(2) Permission for use of this software is granted only if the user
accepts full responsibility for any undesirable consequences; the
authors accept NO LIABILITY for damages of any kind.

Permission is NOT granted for the use of the author's name in
advertising or publicity relating to this software or products
derived from it.

We specifically permit and encourage the use of this software as the
basis of commercial products, provided that all warranty or liability
claims are assumed by the product vendor.

Send any comments, suggestions, or defects to: Hal Hildebrand,
 76234, 1311 on Compuserve.

=======================================================================
 
Packing List: 

    clssinst.stv        File in.  Mechanism for adding instance variables to Classes,
    excptnhn.stv      File in.  Mechanism for handling exceptional events.
    fileme.in             File in.  Installs the T-Gen system.      
    mdiprsrc.stv       File in.  MDIViewManager user interface for T-Gen.
    prsrcrtn.stv         File in.  ViewManager user interface for T-Gen.    
    readme               This file.
    tgen.wri               Write file. T-Gen manual.
    trans.wri              Write file.  Translators notes.
    trngnapp.stv        File in.  The T-Gen application.



INSTALLATION
                            
    If you have version 2.0 of V windows, file in the MDI extras 
    first, in order to use the MDI version of the interface.

    To install execute the following with "doIt"

        (File pathName: 'fileme.in') fileIn; close.

