Imported Upstream version 1.9.5
[platform/upstream/doxygen.git] / deps / libmscgen / README.txt
1 Issue 6880 (https://github.com/doxygen/doxygen/issues/6880) required fixes to the mscgen tool.
2 Since this tool is no longer maintained, it was decided to build mscgen as part of doxygen.
3 This directory contains the mscgen code.
4
5 Since mscgen depends on libgd for PNG output, a part of the gd library is included as well.
6 Instead of using libpng as PNG generator, the lodepng library is used. This PNG library was
7 already part of doxygen. Module gd_lodepng.c was added to make libgd use lodepng.
8
9 Original copyright statement follows:
10
11 LICENCE
12 =======
13
14 Mscgen, Copyright (C) 2010 Michael C McTernan,
15                       Michael.McTernan.2001@cs.bris.ac.uk
16 Mscgen comes with ABSOLUTELY NO WARRANTY.  Mscgen is free software, and you
17 are welcome to redistribute it under certain conditions; see the COPYING
18 file for details.
19
20