|
| 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