| 1 | = FDO RFC 72 - Update WFS provider to support 2.0.0 = |
| 2 | |
| 3 | This page contains an change request (RFC) for the FDO Open Source project. |
| 4 | More FDO RFCs can be found on the [wiki:FDORfcs RFCs] page. |
| 5 | |
| 6 | |
| 7 | == Status == |
| 8 | |
| 9 | ||RFC Template Version||(1.0)|| |
| 10 | ||Submission Date|| April 26, 2018 || |
| 11 | ||Last Modified|| Greg Boone - April 26, 2018|| |
| 12 | ||Author||Greg Boone|| |
| 13 | ||RFC Status||In Progress|| |
| 14 | ||Implementation Status|||| |
| 15 | ||Proposed Milestone||4.2.0.0|| |
| 16 | ||Assigned PSC guide(s)||Greg Boone|| |
| 17 | ||'''Voting History'''|| || |
| 18 | ||+1||Jackie, Greg, Simon || |
| 19 | ||+0|| || |
| 20 | ||-0|| || |
| 21 | ||-1|| || |
| 22 | |
| 23 | == Overview == |
| 24 | |
| 25 | FDO now complies with LGPL v2.1 licensing. |
| 26 | |
| 27 | Re-reading the terms of LGPL 2.1, David Ji indicated that LGPL specifies certain limitations when dealing with static linkage to open source libraries. |
| 28 | |
| 29 | Please refer to reference - https://stackoverflow.com/questions/10130143/gpl-lgpl-and-static-linking. |
| 30 | |
| 31 | There are a series of !GenericRdbms projects in FDO which are designed and configured as static libraries, e.g. providersCommon, schemaMgr, smLogicalPhysical and so on. It would not be possible to create a new !GenericRdbms 3rd party provider without using those static libraries. |
| 32 | |
| 33 | The FDO Steering Committee suggests that the FDO project add an exception to the LPGL license to allow 3rd party developers to link to a published set open source projects. This can mitigate misunderstanding and potential legal risks for our developers. |
| 34 | |
| 35 | Please refer to https://trac.osgeo.org/fdo/ticket/950 for additional details. |
| 36 | |
| 37 | == Motivation == |
| 38 | |
| 39 | Clarify the FDO LPGL license requirements for FDO GenericRdbs Provider development. |
| 40 | |
| 41 | == Proposed Solution == |
| 42 | |
| 43 | Update the FDO License agreement to provide static library exceptions for the following: |
| 44 | |
| 45 | Static libraries: |
| 46 | |
| 47 | !ProvidersCommon.lib \\ |
| 48 | !FdoGenericOra.lib \\ |
| 49 | Gdbi_Oracle.lib \\ |
| 50 | !GrdSchemaMgr.lib \\ |
| 51 | !LockManager.lib \\ |
| 52 | !LongTransactionManager.lib \\ |
| 53 | !SchemaMgrNew.lib \\ |
| 54 | SchemaMgr_LPNew.lib \\ |
| 55 | SchemaMgr_OVNew.lib \\ |
| 56 | SchemaMgr_PHNew.lib \\ |
| 57 | FDONLS.lib \\ |
| 58 | |
| 59 | Corresponding project names: \\ |
| 60 | |
| 61 | Utilities\Common\!FdoCommon.vcxproj \\ |
| 62 | Providers\!GenericRdbms\Src\Fdo\Fdo_Oracle.vcxproj \\ |
| 63 | Providers\!GenericRdbms\Src\Gdbi\Gdbi_Oracle.vcxproj \\ |
| 64 | Providers\!GenericRdbms\Src\!SchemaMgr\!GrdSchemaMgr.vcxproj \\ |
| 65 | Providers\!GenericRdbms\Src\!LockManager\!LockManager.vcxproj \\ |
| 66 | Providers\!GenericRdbms\Src\!LongTransactionManager\!LongTransactionManager.vcxproj \\ |
| 67 | Utilities\!SchemaMgr\!SchemaMgr.vcxproj \\ |
| 68 | Utilities\!SchemaMgr\!LogicalPhysical.vcxproj \\ |
| 69 | Utilities\!SchemaMgr\Overrides.vcxproj \\ |
| 70 | Utilities\!SchemaMgr\Physical.vcxproj \\ |
| 71 | Fdo\Unmanaged\Nls.vcxproj \\ |
| 72 | |
| 73 | == Implications == |
| 74 | |
| 75 | FDO will adopt a custom licensing scheme that uses LPGL 2.1 as a base but provides the necessary exceptions. |
| 76 | |
| 77 | == Test Plan == |
| 78 | |
| 79 | N/A |
| 80 | |
| 81 | == !Funding/Resources == |
| 82 | |
| 83 | N/A |