Hello,
Situation:
- I am developing a prototype application for work (likely considered commercial setting) that utilizes Bokeh library.
- This app generates HTML visualization output that displays proprietary information - to share for evaluation.
- The HTML file with visualizations has the Bokeh icon (link to Bokeh) in the visualization itself + a note the information is proprietary.
- I am not sharing binary code or anything like that - just the HTML output.
Question: Would this Bokeh icon in the HTML visualization be sufficient from licensing aspect (BSD 3-Clause) - if HTML file is the only item that’s being shared?
Thanks