-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As part of the Smart Columbus Program Management Plan under section 13.4 titled "Partner Awards" the "USDOT strongly prefers that the Recipient acquire and develop open source technologies throughout the course of the SCC Demonstration and that any code developed for the project is, via contract or equivalent mechanism, open source and available for license-free use and enhancement by third parties"
Full quote:
Preference for open source tools
The USDOT strongly prefers that the Recipient acquire and develop open source technologies throughout the course of the SCC Demonstration and that any code developed for the project is, via contract or equivalent mechanism, open source and available for license-free use and enhancement by third parties. Data rights under the Award shall be in accordance with 2 CFR 200.315, Intangible property.
The platform developed is already considering open source technologies and tools. We must also research and evaluate the various open source / free software licenses. We should end with choosing at least 1 license for the software produced but also allow for different licenses to be utilized. The primary concern / thought on multiple licenses is if, for instance, we are extending or linking against software which has restrictions for doing so.
A non-exhaustive list of possible licenses we should be evaluating:
- The GNU General Public License
- Linking against v3, we could look at older editions
- The GNU Lesser General Public License
- The GNU Affero General Public License
- We will need to be cautious here. Licenses of existing in-use software as well as many other issues needs to be considered.
- MIT
- Apache
- Likely we would want to evaluate V2
- Mozilla Public License
- likely just using V2
- Eclipse public license
- BSD
- ISC
- Ref the wikipedia page for highlights
We could look at the creative commons however these are not really geared towards software and more towards documents and artistic creations ( drawings, graphics, audio and the like)