Skip to content

Commit d5bc39c

Browse files
committedDec 11, 2012
updates to licenses
Again some updates to clean the whole QGIS tree of unlicensed files. Main purpose is to make the source tree checkable by debian licensechecker to clearly state the license of QGIS and find out if everything is compatible.
1 parent dcf3ede commit d5bc39c

File tree

9 files changed

+34
-3
lines changed

9 files changed

+34
-3
lines changed
 

‎mac/xcode/src/x_qgsspatialitesourceselect.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
#if !SQLITE_QSYSTEM
28

39
#include "../../src/app/qgsspatialitesourceselect.cpp"

‎mac/xcode/src/x_spatialite.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
#if SQLITE_QINTERNAL
28

39
#include "../../src/core/spatialite/spatialite.c"

‎mac/xcode/src/x_sqlite3.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
#if SQLITE_QINTERNAL
28

39
#include "../../src/core/spatialite/sqlite3.c"

‎qgis.dtd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- DTD for QGIS project file
22
* This DTD describes the maplayers and their symbology and
33
* is used when saving/restoring a QGIS project.
4+
* This file is in the public domain
45
-->
56

67
<!--

‎src/core/spatialite/headers/spatialite/sqlite3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
** alias MACROs to avoid any potential collision
33
** for linker symbols declared into the sqlite3 code
44
** internally embedded into SpatiaLite
5+
** This file is in the public domain
56
*/
67
#define sqlite3_version SPLite3_version
78
#define sqlite3_libversion SPLite3_libversion

‎src/core/spatialite/headers/spatialite/sqlite3ext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
** alias MACROs to avoid any potential collision
33
** for linker symbols declared into the sqlite3 code
44
** internally embedded into SpatiaLite
5+
** This file is in the public domain.
56
*/
67
#define sqlite3_version SPLite3_version
78
#define sqlite3_libversion SPLite3_libversion

‎src/core/spatialite/sqlite3.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
** code internally embedded in SpatiaLite never defines
1010
** any linker symbol potentially conflicting with
1111
** an external sqlite3 library
12+
** This file is in the public domain
1213
*/
1314
#define sqlite3_version SPLite3_version
1415
#define sqlite3_libversion SPLite3_libversion

‎src/gui/symbology-ng/characterwidget.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
** All rights reserved.
55
** Contact: Nokia Corporation (qt-info@nokia.com)
66
**
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+
**
712
** This file is part of the examples of the Qt Toolkit.
813
**
914
** $QT_BEGIN_LICENSE:LGPL$
@@ -14,13 +19,12 @@
1419
** a written agreement between you and Nokia.
1520
**
1621
** 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
1924
** Foundation and appearing in the file LICENSE.LGPL included in the
2025
** packaging of this file. Please review the following information to
2126
** ensure the GNU Lesser General Public License version 2.1 requirements
2227
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
23-
**
2428
** In addition, as a special exception, Nokia gives you certain additional
2529
** rights. These rights are described in the Nokia Qt LGPL Exception
2630
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.

‎src/gui/symbology-ng/characterwidget.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
** All rights reserved.
55
** Contact: Nokia Corporation (qt-info@nokia.com)
66
**
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+
**
712
** This file is part of the examples of the Qt Toolkit.
813
**
914
** $QT_BEGIN_LICENSE:LGPL$

0 commit comments

Comments
 (0)
Please sign in to comment.