[mapserver-commits] r7803 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Wed Jul 9 01:17:40 EDT 2008


Author: sdlime
Date: 2008-07-09 01:17:40 -0400 (Wed, 09 Jul 2008)
New Revision: 7803

Modified:
   trunk/mapserver/mapgd.c
Log:
Update notes section of license header.

Modified: trunk/mapserver/mapgd.c
===================================================================
--- trunk/mapserver/mapgd.c	2008-07-09 05:17:11 UTC (rev 7802)
+++ trunk/mapserver/mapgd.c	2008-07-09 05:17:40 UTC (rev 7803)
@@ -5,6 +5,10 @@
  * Purpose:  GD rendering and other GD related functions.
  * Author:   Steve Lime and the MapServer team.
  *
+ * Notes: Some code (notably msImageCopyMerge()) are directly derived from GD. 
+ * See the mapserver/GD-COPYING file for the GD license.  Use of this code in 
+ * this manner is compatible with the MapServer license.
+ *
  ******************************************************************************
  * Copyright (c) 1996-2005 Regents of the University of Minnesota.
  *
@@ -25,15 +29,7 @@
  * 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.
- ******************************************************************************
- *
- * Derivation From GD
- * ------------------
- * Some code (notably msImageCopyMerge()) are directly derived from GD.  See
- * The mapserver/GD-COPYING file for the GD license.  Use of this code in this
- * manner is compatible with the MapServer license.
- *
- */
+ ******************************************************************************/
 
 #include "mapserver.h"
 #include "mapthread.h"



More information about the mapserver-commits mailing list