readme file for FDOSTUI (FreeDos Text User Interface) 

DESCRIPTION

Text based user interface for FreeDOS, inspired by Fast Light Tool Kit (FLTK).

LICENSING

FDOSTUI is free source code. The majority of software modules are released
into the PUBLIC DOMAIN (CC0 license). However, some modules are derived
directly from FLTK such as valuator.cpp. These retain the FTLK LIBRARY 
LICENSE. video.asm is based on info.pas, which is has the 
Mozilla Public License Version 2.0. The original file can be found
in the directory notes.

Individual source modules are marked with their respective license.

Full license text is available in the license directory.

TRADEMARKS

FreeDOS is a registered trademark of Jim Hall.

COPYRIGHT

 License CC0 PUBLIC DOMAIN

 To the extent possible under law, Mark J. Olesen has waived all copyright
 and related or neighboring rights to FDOSTUI Library. This work is published
 from: United States.
 
Directory Contents

authors: authors file
bin: directory containing binary objects (currently not used)
copying: copying file
doxygen: source code markup and documentation
include: header files
lib: generated library files are placed here
licenses: license documents used in the project
make: makefiles for various compilers
notes: some miscellaneous notes
obj: generated object files are paced here
readme: This readme file
src: source files
test: some test source files
