Changeset 653

Show
Ignore:
Timestamp:
05/02/08 17:34:54 (14 months ago)
Author:
hobu
Message:

oops missed one

Location:
trunk/include/liblas
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/liblas/detail/file.hpp

    r651 r653  
    1 // $Id$ 
    2 // 
    3 // (C) Copyright Howard Butler 2008 
    4 // (C) Copyright Mateusz Loskot 2008, mateusz@loskot.net 
    5 // Distributed under the BSD License 
    6 // (See accompanying file LICENSE.txt or copy at 
    7 // http://www.opensource.org/licenses/bsd-license.php) 
    8 // 
     1/****************************************************************************** 
     2 * $Id$ 
     3 * 
     4 * Project:  libLAS - http://liblas.org - A BSD library for LAS format data. 
     5 * Purpose:  A composite class to handle read/write operations 
     6 * Author:   Mateusz Loskot, mateusz@loskot.net 
     7 * 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Mateusz Loskot 
     10 * Copyright (c) 2008, Howard Butler 
     11 * 
     12 * All rights reserved. 
     13 *  
     14 * Redistribution and use in source and binary forms, with or without  
     15 * modification, are permitted provided that the following  
     16 * conditions are met: 
     17 *  
     18 *     * Redistributions of source code must retain the above copyright  
     19 *       notice, this list of conditions and the following disclaimer. 
     20 *     * Redistributions in binary form must reproduce the above copyright  
     21 *       notice, this list of conditions and the following disclaimer in  
     22 *       the documentation and/or other materials provided  
     23 *       with the distribution. 
     24 *     * Neither the name of the Martin Isenburg or Iowa Department  
     25 *       of Natural Resources nor the names of its contributors may be  
     26 *       used to endorse or promote products derived from this software  
     27 *       without specific prior written permission. 
     28 *  
     29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS  
     30 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT  
     31 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS  
     32 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE  
     33 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  
     34 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,  
     35 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS  
     36 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED  
     37 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,  
     38 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT  
     39 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY  
     40 * OF SUCH DAMAGE. 
     41 ****************************************************************************/ 
     42 
    943#ifndef LIBLAS_DETAIL_FILE_HPP_INCLUDED 
    1044#define LIBLAS_DETAIL_FILE_HPP_INCLUDED 
  • trunk/include/liblas/lasrecordheader.hpp

    r651 r653  
    4040 ****************************************************************************/ 
    4141 
    42 // // $Id$ 
    43 // 
    44 // (C) Copyright Phil Vachon 2008, philippe@cowpig.ca 
    45 // Distributed under the BSD License 
    46 // (See accompanying file LICENSE.txt or copy at 
    47 // http://www.opensource.org/licenses/bsd-license.php) 
    48 // 
    4942#ifndef LIBLAS_LASRECORDHEADER_HPP_INCLUDED 
    5043#define LIBLAS_LASRECORDHEADER_HPP_INCLUDED