1
1
<!--
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
4
4
should not be included in release packages.
5
5
6
6
This 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.
33
33
what_nick - Tisham Dhar
34
34
wonder - Martin Dobias
35
35
= 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).
38
38
= Included Libraries =
39
39
The following libraries are used in QGIS:
40
40
* GDAL/OGR
@@ -48,9 +48,9 @@ The following libraries are used in QGIS:
48
48
* Sqlite3
49
49
= Source Code Review =
50
50
All 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:
54
54
app
55
55
designer
56
56
core
@@ -60,12 +60,13 @@ scripts in the src directory and its subdirectories:
60
60
plugins
61
61
providers
62
62
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.
65
66
66
67
== 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.
69
70
=== src/core/spatialindex/include ===
70
71
Copyright (C) Navel Ltd., LGPL
71
72
* LineSegment.h
0 commit comments