Add license info for Twemoji
Fixes https://github.com/vector-im/riot-web/issues/9930
This commit is contained in:
parent
8d79c73019
commit
20b57b855b
1 changed files with 18 additions and 2 deletions
|
@ -135,11 +135,27 @@ export default class HelpUserSettingsTab extends React.Component {
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
The <a href="themes/riot/img/backgrounds/valley.jpg" rel="noopener" target="_blank">
|
The <a href="themes/riot/img/backgrounds/valley.jpg" rel="noopener" target="_blank">
|
||||||
default cover photo</a> is (C)
|
default cover photo</a> is ©
|
||||||
<a href="https://www.flickr.com/golan" rel="noopener" target="_blank">Jesús Roncero</a>{' '}
|
<a href="https://www.flickr.com/golan" rel="noopener" target="_blank">Jesús Roncero</a>{' '}
|
||||||
used under the terms of
|
used under the terms of
|
||||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener" target="_blank">
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener" target="_blank">
|
||||||
CC-BY-SA 4.0</a>. No warranties are given.
|
CC-BY-SA 4.0</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
The <a href="https://github.com/matrix-org/twemoji-colr" rel="noopener" target="_blank">
|
||||||
|
twemoji-colr</a> font is ©
|
||||||
|
<a href="https://mozilla.org" rel="noopener" target="_blank">Mozilla Foundation</a>{' '}
|
||||||
|
used under the terms of
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">
|
||||||
|
Apache 2.0</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
The <a href="https://twemoji.twitter.com/" rel="noopener" target="_blank">
|
||||||
|
Twemoji</a> emoji art is ©
|
||||||
|
<a href="https://twemoji.twitter.com/" rel="noopener" target="_blank">Twitter, Inc and other
|
||||||
|
contributors</a> used under the terms of
|
||||||
|
<a href="https://creativecommons.org/licenses/by/4.0/" rel="noopener" target="_blank">
|
||||||
|
CC-BY 4.0</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue