Skip to content

Commit b8288fe

Browse files
committed
Init repo.
0 parents  commit b8288fe

File tree

6 files changed

+3171
-0
lines changed

6 files changed

+3171
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.user
2+
*.vcproj
3+
*.vcxproj*
4+
*.sln
5+
.*project
6+
.settings
7+
.idea
8+
build*/
9+
cmake-build-*/

LICENSE.GPL.txt

+624
Large diffs are not rendered by default.

LICENSE.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*! \page LICENSE.txt LICENSE.txt
2+
\verbatim
3+
4+
maxLibQt C++ code library for the Qt framework.
5+
6+
COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved.
7+
Contact: http://www.WorldDesign.com/contact
8+
9+
LICENSE
10+
11+
Unless specified otherwise in the individual component files,
12+
the components of this library are licensed under a dual-use system.
13+
14+
Commercial License Usage
15+
Licensees holding valid commercial licenses may use the components in
16+
accordance with the terms contained in a written agreement between
17+
you and the copyright holder.
18+
19+
GNU General Public License Usage
20+
Alternatively, the components may be used under the terms of the GNU
21+
General Public License as published by the Free Software Foundation,
22+
either version 3 of the License, or (at your option) any later version.
23+
24+
This program is distributed in the hope that it will be useful,
25+
but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
GNU General Public License for more details.
28+
29+
A copy of the GNU General Public License is available in the file LICENSE.GPL.txt
30+
should be included in this distribution. It is also available at <http://www.gnu.org/licenses/>.
31+
32+
\endverbatim */

doc/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html*/

0 commit comments

Comments
 (0)