-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
LICENSE.txt
37 lines (28 loc) · 1.52 KB
/
LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*! \page LICENSE.txt LICENSE.txt
\verbatim
WASimCommander Project
COPYRIGHT: Maxim Paperno; All Rights Reserved.
#### Overall API and Client Library Components:
Dual licensed under the terms of either the GNU General Public License (**GPL**)
or the GNU Lesser General Public License (**LGPL**), as published by the Free Software
Foundation, either **version 3** of the Licenses, or (at your option) any later version.
#### WASM Module Server, GUI, and Console App Components:
Licensed under the terms of the GNU General Public License (**GPL**) as published by
the Free Software Foundation, either **version 3** of the License, or (at your option)
any later version.
#### General:
This program 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.
Copies of the GNU GPL and LGPL are included with this project
and are available at <http://www.gnu.org/licenses/>.
Except as contained in this copyright notice, the names of the authors or
their institutions shall not be used in advertising or otherwise to
promote the sale, use, or other dealings in, any product using this
Software, or any derivative of this Software, without prior written
authorization from the authors.
This project may also use 3rd-party Open Source software under the terms
of their respective licenses. The copyright notice above does not apply
to any 3rd-party components used within.
\endverbatim */