Changeset 889

Show
Ignore:
Timestamp:
09/28/08 00:17:22 (3 months ago)
Author:
hobu
Message:

more licensing documentation, cleanups, and some keywords

Location:
trunk
Files:
15 modified

Legend:

Unmodified
Added
Removed
  • trunk/HOWTORELEASE.txt

    • Property svn:keywords changed from Rev Date to Rev Date Id Author
    r860 r889  
    9696   new release. 
    9797 
     98$Id$ 
  • trunk/LICENSE.txt

    • Property svn:mime-type set to text/x-rst
    r379 r889  
     1libLAS Main License 
     2============================================================================== 
     3 
    14Copyright (c) 2007, Martin Isenburg isenburg@cs.unc.edu  
    25Copyright (c) 2008, Howard Butler hobu.inc@gmail.com 
    36Copyright (c) 2008, Mateusz Loskot mateusz@loskot.net 
    47Copyright (c) 2008, Phil Vachon philippe@cowpig.ca 
     8Copyright (c) 2008, Frank Warmerdam warmerdam@pobox.com 
     9Copyright (c) 2008, Martin Rodriguez mrodriguez@stereocarto.com 
    510 
    611All rights reserved. 
     
    3338OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY  
    3439OF SUCH DAMAGE. 
     40 
     41include/liblas/cstdint.hpp 
     42============================================================================== 
     43 
     44This file has been stolen from <boost/cstdint.hpp> and 
     45modified for libLAS purposes. 
     46 
     47(C) Copyright Mateusz Loskot 2007, mateusz@loskot.net 
     48(C) Copyright Phil Vachon 2007, philippe@cowpig.ca 
     49(C) Copyright John Maddock 2001 
     50(C) Copyright Jens Mauer 2001 
     51(C) Copyright Beman Dawes 1999 
     52  
     53Boost Software License - Version 1.0 - August 17th, 2003 
     54 
     55Permission is hereby granted, free of charge, to any person or organization 
     56obtaining a copy of the software and accompanying documentation covered by 
     57this license (the "Software") to use, reproduce, display, distribute, 
     58execute, and transmit the Software, and to prepare derivative works of the 
     59Software, and to permit third-parties to whom the Software is furnished to 
     60do so, all subject to the following: 
     61 
     62The copyright notices in the Software and this entire statement, including 
     63the above license grant, this restriction and the following disclaimer, 
     64must be included in all copies of the Software, in whole or in part, and 
     65all derivative works of the Software, unless such copies or derivative 
     66works are solely in the form of machine-executable object code generated by 
     67a source language processor. 
     68 
     69THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     70IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     71FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 
     72SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 
     73FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 
     74ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
     75DEALINGS IN THE SOFTWARE. 
     76 
     77include/liblas/detail/endian.hpp 
     78============================================================================== 
     79 
     80This file has been stolen from <boost/endian.hpp> and 
     81modified for libLAS purposes. 
     82 
     83(C) Copyright Mateusz Loskot 2007, mateusz@loskot.net 
     84(C) Copyright Caleb Epstein 2005 
     85(C) Copyright John Maddock 2006 
     86 
     87Boost Software License - Version 1.0 - August 17th, 2003 
     88 
     89Permission is hereby granted, free of charge, to any person or organization 
     90obtaining a copy of the software and accompanying documentation covered by 
     91this license (the "Software") to use, reproduce, display, distribute, 
     92execute, and transmit the Software, and to prepare derivative works of the 
     93Software, and to permit third-parties to whom the Software is furnished to 
     94do so, all subject to the following: 
     95 
     96The copyright notices in the Software and this entire statement, including 
     97the above license grant, this restriction and the following disclaimer, 
     98must be included in all copies of the Software, in whole or in part, and 
     99all derivative works of the Software, unless such copies or derivative 
     100works are solely in the form of machine-executable object code generated by 
     101a source language processor. 
     102 
     103THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
     104IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     105FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 
     106SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 
     107FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 
     108ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
     109DEALINGS IN THE SOFTWARE. 
     110 
     111include/liblas/detail/sha1.hpp 
     112============================================================================== 
     113 
     114Copyright (C) 1998 
     115Paul E. Jones <paulej@arid.us> 
     116All Rights Reserved. 
     117This software is licensed as "freeware."  Permission to distribute 
     118this software in source and binary forms is hereby granted without 
     119a fee.  THIS SOFTWARE IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED 
     120OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     121WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
     122THE AUTHOR SHALL NOT BE HELD LIABLE FOR ANY DAMAGES RESULTING 
     123FROM THE USE OF THIS SOFTWARE, EITHER DIRECTLY OR INDIRECTLY, INCLUDING, 
     124BUT NOT LIMITED TO, LOSS OF DATA OR DATA BEING RENDERED INACCURATE. 
     125 
     126include/liblas/detail/sharedptr.hpp 
     127============================================================================== 
     128 
     129The SharedPtr class is based on implementation of CountedPtr 
     130from the book "The C++ Standard Library - A Tutorial and Reference".  It is  
     131released under the main libLAS licensing terms. 
     132 
     133(C) Copyright Nicolai M. Josuttis 1999 
     134(C) Copyright Mateusz Loskot 2008, mateusz@loskot.net (modifications) 
     135 
     136python/tests/test_doctests.py 
     137============================================================================== 
     138 
     139Copyright (c) 2007, Sean C. Gillies sgillies@frii.com 
     140All rights reserved. 
     141 
     142Redistribution and use in source and binary forms, with or without 
     143modification, are permitted provided that the following conditions are met: 
     144 
     145    * Redistributions of source code must retain the above copyright 
     146      notice, this list of conditions and the following disclaimer. 
     147    * Redistributions in binary form must reproduce the above copyright 
     148      notice, this list of conditions and the following disclaimer in the 
     149      documentation and/or other materials provided with the distribution. 
     150    * Neither the name of Sean C. Gillies nor the names of 
     151      its contributors may be used to endorse or promote products derived from 
     152      this software without specific prior written permission. 
     153 
     154THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
     155AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     156IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
     157ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
     158LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
     159CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
     160SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
     161INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
     162CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
     163ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
     164POSSIBILITY OF SUCH DAMAGE. 
     165 
     166src/Verson.rc 
     167============================================================================== 
     168 
     169Copyright (c) 2005, Frank Warmerdam <warmerdam@pobox.com> 
     170 
     171All rights reserved. 
     172 
     173Permission is hereby granted, free of charge, to any person obtaining a 
     174copy of this software and associated documentation files (the "Software"), 
     175to deal in the Software without restriction, including without limitation 
     176the rights to use, copy, modify, merge, publish, distribute, sublicense, 
     177and/or sell copies of the Software, and to permit persons to whom the 
     178Software is furnished to do so, subject to the following conditions: 
     179 
     180The above copyright notice and this permission notice shall be included 
     181in all copies or substantial portions of the Software. 
     182 
     183THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
     184OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     185FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
     186THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     187LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
     188FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
  • trunk/README

    r886 r889  
    235235.. _`GDAL`: http://www.gdal.org 
    236236.. _`OSGeo4W`: http://wiki.osgeo.org/wiki/OSGeo_Win32_Installer 
     237 
     238""" 
     239 
     240$Id$ 
     241 
  • trunk/include/liblas/detail/endian.hpp

    r813 r889  
    66 * Author:   Mateusz Loskot, mateusz@loskot.net 
    77 * 
    8  * This file has been stolen from <boost/cstdint.hpp> and 
     8 * This file has been stolen from <boost/endian.hpp> and 
    99 * modified for libLAS purposes. 
    1010 *  
  • trunk/include/liblas/lasrecordheader.hpp

    r816 r889  
    88 ****************************************************************************** 
    99 * Copyright (c) 2008, Phil Vachon 
     10 * Copyright (c) 2008, Howard Butler 
    1011 * 
    1112 * All rights reserved. 
  • trunk/python/liblas/core.py

    r888 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python ctypes function calls 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/liblas/file.py

    r813 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python LASFile implementation 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/liblas/guid.py

    r813 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python LASGUID implementation 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/liblas/header.py

    r867 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python LASHeader implementation 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/liblas/point.py

    r813 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python LASPoint implementation 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/liblas/vlr.py

    r888 r889  
    44 * 
    55 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    6  * Purpose:  Main prototypes for the libLAS C API 
     6 * Purpose:  Python VLR implementation 
    77 * Author:   Howard Butler, hobu.inc@gmail.com 
    88 * 
  • trunk/python/setup.py

    • Property svn:keywords set to Id Author Revision Date
    r885 r889  
     1""" 
     2$Id$ 
     3 
     4""" 
    15from setuptools import setup, Extension 
    26from sys import version_info 
    37 
    4 readme = file('../README','rb').read() 
     8try: 
     9    readme = file('../README','rb').read() 
     10except: 
     11    readme = '' 
     12 
    513# Require ctypes egg only for Python < 2.5 
    614install_requires = ['setuptools'] 
  • trunk/python/tests/test_doctests.py

    • Property svn:keywords set to Id Author Date Version
    r545 r889  
    1 #from Shapely http://trac.gispython.org/projects/PCL/browser/Shapely/trunk/tests/test_doctests.py 
     1""" 
     2/****************************************************************************** 
     3 * $Id$ 
     4 * 
     5 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
     6 * Purpose:  A script to marshal .txt files into Python doctests 
     7 * Author:   Sean C. Gillies, sgillies@frii.com 
     8 * 
     9 ****************************************************************************** 
     10 * 
     11 * This file is from the Shapely project: 
     12 * http://trac.gispython.org/projects/PCL/browser/Shapely/trunk/tests/test_doctests.py 
     13 * 
     14 * Copyright (c) 2007, Sean C. Gillies 
     15 * All rights reserved. 
     16 *  
     17 * Redistribution and use in source and binary forms, with or without 
     18 * modification, are permitted provided that the following conditions are met: 
     19 *  
     20 *     * Redistributions of source code must retain the above copyright 
     21 *       notice, this list of conditions and the following disclaimer. 
     22 *     * Redistributions in binary form must reproduce the above copyright 
     23 *       notice, this list of conditions and the following disclaimer in the 
     24 *       documentation and/or other materials provided with the distribution. 
     25 *     * Neither the name of Sean C. Gillies nor the names of 
     26 *       its contributors may be used to endorse or promote products derived from 
     27 *       this software without specific prior written permission. 
     28 *  
     29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
     30 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     31 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
     32 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
     33 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
     34 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
     35 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
     36 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
     37 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
     38 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
     39 * POSSIBILITY OF SUCH DAMAGE. 
     40 **** 
     41""" 
    242 
    343import doctest 
  • trunk/src/Version.rc

    • Property svn:keywords set to Id Auther Revision Date
    r852 r889  
    11/****************************************************************************** 
    2  * $Id: lasheader.cpp 816 2008-07-31 00:04:36Z mloskot $ 
     2 * $Id$ 
    33 * 
    44 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
     
    2121 * All rights reserved. 
    2222 *  
    23  * Redistribution and use in source and binary forms, with or without  
    24  * modification, are permitted provided that the following  
    25  * conditions are met: 
    2623 *  
    27  *     * Redistributions of source code must retain the above copyright  
    28  *       notice, this list of conditions and the following disclaimer. 
    29  *     * Redistributions in binary form must reproduce the above copyright  
    30  *       notice, this list of conditions and the following disclaimer in  
    31  *       the documentation and/or other materials provided  
    32  *       with the distribution. 
    33  *     * Neither the name of the Martin Isenburg or Iowa Department  
    34  *       of Natural Resources nor the names of its contributors may be  
    35  *       used to endorse or promote products derived from this software  
    36  *       without specific prior written permission. 
     24 * Permission is hereby granted, free of charge, to any person obtaining a 
     25 * copy of this software and associated documentation files (the "Software"), 
     26 * to deal in the Software without restriction, including without limitation 
     27 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 
     28 * and/or sell copies of the Software, and to permit persons to whom the 
     29 * Software is furnished to do so, subject to the following conditions: 
    3730 *  
    38  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS  
    39  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT  
    40  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS  
    41  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE  
    42  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  
    43  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,  
    44  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS  
    45  * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED  
    46  * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,  
    47  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT  
    48  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY  
    49  * OF SUCH DAMAGE. 
     31 * The above copyright notice and this permission notice shall be included 
     32 * in all copies or substantial portions of the Software. 
     33 *  
     34 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
     35 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
     36 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
     37 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
     38 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
     39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
     40 * DEALINGS IN THE SOFTWARE. 
     41 *  
    5042 ****************************************************************************/ 
    5143 
  • trunk/src/las_c_api.cpp

    r888 r889  
    44 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
    55 * Purpose:  C API for libLAS 
    6  * Author:   Howard Butler, hobu.inc@gmail.com 
     6 * Author:   Howard Butler, hobu.inc@gmail.com, but I'm not proud of it.   
     7 *           I also swiped a lot of it from GDAL. 
    78 * 
    89 ******************************************************************************