Changeset 13786

Show
Ignore:
Timestamp:
02/14/08 20:54:27 (5 months ago)
Author:
ilucena
Message:

Adding S.Moratto copyright

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ilucena/swig/include/delphi/cpl.i

    r13782 r13786  
     1/****************************************************************************** 
     2 * $Id: $ 
     3 * 
     4 * Name:     cpl.i 
     5 * Project:  GDAL SWIG Interface 
     6 * Purpose:  Typemaps for Delphi bindings 
     7 * Author:   Stefano Moratto 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com>  
     10 */ 
     11  
    112/* File : example.i */ 
    213%module cpl 
  • sandbox/ilucena/swig/include/delphi/gdal.i

    r13781 r13786  
     1/****************************************************************************** 
     2 * $Id: $ 
     3 * 
     4 * Name:     gdal.i 
     5 * Project:  GDAL SWIG Interface 
     6 * Purpose:  Typemaps for Delphi bindings 
     7 * Author:   Stefano Moratto 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com>  
     10 */ 
     11 
    112//-delphi -opaquerecord -noproxy -I$(ProgramFiles)\FWTOOLS2.0.3\include gdal.i  
    213 
  • sandbox/ilucena/swig/include/delphi/ogr_api.i

    r13782 r13786  
     1/****************************************************************************** 
     2 * $Id: $ 
     3 * 
     4 * Name:     ogr_api.i 
     5 * Project:  GDAL SWIG Interface 
     6 * Purpose:  Typemaps for Delphi bindings 
     7 * Author:   Stefano Moratto 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com>  
     10 */ 
     11 
    112%module ogr_api 
    213%include "typemaps.i" 
  • sandbox/ilucena/swig/include/delphi/ogr_core.i

    r13782 r13786  
     1/****************************************************************************** 
     2 * $Id: $ 
     3 * 
     4 * Name:     ogr_core.i 
     5 * Project:  GDAL SWIG Interface 
     6 * Purpose:  Typemaps for Delphi bindings 
     7 * Author:   Stefano Moratto 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com>  
     10 */ 
     11 
    112/* File : example.i */ 
    213%module ogr_core 
  • sandbox/ilucena/swig/include/delphi/ogr_srs_api.i

    r13782 r13786  
     1/****************************************************************************** 
     2 * $Id: $ 
     3 * 
     4 * Name:     ogr_srs_api.i 
     5 * Project:  GDAL SWIG Interface 
     6 * Purpose:  Typemaps for Delphi bindings 
     7 * Author:   Stefano Moratto 
     8 ****************************************************************************** 
     9 * Copyright (c) 2008, Stefano Moratto <stefano.moratto@gmail.com>  
     10 */ 
     11 
    112%module ogr_srs_api 
    213%include "typemaps.i"