Dates and Events: |
OSADL Articles:
2023-11-12 12:00
Open Source License Obligations Checklists even better nowImport the checklists to other tools, create context diffs and merged lists
2022-07-11 12:00
Call for participation in phase #4 of Open Source OPC UA open62541 support projectLetter of Intent fulfills wish list from recent survey
2022-01-13 12:00
Phase #3 of OSADL project on OPC UA PubSub over TSN successfully completedAnother important milestone on the way to interoperable Open Source real-time Ethernet has been reached
2021-02-09 12:00
Open Source OPC UA PubSub over TSN project phase #3 launchedLetter of Intent with call for participation is now available |
1. PHP script to populate an interactive compatibility checker using sequentially indexed JSON array
Without explanations - With explanations
Widget in actionCode to generate the above widget (to be placed on Web server)
2. Same as above, but maintaining a local copy of the data file and using static HTML code for "client-only" operation
(Please note that with this approach, it is the user's responsibility to ensure that the local copy of the data file is up to date.)
Web page in actionCode to generate the above Web page (to be loaded into browser)
3. PHP script to generate a list of compatible and incompatible licenses of a given leading license
Without explanations - With explanations
Widget in actionCode to generate the above widget (to be placed on Web server)
4. Python command line application to display individual license compatibility using 2-way associative JSON array
Can I use BSD-2-Clause under GPL-2.0-only? Yes Can I use GPL-2.0-only under BSD-2-Clause? No
Code to produce the above output (to be executed by Python interpreter)
5. Same as above except using locally cached matrix data
Can I use BSD-2-Clause under GPL-2.0-only? Yes Can I use GPL-2.0-only under BSD-2-Clause? No
Code to produce the above output (to be executed by Python interpreter)