doc: update copyright line for 2021
[adg.git] / src / adg.h.in
blob0aa272fd05187ce2a915667ecc2ef6a8219e2688
1 /* ADG - Automatic Drawing Generation
2 * Copyright (C) 2007-2020 Nicola Fontana <ntd at entidi.it>
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301, USA.
21 #ifndef __ADG_H__
22 #define __ADG_H__
24 #include <cpml.h>
26 #include "adg/adg-forward-declarations.h"
27 #include "adg/adg-cairo-fallback.h"
28 #include "adg/adg-enums.h"
29 #include "adg/adg-type-builtins.h"
30 #include "adg/adg-utils.h"
31 #include "adg/adg-matrix.h"
32 #include "adg/adg-entity.h"
33 #include "adg/adg-model.h"
34 #include "adg/adg-trail.h"
35 #include "adg/adg-path.h"
36 #include "adg/adg-edges.h"
37 #include "adg/adg-point.h"
38 #include "adg/adg-marker.h"
39 #include "adg/adg-dash.h"
40 #include "adg/adg-style.h"
41 #include "adg/adg-color-style.h"
42 #include "adg/adg-line-style.h"
43 #include "adg/adg-font-style.h"
44 #include "adg/adg-table-style.h"
45 #include "adg/adg-dim-style.h"
46 #include "adg/adg-fill-style.h"
47 #include "adg/adg-ruled-fill.h"
48 #include "adg/adg-param-dress.h"
49 #include "adg/adg-dress.h"
50 #include "adg/adg-stroke.h"
51 #include "adg/adg-hatch.h"
52 #include "adg/adg-textual.h"
53 #include "adg/adg-toy-text.h"
54 #include "adg/adg-logo.h"
55 #include "adg/adg-projection.h"
56 #include "adg/adg-container.h"
57 #include "adg/adg-alignment.h"
58 #include "adg/adg-table.h"
59 #include "adg/adg-table-row.h"
60 #include "adg/adg-table-cell.h"
61 #include "adg/adg-title-block.h"
62 #include "adg/adg-arrow.h"
63 #include "adg/adg-dim.h"
64 #include "adg/adg-ldim.h"
65 #include "adg/adg-rdim.h"
66 #include "adg/adg-adim.h"
67 #include "adg/adg-canvas.h"
68 @ADG_H_ADDITIONAL@
70 #endif /* __ADG_H__ */