Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From bc5d0a2f8e9087da
To c710c3ec2ca4c652
2008-07-02
| | |
22:14 |
|
check-in: 98a83a49b9 user: tangent tags: trunk, v3.0.4
|
2008-05-11
| | |
23:28 |
|
check-in: c710c3ec2c user: tangent tags: trunk, v3.0.3
|
2008-04-13
| | |
19:00 |
|
check-in: 9f69f2a18a user: tangent tags: trunk, v3.0.2
|
2000-01-06
| | |
19:28 |
|
check-in: c9afe0650e user: tangent tags: trunk, v1.5.1
|
1999-11-25
| | |
14:40 |
|
check-in: bc5d0a2f8e user: tangent tags: trunk, v1.4
|
1999-10-15
| | |
16:48 |
|
check-in: bd4a975853 user: tangent tags: trunk, v1.3
|
| | |
Added Bakefiles.bkgen.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
<?xml version="1.0" ?>
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
<input>
./mysql++.bkl
</input>
<!-- List of output formats to generate: -->
<add-formats>
autoconf,mingw,msvs2003prj,msvs2005prj,xcode2
</add-formats>
<add-flags formats="mingw">
-o$(INPUT_FILE_DIR)/Makefile.mingw
</add-flags>
<add-flags formats="msvs2003prj">
-ovc2003/mysql++.sln
</add-flags>
<add-flags formats="msvs2005prj">
-ovc2005/mysql++.sln
</add-flags>
</bakefile-gen>
|
| | | | | | | | | | | | | | | | | | | |
Added COPYING.txt.
|
1
2
3
4
5
6
7
8
9
10
|
+
+
+
+
+
+
+
+
+
+
|
The MySQL++ library proper and the reference manual derived from
comments in the library source code are licensed under the GNU Lesser
General Public License. A copy is provided in this directory, in the
file LICENSE.txt.
The MySQL++ User Manual is licensed under a unique license derived from
the Linux Documentation Project License. (The only changes are due to
the fact that the User Manual isn't actually part of the LDP, so a lot
of the language in the LDPL doesn't make sense when applied to the user
manual.) This license is provided in the file doc/userman/LICENSE.txt.
|
| | | | | | | | |
Deleted COPYRIGHT.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|
The Mysql++ API is copyright 1998 by Kevin Atkinson and is released
under the LGPL license for now.
The intent of doing this is allow developers to use my library to
develop commercial programs and to allow it it be distributed with
commercial databases.
However if you do use it to develop a commercial program a small
donation to me would be greatly appreshated. Your donation will will
encourage me to continue to work on improving this API and also
encourage me to contune to keep it under the LGPL. Please send
donations too.
Kevin Atkinson
7962 Helmart Dr.
Laurel, MD 20723
I reserve the right to change the license to future versions of the
library if I do not get suffecent pay-back to my work. However, it is
my promise to you that it will never become more restrictive than the
GPL (not LGPL) licence.
You can contact me at kevinatk@home.com or (301) 498-3290 or at
7962 Helmart Dr./Laurel, MD 20723.
|
Added CREDITS.txt.