-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
Description
Hello, Solidity Team,
I am the author of the @localizethedocs organization, which focuses on manufacturing l10n projects for documentation of open-source projects. For example:
Currently, the solidity-docs-l10n project is in the incubation phase. To place the Solidity logo at the top of the README, I need to upload the logo to the static repository and then access them via jsDelivr. I found the logo SVG files here:
- https://github.com/argotorg/solidity/blob/11be2f4881d1644f15b026d1022388f06a034a34/docs/_static/img/logo.svg
- https://github.com/argotorg/solidity/blob/11be2f4881d1644f15b026d1022388f06a034a34/docs/_static/img/logo-dark.svg
However, I would like to confirm the license of this logo and what attribution is required.
Based on the Solidity Brand Guide and the Wikimedia, how about the following attribution?
Code:
<tr>
<td><code>mark/solidity-dark.svg</code></td>
<td><img src="mark/solidity-dark.svg" alt="solidity-dark" width="100"/></td>
<td><a href="https://github.com/argotorg/solidity/blob/11be2f4881d1644f15b026d1022388f06a034a34/docs/_static/img/logo.svg">Link</a></td>
<td>By <a href="https://ethereum.foundation/">Ethereum Foundation</a>, licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</td>
</tr>
<tr>
<td><code>mark/solidity-light.svg</code></td>
<td><img src="mark/solidity-light.svg" alt="solidity-light" width="100"/></td>
<td><a href="https://github.com/argotorg/solidity/blob/11be2f4881d1644f15b026d1022388f06a034a34/docs/_static/img/logo-dark.svg">Link</a></td>
<td>By <a href="https://ethereum.foundation/">Ethereum Foundation</a>, licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</td>
</tr>Preview:
