THE LIBJODYCODE SKELETON: A STARTING POINT FOR YOUR SOFTWARE PROJECT
--------------------------------------------------------------------

This is a "skeleton" for building new projects against libjodycode. You can
copy the entire directory somewhere, make a few modifications, and start
coding immediately. You'll need to also do the following:

- Rename every instance of "a_ljc_program" to your actual program name
- Change the text at the top of main.c to your name and license of choice
- Set the version number and date you actually want in version.h
- Keep a built copy of libjodycode beside your project's folder


LICENSE NOTICE
--------------
The libjodycode skeleton in its original format is distributed under The MIT
License, with the exception that you may change the license to any other
license once you have modified the files for use in your own software.
