mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
Updated copyright symbol in documentation
Summary: It turns out we need to use the actual © symbol and not the equivalent HTML code for the copyright notice to be recognized. This diff updates the README and documentation accordingly. Differential Revision: D44782819 fbshipit-source-id: a99c61d38485e9f26453db9e073cb673937969cf
This commit is contained in:
parent
9a0f1fd9b2
commit
26ddcb503a
2 changed files with 2 additions and 2 deletions
|
|
@ -123,4 +123,4 @@ The files in the `/Examples/` directory are licensed under a separate license as
|
|||
|
||||
## Legal
|
||||
|
||||
Copyright © Meta Platforms, Inc • <a href="https://opensource.fb.com/legal/terms">Terms of Use</a> • <a href="https://opensource.fb.com/legal/privacy">Privacy Policy</a>
|
||||
Copyright © Meta Platforms, Inc • <a href="https://opensource.fb.com/legal/terms">Terms of Use</a> • <a href="https://opensource.fb.com/legal/privacy">Privacy Policy</a>
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ Enter package URL: https://github.com/Instagram/IGListKit, and select the latest
|
|||
<p>The files in the <code>/Examples/</code> directory are licensed under a separate license as specified in each file. Documentation is licensed <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>.</p>
|
||||
<h2 id='legal' class='heading'>Legal</h2>
|
||||
|
||||
<p>Copyright © Meta Platforms, Inc • <a href="https://opensource.fb.com/legal/terms">Terms of Use</a> • <a href="https://opensource.fb.com/legal/privacy">Privacy Policy</a></p>
|
||||
<p>Copyright © Meta Platforms, Inc • <a href="https://opensource.fb.com/legal/terms">Terms of Use</a> • <a href="https://opensource.fb.com/legal/privacy">Privacy Policy</a></p>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue