File tree 27 files changed +56
-52
lines changed
27 files changed +56
-52
lines changed Original file line number Diff line number Diff line change 1
- 1.3.26
2
- -Eliminate some deprecated warning on Qt 5.15.X while maintain working on Qt 4.X
1
+
2
+ 1.3.27
3
+ -Change the license to LGPL
4
+
5
+ 1.3.26
6
+ -Eliminate some deprecated warning on Qt 5.15.X while maintain working on Qt 4.X
3
7
4
8
1.3.25
5
9
-Add gsafe.pri file
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ work on all platform where the Qt runs.
20
20
- Webpage: http://hyperprog.com/gsafe
21
21
- Documentation: http://hyperprog.com/gsafe/doc/html/index.html
22
22
- Sample program: http://hyperprog.com/prepo/index.html
23
- - Written by Peter Deak (C) hyper80@gmail.com , License GPLv2
23
+ - Written by Peter Deak (C) hyper80@gmail.com , License is Lesser GPLv2.1
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
datalib.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
datalib.h
10
10
*/
36
36
#include " gstexts.h"
37
37
38
38
/* * The version of gsafe */
39
- #define GSAFE_VERSION " 1.3.26 "
39
+ #define GSAFE_VERSION " 1.3.27 "
40
40
41
41
// ///////////////////////////////////
42
42
// BEGIN - CONFIG/MODIFIERS/MODULES //
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2006-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2006-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
dconsole.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2006-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2006-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
dconsole.h
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
dialib.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
dialib.h
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
docgen.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
docgen.h
10
10
*/
Original file line number Diff line number Diff line change 4
4
gSAFE - LIB http://hyperprog.com/gsafe/
5
5
general Sql dAtabase FrontEnd
6
6
7
- (C) 2010 Peter Deak
8
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html -->
7
+ (C) 2010-2020 Peter Deak
8
+ License: LGPLv2.1 -->
9
9
<xs : schema xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
10
10
11
11
<xs : complexType name =" emptyindicatornode" >
Original file line number Diff line number Diff line change 2
2
gSAFE - LIB
3
3
general Sql dAtabase FrontEnd
4
4
5
- (C) 2010 Peter Deak (hyper80@gmail.com)
5
+ (C) 2010-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
guilib
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
guilib.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
guilib.h
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
hfactory.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
hfactory.h
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
printlib.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2005-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2005-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
printlib.h
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2010 Peter Deak (hyper80@gmail.com)
5
+ (C) 2010-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
res_p.h
10
10
*/
Original file line number Diff line number Diff line change 1
1
/*
2
2
HSpeedyPair - Template Lib
3
3
A dual AVL tree based pair storing template code
4
-
4
+
5
5
(C) 2006 Peter Deak (hyper80@gmail.com)
6
6
7
7
speedypair.h
Original file line number Diff line number Diff line change 1
- 1.3.26
1
+ 1.3.27
Original file line number Diff line number Diff line change 2
2
gSAFE - LIB
3
3
general Sql dAtabase FrontEnd
4
4
5
- (C) 2011-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
XBase Import/Export lib
10
10
xbio.cpp
Original file line number Diff line number Diff line change 2
2
gSAFE - LIB
3
3
general Sql dAtabase FrontEnd
4
4
5
- (C) 2011-2019 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
XBase Import/Export lib
10
10
xbio.h
Original file line number Diff line number Diff line change 2
2
gSAFE - LIB
3
3
general Sql dAtabase FrontEnd
4
4
5
- (C) 2011-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
XBase Connection to gDAFE datelib (based on XBase Import/Export lib)
10
10
xbioconn.cpp
Original file line number Diff line number Diff line change 2
2
gSAFE - LIB
3
3
general Sql dAtabase FrontEnd
4
4
5
- (C) 2011-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
XBase Connection to gDAFE datelib (based on XBase Import/Export lib)
10
10
xbioconn.h
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2011-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
xmlolib.cpp
10
10
*/
Original file line number Diff line number Diff line change 2
2
general Sql dAtabase FrontEnd
3
3
http://hyperprog.com/gsafe/
4
4
5
- (C) 2011-2018 Peter Deak (hyper80@gmail.com)
5
+ (C) 2011-2020 Peter Deak (hyper80@gmail.com)
6
6
7
- License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
7
+ License: LGPLv2.1
8
8
9
9
xmlolib.h
10
10
*/
You can’t perform that action at this time.
0 commit comments