Draco Econometrics
Copyright 2006-2008 Approximatrix, LLC

Introduction
------------
Welcome to Draco, an econometrics package from Approximatrix.  Draco differs
from other offerings in two major ways: 

	1) It is free software (GPL v3)
	2) It is simple to use
	
Draco is written in pure Java, and can be run on any system supporting Java 5 or
higher, including Windows, GNU/Linux, *BSDs, Solaris, Mac OS X, and many others.

An online manual has been included with all appropriate information.

Building from Source
--------------------
Approximatrix, LLC makes several binary packages available at the website:

http://approximatrix.com/products/draco

These binary packages include Windows installer, Debian-compatible packages, and
a universal binary distribution.  If you still wish to build from source,
continue reading.

Draco ships with an Ant build script capable of building the complete system. 
Draco currently requires the following to perform a build:

	* Java 5-compatible javac compiler
	* Apache Ant 1.6.5 (will not build properly with Ant 1.7)
	* JavaCC compiler

All libraries required by Draco and all extra Ant tasks for packaging are
included in the source archive.

Before building, read the Ant manual instructions on setting up the JavaCC task,
which requires an environment variable to be set.

If all requirements are met, simply type:

	ant clean dist
	
The command above will build all distribution files in the 'build' directory.

Support
-------
Approximatrix provides full support for Draco.  Support is available in two
versions: free and commercial.  Free support is available through the 
Approximatrix forums at http://forums.approximatrix.com/.  Commercial support
is available for purchase at http://approximatrix.com/products/draco/suupport.
Feature requests/bug fixes will always be handled in a timely manner by the
Approximatrix team.  

The Draco home page, including all support information and documentation, can be
found at:

	http://approximatrix.com/products/draco

Code Submission
---------------
Draco is an open-source project, and Approximatrix welcomes any improvements and
feature additions from interested developers.  Code contributed to the main 
Draco distribution must be licensed under the GNU General Public License, 
version 3 or greater.  Copyrights are not required to be assigned to 
Approximatrix, and all authors will be attributed correctly.

Developers are also entitled to access to the commercial support site at the
discretion of the Approximatrix team.  If interested, please contact:
support@approximatrix.com.

Software Copyright
------------------
Draco Econometrics
Copyright (C) 2006-2008 Approximatrix, LLC
http://www.approximatrix.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

A full version of the license terms is available in LICENSE.

Documentation Copyright
-----------------------
All documentation included with Draco, except where noted, is copyrighted by
Approximatrix, LLC:

Copyright 2007-2008 Approximatrix, LLC
Documentation is licensed under:
	Creative Commons Attribution-ShareAlike 3.0 Unported License

A full version of the documentation license terms is available in
doc/general/doc-license.html.
