|
1 | | -//////////////////////////////////////////////////////////////////////////////// |
2 | | -// CppSQLite3 - A C++ wrapper around the SQLite3 embedded database library. |
3 | | -// |
4 | | -// Copyright (c) 2004 Rob Groves. All Rights Reserved. [email protected] |
5 | | -// |
6 | | -// Permission to use, copy, modify, and distribute this software and its |
7 | | -// documentation for any purpose, without fee, and without a written |
8 | | -// agreement, is hereby granted, provided that the above copyright notice, |
9 | | -// this paragraph and the following two paragraphs appear in all copies, |
10 | | -// modifications, and distributions. |
11 | | -// |
12 | | -// IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, |
13 | | -// INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST |
14 | | -// PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, |
15 | | -// EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
16 | | -// |
17 | | -// THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT |
18 | | -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
19 | | -// PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF |
20 | | -// ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". THE AUTHOR HAS NO OBLIGATION |
21 | | -// TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
22 | | -// |
23 | | -// V3.0 03/08/2004 -Initial Version for sqlite3 |
24 | | -// |
25 | | -// V3.1 16/09/2004 -Implemented getXXXXField using sqlite3 functions |
26 | | -// -Added CppSQLiteDB3::tableExists() |
27 | | -//////////////////////////////////////////////////////////////////////////////// |
| 1 | +/* |
| 2 | + * CppSQLite |
| 3 | + * Developed by Rob Greeves <[email protected]> |
| 4 | + * Maintained by NeoSmart Technologies <http://neosmart.net/> |
| 5 | + * See LICENSE file for copyright and license info |
| 6 | +*/ |
| 7 | + |
28 | 8 | #ifndef _CppSQLite3_H_ |
29 | 9 | #define _CppSQLite3_H_ |
30 | 10 |
|
|
0 commit comments