Skip to content

Commit 59530d4

Browse files
committed
initial commit for source of proj 4.8
just taken from http://trac.osgeo.org/proj/
1 parent f195462 commit 59530d4

File tree

248 files changed

+95112
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+95112
-0
lines changed

Diff for: proj-4.8.0/AUTHORS

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Original Author:
2+
Gerald Evenden
3+
4+
Maintainer(s):
5+
Frank Warmerdam <[email protected]>
6+
7+
Contributors:
8+
Brent Fraser <[email protected]>
9+
Chris Stuber <[email protected]>
10+
Craig Bruce <[email protected]>
11+
Victor Osipkov <[email protected]>
12+
Andrea Antonello <[email protected]>
13+

Diff for: proj-4.8.0/COPYING

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
All source, data files and other contents of the PROJ.4 package are
3+
available under the following terms. Note that the PROJ 4.3 and earlier
4+
was "public domain" as is common with US government work, but apparently
5+
this is not a well defined legal term in many countries. I am placing
6+
everything under the following MIT style license because I believe it is
7+
effectively the same as public domain, allowing anyone to use the code as
8+
they wish, including making proprietary derivatives.
9+
10+
Though I have put my own name as copyright holder, I don't mean to imply
11+
I did the work. Essentially all work was done by Gerald Evenden.
12+
13+
--------------
14+
15+
Copyright (c) 2000, Frank Warmerdam
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a
18+
copy of this software and associated documentation files (the "Software"),
19+
to deal in the Software without restriction, including without limitation
20+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
21+
and/or sell copies of the Software, and to permit persons to whom the
22+
Software is furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included
25+
in all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
28+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
30+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
32+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
33+
DEALINGS IN THE SOFTWARE.
34+

0 commit comments

Comments
 (0)