~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to PROVENANCE

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- 
 
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
should not be included in release packages. 
 
5
 
 
6
This file is in MediaWiki format for inclusion on the OSGEO wiki.
 
7
-->
 
8
Note 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 =
 
37
No issues were discovered in the code review. All external code was
 
38
examined to make sure there were no license problems (see below). 
 
39
= Included Libraries =
 
40
The 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 =
 
51
All non-generated source files were manually reviewed for copyright and
 
52
license statements, as well as potential issues. This constituted a
 
53
review 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
 
64
Where copyright and/or GPL license statement were missing, it was added
 
65
after ensuring it was appropriate. All code within the project is
 
66
licensed under the GPL or LGPL, version 2.
 
67
 
 
68
== External Source Files ==
 
69
The following files are included in the QGIS source tree from external
 
70
sources. The source, license, and copyright are noted for each.
 
71
=== src/core/spatialindex/include ===
 
72
Copyright (C) Navel Ltd., LGPL
 
73
* LineSegment.h
 
74
* Point.h
 
75
* PointerPool.h
 
76
* PoolPointer.h
 
77
* RTree.h
 
78
* Region.h
 
79
* SmartPointer.h
 
80
* SpatialIndex.h
 
81
* TemporaryFile.h
 
82
* Tools.h
 
83
=== src/core/spatialindex/storagemanager ===
 
84
Copyright (C) Navel Ltd., LGPL
 
85
* Buffer.cc
 
86
* Buffer.h
 
87
* DiskStorageManager.cc
 
88
* DiskStorageManager.h
 
89
* MemoryStorageManager.cc
 
90
* MemoryStorageManager.h
 
91
* RandomEvictionsBuffer.cc
 
92
* RandomEvictionsBuffer.h
 
93
=== src/core/spatialindex/rtree  ===
 
94
Copyright (C) Navel Ltd., LGPL
 
95
* BulkLoader.cc
 
96
* BulkLoader.h
 
97
* Index.cc
 
98
* Index.h
 
99
* Leaf.cc
 
100
* Leaf.h
 
101
* Node.cc
 
102
* Node.h
 
103
* PointerPoolNode.h
 
104
* RTree.cc
 
105
* RTree.h
 
106
* Statistics.cc
 
107
* Statistics.h
 
108
 
 
109
=== src/core/spatialindex/tools ===
 
110
Copyright (C) Navel Ltd., LGPL
 
111
* ExternalSort.cc
 
112
* ExternalSort.h
 
113
* TemporaryFile.cc
 
114
* Tools.cc
 
115
 
 
116
=== src/plugins/grid_maker ===
 
117
NOTE: These files have since been removed from SVN:
 
118
* shapefile.h  Copyright (c) 1999, Frank Warmerdam, MIT or LGPL
 
119
* utils.h 
 
120
**Taken from txt2dbf 1.0.2 by Frank Koormann, see http://www.usf.uni-osnabrueck.de/~fkoorman/software/dbftools.en.html.  Licensed as "The program is free of charge as well as the source" but no license is mentioned 
 
121
 
 
122
 
 
123