Changes between Version 5 and Version 6 of DevWikiProvenanceReview

Show
Ignore:
Timestamp:
05/04/11 09:47:05 (2 years ago)
Author:
chodgson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiProvenanceReview

    v5 v6  
    44 
    55= Included !Components/Libraries = 
     6 
     7 * Autoconf - stuff generated by autoconf and some helper macros 
     8   * /autogen.sh - I suspect this is copied from something, but it's almost certainly free or X/MIT-style 
     9   * /macros/* - m4 autoconf macros - all of these are either GPL or public domain (many are from GNU gettext) 
     10 * libtool 
     11   * /libtool 
     12   * /config.rpath - libtool helper - X-style free license from FSF 
     13 * OGC test suite 
     14   * /extras/ogc_test_suite/schema.sql, queries.sql - OGC testing license, references http://www.opengis.org/testing/ which doesn't exist anymore 
     15 * 2010 Tiger geocoder - refers to being taken from Steven Frost's git repository (http://www.snowman.net/git/tiger_geocoder/) 
     16   * /extras/tiger_geocoder/tiger_2010/* 
     17 * install-sh 
     18   * /install-sh - X license from X11R6 
     19 * Shapelib - several files copied form shapelib, possibly modified, under X/MIT License from Frank Warmerdam 
     20   * /loader/dbfopen.c 
     21   * /loader/safileio.c 
     22   * /loader/shapefil.h 
     23   * /loader/shpopen.c 
     24 * Getopt - command line option handling library - public domain from AT&T 
     25   * /loader/getopt.c 
     26   * /loader/getopt.h 
     27 * PG-raster - the PostGIS Raster project merged into PostGIS recently 
     28   * /raster/* - various files in here specify GPL v3 in their headers 
     29 
     30 
     31= !Copyright/Licensing Issues = 
     32 
     33Mloskot did a quick search for "copyright" to start this off: [http://trac.osgeo.org/postgis/attachment/ticket/840/trunk-r6856-copyright-grep.txt ] 
    634 
    735 * /autogen.sh - I suspect this is copied from something, but it's almost certainly free or X/MIT-style 
     
    1846 * /raster/* - various files in here specify GPL v3 in their headers 
    1947 
    20  
    21 = !Copyright/Licensing Issues = 
    22  
    23 Mloskot did a quick search for "copyright" to start this off: [http://trac.osgeo.org/postgis/attachment/ticket/840/trunk-r6856-copyright-grep.txt ] 
    24