            pyVecFEMP1Light is a Python library providing simple and efficient
	         vectorized routines to solve PDE's with a P1
	         Lagrange finite element method in any dimension

License issues
-----------------
pyVecFEMP1Light is published under the terms of the GNU General Public License.

pyVecFEMP1Light 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.

pyVecFEMP1Light 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/.

Software using source files of this project or significant parts of it,
should include the following attribution notice:
% --------------------------------------------------------------------
% ATTRIBUTION NOTICE:
% This product includes software developed for the pyVecFEMP1Light project at
% (C) University Paris XIII, Galilee Institute, LAGA, France.
%
% pyVecFEMP1Light is a Python software package to solves PDE's  with a P1
	         Lagrange finite element method in any dimension.
% The project is maintained by
% F. Cuvelier and G. Scarella.
% For Online Documentation and Download we refer to
% <www.math.univ-paris13.fr/~cuvelier/software>
% --------------------------------------------------------------------
