Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
license.inc
1#ifndef ELEMENTA_LICENSE_INC
2#define ELEMENTA_LICENSE_INC
3
4/* ****************************************************************************
5*
6* LICENSE:
7*
8* Although these libraries have been created for personal use, they are
9* also provided to the general public.
10*
11* Under these premises, the ELEMENTA++11 libraries are free software:
12* you can redistribute them and/or modify them under the terms of the GNU
13* General Public License as published by the Free Software Foundation,
14* either version 3 of the License, or (at your option) any later version.
15*
16* These libraries are distributed in the hope that they will be useful,
17* but WITHOUT ANY WARRANTY; without even the implied warranty of
18* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19* GNU General Public License for more details at
20* <http://www.gnu.org/licenses/>.
21*
22* (c) Juan Antonio Fernández Madrigal, 1991-2020
23* software@jafma.net
24* http://jafma.net
25*
26*
27**************************************************************************** */
28
29#endif