Skip to content

Commit 4eb4127

Browse files
committed
Restore original license terms.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5460 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent 834d325 commit 4eb4127

File tree

2 files changed

+56
-4
lines changed

2 files changed

+56
-4
lines changed

liblwgeom/stringbuffer.c

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,34 @@
55
* Copyright 2002 Thamer Alharbash
66
* Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
77
*
8-
* This is free software; you can redistribute and/or modify it under
9-
* the terms of the GNU General Public Licence. See the COPYING file.
8+
* Redistribution and use in source and binary forms, with or
9+
* without modification, are permitted provided that the following
10+
* conditions are met:
11+
*
12+
* Redistributions of source code must retain the above copyright
13+
* notice, this list of conditions and the following disclaimer.
14+
*
15+
* Redistributions in binary form must reproduce the above
16+
* copyright notice, this list of conditions and the following
17+
* disclaimer in the documentation and/or other materials provided
18+
* with the distribution.
19+
*
20+
* The name of the author may not be used to endorse or promote
21+
* products derived from this software without specific prior
22+
* written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
25+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
26+
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
27+
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
28+
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
30+
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
32+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
34+
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35+
* THE POSSIBILITY OF SUCH DAMAGE.
1036
*
1137
**********************************************************************/
1238

liblwgeom/stringbuffer.h

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,34 @@
55
* Copyright 2002 Thamer Alharbash
66
* Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
77
*
8-
* This is free software; you can redistribute and/or modify it under
9-
* the terms of the GNU General Public Licence. See the COPYING file.
8+
* Redistribution and use in source and binary forms, with or
9+
* without modification, are permitted provided that the following
10+
* conditions are met:
11+
*
12+
* Redistributions of source code must retain the above copyright
13+
* notice, this list of conditions and the following disclaimer.
14+
*
15+
* Redistributions in binary form must reproduce the above
16+
* copyright notice, this list of conditions and the following
17+
* disclaimer in the documentation and/or other materials provided
18+
* with the distribution.
19+
*
20+
* The name of the author may not be used to endorse or promote
21+
* products derived from this software without specific prior
22+
* written permission.
23+
*
24+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
25+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
26+
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
27+
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
28+
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29+
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
30+
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
32+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
34+
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35+
* THE POSSIBILITY OF SUCH DAMAGE.
1036
*
1137
**********************************************************************/
1238

0 commit comments

Comments
 (0)