Updating the MapServer README...

Normand Savard nsavard at MAPGEARS.COM
Wed Feb 6 16:15:46 EST 2008


Steve Lime wrote:

>I think I would lave the notes where they are and just assume the "Notes:" as a valid portion of the
>header even if most files don't have them. If moved below the license I don't think folks will see
>them.
>
>  
>
Steve,

That's good.  I have a question though I don't want to be too picky but 
do the notes have to begin with the "Notes:"?

Below is an example of a different type of note.  Do I keep it as is?  
If the answer is yes then I would assume that almost any text could 
appear between the author and the copyright.

Norm

[nsavard at localhost mapserver-trunk-sourceheader]$ more mapcpl.c
/******************************************************************************
 * $Id: mapcpl.c 6428 2007-07-31 19:58:45Z dmorissette $
 *
 * Project:  MapServer
 * Purpose:  Functions copied from GDAL's CPL.
 * Author:   Y. Assefa, DM Solutions Group (assefa at dmsolutions.ca)
 *
 * This file contain utility functions that come from the GDAL/OGR cpl
 * library. The idea behind it is to have access in mapserver to all these
 * utilities, without being constrained to link with GDAL/OGR.
 * Note : Names of functions used here are the same as those in the cpl
 *         library with the exception the the CPL prefix is changed to ms
 *         (eg : CPLGetBasename() would become msGetBasename())
 *
 ******************************************************************************
 * Copyright (c) 1996-2005 Regents of the University of Minnesota.
 *
 * 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.
 ****************************************************************************/
 



More information about the mapserver-dev mailing list