Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit 12fc699

Browse files
authored
Update LICENSE.md
1 parent 9a3f99e commit 12fc699

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

LICENSE.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# License
2+
## GeoAPI.Core
3+
```
4+
BSD 3-Clause License
5+
6+
Copyright (c) 2005-2018, NetTopologySuite-Team
7+
All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions are met:
11+
12+
* Redistributions of source code must retain the above copyright notice, this
13+
list of conditions and the following disclaimer.
14+
15+
* Redistributions in binary form must reproduce the above copyright notice,
16+
this list of conditions and the following disclaimer in the documentation
17+
and/or other materials provided with the distribution.
18+
19+
* Neither the name of the copyright holder nor the names of its
20+
contributors may be used to endorse or promote products derived from
21+
this software without specific prior written permission.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
27+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
31+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33+
```
34+
## GeoAPI.CoordinateSystems
35+
```
36+
GeoAPI is a set of .NET contracts and classes written in C# that
37+
define the fundamental operations required to validate a given
38+
geo-spatial data set to a known topological specification.
39+
40+
Copyright (C) 2005-2014 NetTopologySuite team
41+
42+
This library is free software; you can redistribute it and/or
43+
modify it under the terms of the GNU Lesser General Public
44+
License as published by the Free Software Foundation; either
45+
version 2.1 of the License, or (at your option) any later version.
46+
47+
This library is distributed in the hope that it will be useful,
48+
but WITHOUT ANY WARRANTY; without even the implied warranty of
49+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50+
Lesser General Public License for more details.
51+
52+
You should have received a copy of the GNU Lesser General Public
53+
License along with this library; if not, write to the Free Software
54+
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
55+
56+
For more information, please visit: https://github.com/NetTopologySuite/GeoAPI
57+
```

0 commit comments

Comments
 (0)