1<!--
2This file documents the code provenance review for QGIS as part of the
3OSGEO incubation process and should remain in the QGIS source tree. It
4should not be included in release packages.
5
6This file is in MediaWiki format for inclusion on the OSGEO wiki.
7-->
8Note the authoritative copy of this document is stored in the QGIS repository.
9= Committers Past and Present =
10 dassau - Otto Dassau
11 ersts - Peter Ersts
12 g_j_m - Gavin Macaulay
13 godofredo - Godofredo Contreras
14 gsherman - Gary Sherman
15 homann - Magnus Homann
16 hoshi - Masaru Hoshi
17 jef - Jürgen Fischer
18 jobi - Jens Oberender
19 larsl - Lars Luthman
20 leo.lami - Leonardo Lami
21 mcoletti - Mark Coletti
22 mhugent - Marco Hugentobler
23 morb_au - Brendan Morley
24 perrygeo - Matthew Perry
25 rabla/rblazek - Radim Blazek
26 rawbytes - Denis Antipov
27 sbr00pwb - Peter Brewer
28 shalasz/stevehalasz - Steve Halasz
29 spoerri - Christoph Spoerri
30 StevenB - Steven Bell
31 telwertowski - Tom Elwertowski
32 timlinux - Tim Sutton
33 warmerdam - Frank Warmerdam
34 what_nick - Tisham Dhar
35 wonder - Martin Dobias
36= Outstanding Issues =
37No issues were discovered in the code review. All external code was
38examined to make sure there were no license problems (see below).
39= Included Libraries =
40The following libraries are used in QGIS:
41* GDAL/OGR
42* GSL (optional)
43* Qt
44* PostgreSQL (optional)
45* Python (optional)
46* GRASS (optional)
47* PyQt (optional)
48* Sip (optional)
49* Sqlite3
50= Source Code Review =
51All non-generated source files were manually reviewed for copyright and
52license statements, as well as potential issues. This constituted a
53review of 364 implementation files (.cpp and .cc), 378 header files
54(.h), and 21 Python scripts in the src directory and its subdirectories:
55 app
56 designer
57 core
58 gui
59 helpviewer
60 mac
61 plugins
62 providers
63 ui
64Where copyright and/or GPL license statement were missing, it was added
65after ensuring it was appropriate. All code within the project is
66licensed under the GPL or LGPL, version 2.
67
68== External Source Files ==
69The following files are included in the QGIS source tree from external
70sources. The source, license, and copyright are noted for each.
71
72