hwhsu1231
(Haowei Hsu)
1
Hello, VTK Team,
To decorate the README of the vtk-docs-l10n project, I would like to place the VTK logo at the top. And I have found the VTK logo in SVG format:
However, I would like to confirm what the license of this logo and what attribution is required.
sankhesh
(Sankhesh Jhaveri)
2
The logo is part of the VTK toolkit and should follow the same BSD 3-clause license as the toolkit.
hwhsu1231
(Haowei Hsu)
3
Hello @sankhesh,
Thanks for the information. If so, how about the following attribution?
Code:
<tr>
<td><code>logo/vtk.svg</code></td>
<td><img src="logo/vtk.svg" alt="vtk" width="200"/></td>
<td><a href="https://commons.wikimedia.org/wiki/File:Visualization_Toolkit_logo.svg">Link</a></td>
<td>By <a href="https://vtk.org/">The VTK Team</a>, licensed under <a href="https://opensource.org/license/bsd-3-clause/">BSD 3-Clause</a>.</td>
</tr>
Preview: