File: copyright

package info (click to toggle)
mkgmap-splitter 0.0.0%2Bsvn548-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 1,746
  • sloc: java: 12,369; xml: 1,632; sh: 32; makefile: 16
file content (113 lines) | stat: -rw-r--r-- 4,791 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Steve Ratcliffe <sr@parabola.me.uk>
Upstream-Name: splitter
Source: http://www.mkgmap.org.uk/download/splitter.html

Files: *
Copyright: 2007, 2009, Steve Ratcliffe <sr@parabola.me.uk>
                 2009, Francisco Moraes
                 2010, Scott Crosby <scrosby@cs.rice.edu>
            2009-2010, Chris Miller <chris.miller@kbcfp.com>
                 2011, the splitter contributors
      2011-2014, 2016, Gerd Petermann <gpetermann_muenchen@hotmail.com>
License: GPL-3

Files: build.xml
Copyright: 2006, Steve Ratcliffe
License: GPL-2 or GPL-3

Files: src/uk/me/parabola/splitter/DataStorer.java
 src/uk/me/parabola/splitter/MultiTileProcessor.java
 src/uk/me/parabola/splitter/SplitFailedException.java
 src/uk/me/parabola/splitter/StopNoErrorException.java
 src/uk/me/parabola/splitter/parser/O5mMapParser.java
 src/uk/me/parabola/splitter/solver/EnhancedDensityMap.java
 src/uk/me/parabola/splitter/solver/PrecompSeaReader.java
 src/uk/me/parabola/splitter/solver/Solution.java
 src/uk/me/parabola/splitter/solver/TileMetaInfo.java
 src/uk/me/parabola/splitter/tools/Long2IntClosedMap.java
 src/uk/me/parabola/splitter/tools/Long2IntClosedMapFunction.java
 src/uk/me/parabola/splitter/tools/OSMId2ObjectMap.java
 src/uk/me/parabola/splitter/tools/SparseBitSet.java
 src/uk/me/parabola/splitter/writer/O5mMapWriter.java
 src/uk/me/parabola/splitter/writer/PseudoOSMWriter.java
 test/uk/me/parabola/splitter/TestAreaSet.java
 test/uk/me/parabola/splitter/tools/TestSparseBitSet.java
Copyright: 2012-2014, Gerd Petermann <gpetermann_muenchen@hotmail.com>
License: GPL-2 or GPL-3

Files: src/org/openstreetmap/osmosis/core/*
Copyright: Bretth Henderson <brett@bretth.com> and other contributors
License: public-domain
 This software is released into the Public Domain.

Files: src/org/apache/tools/bzip2/*
Copyright: Apache Software Foundation
License: Apache-2.0

Files: debian/*
Copyright: 2015, Bas Couwenberg <sebastic@debian.org>
License: GPL-2+

License: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 3 or
 version 2 as published by the Free Software Foundation.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: GPL-2+
 This program 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 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 On Debian systems, the full text of the GNU General Public License
 version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: GPL-3
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 3 as
 published by the Free Software Foundation.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 On Debian systems, the full text of the GNU General Public License
 version 3 can be found in the file
 `/usr/share/common-licenses/GPL-3'.

License: Apache-2.0
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 The ASF licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 .
     http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License can be found
 in `/usr/share/common-licenses/Apache-2.0'.