From d5bc39cb8ccc047543d37359ae7fc2d34c89a538 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Tue, 11 Dec 2012 16:19:13 +0100 Subject: [PATCH] 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. --- mac/xcode/src/x_qgsspatialitesourceselect.cpp | 6 ++++++ mac/xcode/src/x_spatialite.c | 6 ++++++ mac/xcode/src/x_sqlite3.c | 6 ++++++ qgis.dtd | 1 + src/core/spatialite/headers/spatialite/sqlite3.h | 1 + src/core/spatialite/headers/spatialite/sqlite3ext.h | 1 + src/core/spatialite/sqlite3.c | 1 + src/gui/symbology-ng/characterwidget.cpp | 10 +++++++--- src/gui/symbology-ng/characterwidget.h | 5 +++++ 9 files changed, 34 insertions(+), 3 deletions(-) diff --git a/mac/xcode/src/x_qgsspatialitesourceselect.cpp b/mac/xcode/src/x_qgsspatialitesourceselect.cpp index 2392db63b46..26f04cdc579 100644 --- a/mac/xcode/src/x_qgsspatialitesourceselect.cpp +++ b/mac/xcode/src/x_qgsspatialitesourceselect.cpp @@ -1,3 +1,9 @@ +/* +* This file is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +*/ #if !SQLITE_QSYSTEM #include "../../src/app/qgsspatialitesourceselect.cpp" diff --git a/mac/xcode/src/x_spatialite.c b/mac/xcode/src/x_spatialite.c index 47018440110..befe7ebb572 100644 --- a/mac/xcode/src/x_spatialite.c +++ b/mac/xcode/src/x_spatialite.c @@ -1,3 +1,9 @@ +/* +* This file is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +*/ #if SQLITE_QINTERNAL #include "../../src/core/spatialite/spatialite.c" diff --git a/mac/xcode/src/x_sqlite3.c b/mac/xcode/src/x_sqlite3.c index 70ed3745a38..d639730f228 100644 --- a/mac/xcode/src/x_sqlite3.c +++ b/mac/xcode/src/x_sqlite3.c @@ -1,3 +1,9 @@ +/* +* This file is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +*/ #if SQLITE_QINTERNAL #include "../../src/core/spatialite/sqlite3.c" diff --git a/qgis.dtd b/qgis.dtd index 4eaa5945158..1cfa6c65547 100644 --- a/qgis.dtd +++ b/qgis.dtd @@ -1,6 +1,7 @@