Codebase list libgeotiff / eac84f9
Update copyright file using copyright-format 1.0. Bas Couwenberg 9 years ago
2 changed file(s) with 295 addition(s) and 66 deletion(s). Raw diff Collapse all Expand all
44 * Remove duplicate section field in package geotiff-bin.
55 * Only install listgeo man page in package geotiff-bin.
66 * Remove unused debian/listgeo.1.
7 * Update copyright file using copyright-format 1.0.
78
89 -- Bas Couwenberg <sebastic@xs4all.nl> Fri, 24 Oct 2014 15:02:06 +0200
910
0 This package was debianized by Francesco Paolo Lovergine <frankie@debian.org> on
1 Wed, 4 Apr 2007 20:45:27 +0200.
2
3 It was downloaded from http://remotesensing.org/geotiff/geotiff.html
4
5 Upstream Author: Frank Warmerdam et al <warmerdam@pobox.com>
6
7 Copyright: Copyright (c) 1999, Frank Warmerdam
8 Copyright (c) 1995, Niles D. Ritter
9
10 License:
11
12 All the source code in this toolkit are either in the public domain, or under
13 an X style license. In any event it is all considered to be free to use
14 for any purpose (including commercial software). No credit is required
15 though some of the code requires that the specific source code modules
16 retain their existing copyright statements. The CSV files, and other tables
17 derived from the EPSG coordinate system database are also free to use. In
18 particular, no part of this code is "copyleft", nor does it imply any
19 requirement for users to disclose this or their own source code.
20
21 All components not carrying their own copyright message, but distributed
22 with libgeotiff should be considered to be under the same license as
23 Niles' code.
24
25 ---------
26
27 Code by Frank Warmerdam has this copyright notice (directly copied from
28 X Consortium licence):
29
30 * Copyright (c) 1999, Frank Warmerdam
31 *
32 * Permission is hereby granted, free of charge, to any person obtaining a
33 * copy of this software and associated documentation files (the "Software"),
34 * to deal in the Software without restriction, including without limitation
35 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 * and/or sell copies of the Software, and to permit persons to whom the
37 * Software is furnished to do so, subject to the following conditions:
38 *
39 * The above copyright notice and this permission notice shall be included
40 * in all copies or substantial portions of the Software.
41 *
42 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
43 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
45 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
47 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
48 * DEALINGS IN THE SOFTWARE.
49
50 -----------
51
52 Code by Niles Ritter is under this licence:
53
54 * Written By: Niles D. Ritter.
55 *
56 * copyright (c) 1995 Niles D. Ritter
57 *
58 * Permission granted to use this software, so long as this copyright
59 * notice accompanies any products derived therefrom.
60
61 -----------
62
63 The Debian packaging is (C) 2007, Francesco Paolo Lovergine <frankie@debian.org> and
64 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
65
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: GeoTIFF
2 Upstream-Contact: Frank Warmerdam <warmerdam@pobox.com>
3 Source: http://download.osgeo.org/geotiff/
4
5 Files: *
6 Copyright: 1995, Niles D. Ritter
7 1999, Frank Warmerdam
8 License: attribution
9
10 Files: INSTALL
11 Copyright: 1994-1996, 1999-2002, 2004-2006, Free Software Foundation, Inc.
12 License: fsf-doc-unlimited
13 This file is free documentation; the Free Software Foundation gives
14 unlimited permission to copy, distribute and modify it.
15
16 Files: Makefile.in
17 bin/Makefile.in
18 cmake/Makefile.in
19 libxtiff/Makefile.in
20 man/Makefile.in
21 man/man1/Makefile.in
22 Copyright: 1994-2009, Free Software Foundation, Inc.
23 License: fsf-makefile-unlimited
24 This Makefile.in is free software; the Free Software Foundation
25 gives unlimited permission to copy and/or distribute it,
26 with or without modifications, as long as this notice is preserved.
27 .
28 This program is distributed in the hope that it will be useful,
29 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
30 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
31 PARTICULAR PURPOSE.
32
33 Files: aclocal.m4
34 configure
35 Copyright: 1996-2009, Free Software Foundation, Inc.
36 License: fsf-unlimited
37 This file is free software; the Free Software Foundation
38 gives unlimited permission to copy and/or distribute it,
39 with or without modifications, as long as this notice is preserved.
40 .
41 This program is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
43 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
44 PARTICULAR PURPOSE.
45
46 Files: CMakeLists.txt
47 cmake/FindGeoTIFF.cmake
48 cmake/FindPROJ4.cmake
49 libxtiff/CMakeLists.txt
50 Copyright: 2009, Mateusz Loskot <mateusz@loskot.net>
51 License: BSD-3-Clause
52
53 Files: config.guess
54 config.sub
55 depcomp
56 m4/ax_prog_doxygen.m4
57 m4/doxygen.am
58 missing
59 Copyright: 1992-2009, Free Software Foundation, Inc.
60 2004, Oren Ben-Kiki
61 License: GPL-2.0+ with Autoconf exception
62
63 Files: install-sh
64 Copyright: 1991, Massachusetts Institute of Technology
65 License: install-sh
66 Permission to use, copy, modify, distribute, and sell this software and its
67 documentation for any purpose is hereby granted without fee, provided that
68 the above copyright notice appear in all copies and that both that
69 copyright notice and this permission notice appear in supporting
70 documentation, and that the name of M.I.T. not be used in advertising or
71 publicity pertaining to distribution of the software without specific,
72 written prior permission. M.I.T. makes no representations about the
73 suitability of this software for any purpose. It is provided "as is"
74 without express or implied warranty.
75
76 Files: geo_free.c
77 geo_get.c
78 geo_incode_defs.h
79 geo_keyp.h
80 geo_names.c
81 geo_new.c
82 geo_print.c
83 geo_set.c
84 geo_tiffp.c
85 geo_tiffp.h
86 geo_write.c
87 geokeys.h
88 geonames.h
89 geotiff.h
90 geotiffio.h
91 geovalues.h
92 Copyright: 1995, Niles D. Ritter
93 License: attribution
94
95 Files: cpl_csv.c
96 cpl_serv.c
97 cpl_serv.h
98 geo_ctrans.inc
99 geo_extra.c
100 geo_normalize.c
101 geo_normalize.h
102 geo_simpletags.c
103 geo_simpletags.h
104 geo_trans.c
105 geotiff_proj4.c
106 Copyright: 1998-1999, 2005, 2008, Frank Warmerdam
107 License: MIT
108
109 Files: bin/getopt.c
110 Copyright: 1987, Regents of the University of California
111 License: BSD-4-Clause
112
113 Files: ltmain.sh
114 Copyright: 1996-2001, 2003-2007, 2008, Free Software Foundation, Inc
115 License: GPL-2.0+ with Libtool exception
116
117 Files: geo_strtod.c
118 Copyright: 2006, Andrey Kiselev
119 License: MIT
120
121 Files: bin/geotifcp.c
122 Copyright: 1988-1995, Sam Leffler
123 1991-1995, Silicon Graphics, Inc
124 License: HPND-sl-sgi
125
126 Files: debian/*
127 Copyright: 2007, Francesco Paolo Lovergine <frankie@debian.org>
128 License: GPL-2.0+
129
130 License: attribution
131 Permission granted to use this software, so long as this copyright
132 notice accompanies any source code derived therefrom.
133
134 License: MIT
135 Permission is hereby granted, free of charge, to any person obtaining a
136 copy of this software and associated documentation files (the "Software"),
137 to deal in the Software without restriction, including without limitation
138 the rights to use, copy, modify, merge, publish, distribute, sublicense,
139 and/or sell copies of the Software, and to permit persons to whom the
140 Software is furnished to do so, subject to the following conditions:
141 .
142 The above copyright notice and this permission notice shall be included
143 in all copies or substantial portions of the Software.
144 .
145 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
146 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
148 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
150 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
151 DEALINGS IN THE SOFTWARE.
152
153 License: BSD-3-Clause
154 Redistribution and use in source and binary forms, with or without
155 modification, are permitted provided that the following conditions
156 are met:
157 .
158 1. Redistributions of source code must retain the copyright
159 notice, this list of conditions and the following disclaimer.
160 2. Redistributions in binary form must reproduce the copyright
161 notice, this list of conditions and the following disclaimer in the
162 documentation and/or other materials provided with the distribution.
163 3. The name of the author may not be used to endorse or promote products
164 derived from this software without specific prior written permission.
165 .
166 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
167 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
168 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
169 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
170 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
171 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
172 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
173 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
174 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
175 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
176
177 License: BSD-4-Clause
178 Redistribution and use in source and binary forms, with or without
179 modification, are permitted provided that the following conditions
180 are met:
181 1. Redistributions of source code must retain the above copyright
182 notice, this list of conditions and the following disclaimer.
183 2. Redistributions in binary form must reproduce the above copyright
184 notice, this list of conditions and the following disclaimer in the
185 documentation and/or other materials provided with the distribution.
186 3. All advertising materials mentioning features or use of this software
187 must display the following acknowledgement:
188 This product includes software developed by the University of
189 California, Berkeley and its contributors.
190 4. Neither the name of the University nor the names of its contributors
191 may be used to endorse or promote products derived from this software
192 without specific prior written permission.
193 .
194 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
195 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
196 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
197 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
198 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
199 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
200 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
201 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
202 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
203 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
204 SUCH DAMAGE.
205
206 License: HPND-sl-sgi
207 Permission to use, copy, modify, distribute, and sell this software and
208 its documentation for any purpose is hereby granted without fee, provided
209 that (i) the above copyright notices and this permission notice appear in
210 all copies of the software and related documentation, and (ii) the names of
211 Sam Leffler and Silicon Graphics may not be used in any advertising or
212 publicity relating to the software without the specific, prior written
213 permission of Sam Leffler and Silicon Graphics.
214 .
215 THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
216 EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
217 WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
218 .
219 IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
220 ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
221 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
222 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
223 LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
224 OF THIS SOFTWARE.
225
226 License: GPL-2.0+
227 This program is free software; you can redistribute it and/or modify
228 it under the terms of the GNU General Public License as published by
229 the Free Software Foundation; either version 2 of the License, or
230 (at your option) any later version.
231 .
232 This program is distributed in the hope that it will be useful,
233 but WITHOUT ANY WARRANTY; without even the implied warranty of
234 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
235 GNU General Public License for more details.
236 .
237 You should have received a copy of the GNU General Public License along
238 with this program; if not, write to the Free Software Foundation, Inc.,
239 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
240 .
241 On Debian systems, the complete text of version 2 of the GNU General
242 Public License can be found in `/usr/share/common-licenses/GPL-2'.
243
244 License: GPL-2.0+ with Autoconf exception
245 This file is free software; you can redistribute it and/or modify it
246 under the terms of the GNU General Public License as published by
247 the Free Software Foundation; either version 2 of the License, or
248 (at your option) any later version.
249 .
250 This program is distributed in the hope that it will be useful, but
251 WITHOUT ANY WARRANTY; without even the implied warranty of
252 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
253 General Public License for more details.
254 .
255 You should have received a copy of the GNU General Public License
256 along with this program; if not, write to the Free Software
257 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
258 02110-1301, USA.
259 .
260 As a special exception to the GNU General Public License, if you
261 distribute this file as part of a program that contains a
262 configuration script generated by Autoconf, you may include it under
263 the same distribution terms that you use for the rest of that program.
264 .
265 On Debian systems, the full text of the GNU General Public
266 License version 2 can be found in the file
267 `/usr/share/common-licenses/GPL-2'.
268
269 License: GPL-2.0+ with Libtool exception
270 GNU Libtool is free software; you can redistribute it and/or modify
271 it under the terms of the GNU General Public License as published by
272 the Free Software Foundation; either version 2 of the License, or
273 (at your option) any later version.
274 .
275 As a special exception to the GNU General Public License,
276 if you distribute this file as part of a program or library that
277 is built using GNU Libtool, you may include this file under the
278 same distribution terms that you use for the rest of that program.
279 .
280 GNU Libtool is distributed in the hope that it will be useful, but
281 WITHOUT ANY WARRANTY; without even the implied warranty of
282 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
283 General Public License for more details.
284 .
285 You should have received a copy of the GNU General Public License
286 along with GNU Libtool; see the file COPYING. If not, a copy
287 can be downloaded from http://www.gnu.org/licenses/gpl.html,
288 or obtained by writing to the Free Software Foundation, Inc.,
289 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
290 .
291 On Debian systems, the complete text of version 2 of the GNU General
292 Public License can be found in `/usr/share/common-licenses/GPL-2'.
293