File tree Expand file tree Collapse file tree 9 files changed +34
-3
lines changed Expand file tree Collapse file tree 9 files changed +34
-3
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is free software: you can redistribute it and/or modify
3
+ * it under the terms of the GNU General Public License as published by
4
+ * the Free Software Foundation, either version 3 of the License, or
5
+ * (at your option) any later version.
6
+ */
1
7
#if !SQLITE_QSYSTEM
2
8
3
9
#include " ../../src/app/qgsspatialitesourceselect.cpp"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is free software: you can redistribute it and/or modify
3
+ * it under the terms of the GNU General Public License as published by
4
+ * the Free Software Foundation, either version 3 of the License, or
5
+ * (at your option) any later version.
6
+ */
1
7
#if SQLITE_QINTERNAL
2
8
3
9
#include "../../src/core/spatialite/spatialite.c"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file is free software: you can redistribute it and/or modify
3
+ * it under the terms of the GNU General Public License as published by
4
+ * the Free Software Foundation, either version 3 of the License, or
5
+ * (at your option) any later version.
6
+ */
1
7
#if SQLITE_QINTERNAL
2
8
3
9
#include "../../src/core/spatialite/sqlite3.c"
Original file line number Diff line number Diff line change 1
1
<!-- DTD for QGIS project file
2
2
* This DTD describes the maplayers and their symbology and
3
3
* is used when saving/restoring a QGIS project.
4
+ * This file is in the public domain
4
5
-->
5
6
6
7
<!--
Original file line number Diff line number Diff line change 2
2
** alias MACROs to avoid any potential collision
3
3
** for linker symbols declared into the sqlite3 code
4
4
** internally embedded into SpatiaLite
5
+ ** This file is in the public domain
5
6
*/
6
7
#define sqlite3_version SPLite3_version
7
8
#define sqlite3_libversion SPLite3_libversion
Original file line number Diff line number Diff line change 2
2
** alias MACROs to avoid any potential collision
3
3
** for linker symbols declared into the sqlite3 code
4
4
** internally embedded into SpatiaLite
5
+ ** This file is in the public domain.
5
6
*/
6
7
#define sqlite3_version SPLite3_version
7
8
#define sqlite3_libversion SPLite3_libversion
Original file line number Diff line number Diff line change 9
9
** code internally embedded in SpatiaLite never defines
10
10
** any linker symbol potentially conflicting with
11
11
** an external sqlite3 library
12
+ ** This file is in the public domain
12
13
*/
13
14
#define sqlite3_version SPLite3_version
14
15
#define sqlite3_libversion SPLite3_libversion
Original file line number Diff line number Diff line change 4
4
** All rights reserved.
5
5
** Contact: Nokia Corporation (qt-info@nokia.com)
6
6
**
7
+ ** This library/program is free software; you can redistribute it
8
+ ** and/or modify it under the terms of the GNU Library General Public
9
+ ** License as published by the Free Software Foundation; either
10
+ ** version 2 of the License, or ( at your option ) any later version.
11
+ **
7
12
** This file is part of the examples of the Qt Toolkit.
8
13
**
9
14
** $QT_BEGIN_LICENSE:LGPL$
14
19
** a written agreement between you and Nokia.
15
20
**
16
21
** GNU Lesser General Public License Usage
17
- ** Alternatively, this file may be used under the terms of the GNU Lesser
18
- ** General Public License version 2.1 as published by the Free Software
22
+ ** Alternatively, this file may be used under the terms of the
23
+ ** GNU Lesser General Public License version 2.1 as published by the Free Software
19
24
** Foundation and appearing in the file LICENSE.LGPL included in the
20
25
** packaging of this file. Please review the following information to
21
26
** ensure the GNU Lesser General Public License version 2.1 requirements
22
27
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
23
- **
24
28
** In addition, as a special exception, Nokia gives you certain additional
25
29
** rights. These rights are described in the Nokia Qt LGPL Exception
26
30
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
Original file line number Diff line number Diff line change 4
4
** All rights reserved.
5
5
** Contact: Nokia Corporation (qt-info@nokia.com)
6
6
**
7
+ ** This library/program is free software; you can redistribute it
8
+ ** and/or modify it under the terms of the GNU Library General Public
9
+ ** License as published by the Free Software Foundation; either
10
+ ** version 2 of the License, or ( at your option ) any later version.
11
+ **
7
12
** This file is part of the examples of the Qt Toolkit.
8
13
**
9
14
** $QT_BEGIN_LICENSE:LGPL$
You can’t perform that action at this time.
0 commit comments