Standardized source header

Normand Savard nsavard at MAPGEARS.COM
Wed Feb 6 16:31:33 EST 2008


Yet another question.  What do you think?  I propose to modify the 
following header down below found in maporaclespatial.c to look like this:

/******************************************************************************
 * $Id: $
 *
 * Project:    MapServer
 * Purpose:  Oracle Spatial (SDO) support for MapServer.
 * Authors:  Fernando Simon (fsimon at univali.br)
 *                 Rodrigo Becke Cabral (cabral at univali.br)
 *                 Adriana Gomes Alves
 *
 * Notes:
 * This piece for MapServer was originally developed under the funding of
 * agreement n.45/00 between CTTMAR/UNIVALI (www.cttmar.univali.br)
 * and CEPSUL/IBAMA (www.ibama.gov.br).
 * Current development is funded by CNPq (www.cnpq.br) under
 * process 401263.03-7
 * and FUNCITEC (www.funcitec.rct-sc.br) under process FCTP1523-031.
 *
 *  MapServer: MapServer 4.8-rc1 
(cvs)                                       *
 *  Oracle: Oracle 9.2 Spatial Cartridge 9.2 release 
9.0.1                   *
 *
 * Last five fixed bugs:
 *  #1662, #1736, #1845, #1961, #2056
 * Unsolved bugs yet:
 *  #1846, #2129, #2179
 *
 * Using OracleSpatial:
 * - CONNECTIONTYPE oraclespatial
 * - CONNECTION 'username/password at database'
 * - DATA 'geometry_column FROM <table>'
 *   or
 *   DATA 'geometry_column FROM <table> [USING UNIQUE <column>' SRID 
#srid <function> VERSION <vcode>]'
 *       <function> can be:
 *           'FILTER', 'RELATE', GEOMRELATE' or 'NONE'
 *       <vcode> can be:
 *           '8i', '9i' or '10g'
 *
 *       <table> can be:
 *            One database table name
 *       or:
 *            (SELECT stmt)
 * - Parts of the CONNECTION string may be encrypted, see MS-RFC-18
 *
 ******************************************************************************
 * Copyright (c) 1996-2005 CTTMAR/UNIVALI  and CEPSUL/IBAMA.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the 
"Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be 
included in
 * all copies of this Software or works derived from this Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 
OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 *****************************************************************************/


Header found in maporaclespatial.c starts here:



/*****************************************************************************
 *             -- Oracle Spatial (SDO) support for MapServer 
--              *
 *                                                                           
*
 *  Authors: Fernando Simon 
(fsimon at univali.br)                              *
 *           Rodrigo Becke Cabral 
(cabral at univali.br)                        *
 *  Collaborator: Adriana Gomes 
Alves                                        *
 *  MapServer: MapServer 4.8-rc1 
(cvs)                                       *
 *  Oracle: Oracle 9.2 Spatial Cartridge 9.2 release 
9.0.1                   *
 *                                                                           
*
 *****************************************************************************
 = This piece for MapServer was originally developed under the funding of
 = agreement n.45/00 between CTTMAR/UNIVALI (www.cttmar.univali.br)
 = and CEPSUL/IBAMA (www.ibama.gov.br).
 *****************************************************************************
 = Current development is funded by CNPq (www.cnpq.br) under
 = process 401263.03-7
 = and FUNCITEC (www.funcitec.rct-sc.br) under process FCTP1523-031.
 *****************************************************************************
 * $Id: maporaclespatial.c 6925 2007-10-04 00:35:02Z hobu $
 *****************************************************************************
 * Last five fixed bugs:
 *  #1662, #1736, #1845, #1961, #2056
 * Unsolved bugs yet:
 *  #1846, #2129, #2179
 *
 * Using OracleSpatial:
 * - CONNECTIONTYPE oraclespatial
 * - CONNECTION 'username/password at database'
 * - DATA 'geometry_column FROM <table>'
 *   or
 *   DATA 'geometry_column FROM <table> [USING UNIQUE <column>' SRID 
#srid <function> VERSION <vcode>]'
 *       <function> can be:
 *           'FILTER', 'RELATE', GEOMRELATE' or 'NONE'
 *       <vcode> can be:
 *           '8i', '9i' or '10g'
 *
 *       <table> can be:
 *            One database table name
 *       or:
 *            (SELECT stmt)
 * - Parts of the CONNECTION string may be encrypted, see MS-RFC-18
 *
 *****************************************************************************
 * Notices above shall be included in all copies or portions of the 
software.
 * This piece is provided "AS IS", without warranties of any kind. Got it?
 *****************************************************************************/



More information about the mapserver-dev mailing list