Open Tax Solver - Massachusetts State Form 1 - Resident Tax Return
------------------------------------------------------------------

Included here is a program, template, and example for
Massachusetts State Form 1 resident income tax form.
Intended for use with the corresponding Instructions Booklet.

The ma_1_2025_example.txt file is included for testing.
The ma_1_2025_template.txt file is a blank starting form to enter
your tax data.  For each filer, copy template to a new name, 
such as "Mass1_2025.txt" and then fill-in the lines.

The program consists of two files:
  taxsolve_ma_1_2025.c - main, customized for MA Form-1.
  taxsolve_routines.c - general purpose base routines.

Compile:
  cc taxsolve_ma_1_2025.c -o taxsolve_ma_1_2025             */
Run:
  ./taxsolve_ma_1_2025  Mass1_2025.txt


For updates and further information, see:
        http://sourceforge.net/projects/opentaxsolver/
Documentation:
        http://opentaxsolver.sourceforge.net/


Contributed by Robert Heller 2-10-2004      heller@deepsoft.com 
Updated     by Robert Heller 1-25-2005      heller@deepsoft.com 
Updated     by Robert Heller 2-10-2006      heller@deepsoft.com 
Updated     by Robert Heller 2-1-2007       heller@deepsoft.com 
Updated     by ARoberts 2008-2026
