#  This file is part of BasicMathEval
#  Copyright (C)  2015, 2016  Ivano Primi  <ivprimi@libero.it>    
#
#  BasicMathEval is free software; see the source and the file
#  LICENSE for copying conditions.
#  There is NO warranty; not even for MERCHANTABILITY or FITNESS 
#  FOR A PARTICULAR PURPOSE.
#
#   Copying and distribution of this file, with or without modification,
#   are permitted in any medium without royalty provided the copyright
#   notice and this notice are preserved.

BasicMathEval is a C++ library which can be used to provide a program with
the capability of interpreting and evaluating mathematical expressions.
Look at:

INSTALL       -  to know how to build and install BasicMathEval,
LICENSE       -  to know the precise distribution terms of BasicMathEval.

BasicMathEval 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 have received a copy of the GNU General Public License
along with BasicMathEval (see LICENSE). 
If you cannot find it, see <http://www.gnu.org/licenses/>.
