11<!--
2- This file documents the code provenance review for QGIS as part of
3- the OSGEO incubation process and should remain in the QGIS source tree. It
2+ This file documents the code provenance review for QGIS as part of the
3+ OSGEO incubation process and should remain in the QGIS source tree. It
44should not be included in release packages.
55
66This file is in MediaWiki format for inclusion on the OSGEO wiki.
@@ -33,8 +33,8 @@ This file is in MediaWiki format for inclusion on the OSGEO wiki.
3333 what_nick - Tisham Dhar
3434 wonder - Martin Dobias
3535= Outstanding Issues =
36- No issues were discovered in the code review. All external code was examined to
37- make sure there were no license problems (see below).
36+ No issues were discovered in the code review. All external code was
37+ examined to make sure there were no license problems (see below).
3838= Included Libraries =
3939The following libraries are used in QGIS:
4040* GDAL/OGR
@@ -48,9 +48,9 @@ The following libraries are used in QGIS:
4848* Sqlite3
4949= Source Code Review =
5050All non-generated source files were manually reviewed for copyright and
51- license statements, as well as potential issues. This constituted a review of
52- 364 implementation files (.cpp and .cc), 378 header files (.h), and 21 Python
53- scripts in the src directory and its subdirectories:
51+ license statements, as well as potential issues. This constituted a
52+ review of 364 implementation files (.cpp and .cc), 378 header files
53+ (.h), and 21 Python scripts in the src directory and its subdirectories:
5454 app
5555 designer
5656 core
@@ -60,12 +60,13 @@ scripts in the src directory and its subdirectories:
6060 plugins
6161 providers
6262 ui
63- Where copyright and/or GPL license statement were missing, it was added after
64- ensuring it was appropriate. All code within the project is licensed under the GPL or LGPL, version 2.
63+ Where copyright and/or GPL license statement were missing, it was added
64+ after ensuring it was appropriate. All code within the project is
65+ licensed under the GPL or LGPL, version 2.
6566
6667== External Source Files ==
67- The following files are included in the QGIS source tree from external sources. The source,
68- license, and copyright are noted for each.
68+ The following files are included in the QGIS source tree from external
69+ sources. The source, license, and copyright are noted for each.
6970=== src/core/spatialindex/include ===
7071Copyright (C) Navel Ltd., LGPL
7172* LineSegment.h
0 commit comments