Changes between Version 5 and Version 6 of rfc34_license_policy


Ignore:
Timestamp:
Jan 30, 2011, 8:55:19 AM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc34_license_policy

    v5 v6  
    9696Please let me know of other drivers needing marking.
    9797
     98== SWIG Bindings ==
     99
     100Some (all?) swig bindings automatically call GDALAllRegister() and/or OGRRegisterAll() at the point the bindings are loaded making it hard to set the application level GDAL_LICENSE_POLICY in a script before the registration takes place.  To address that I believe we should expose the AutoSkipDrivers() methods via SWIG so that scripts can set the policy and then "clean" the drivers based on the policy in force.
     101
    98102== Test Suite ==
    99103
     
    106110== Implementation ==
    107111
    108 Frank Warmerdam will implement this in trunk. 
     112Frank Warmerdam will do the core implementation in trunk.  Driver maintainers may need to update the metadata for particular drivers.
     113 
    109114