fix: add disclaimer
resolves https://codeberg.org/zyachel/libremdb/issues/12
This commit is contained in:
parent
2bbf62bd06
commit
2626dfd8ab
@ -210,3 +210,9 @@ I'm availabe on [[matrix]](https://matrix.to/#/@ninal:matrix.org) and [email](ma
|
||||
|
||||
Licensed under GNU AGPLv3.
|
||||
See [License](./LICENSE) for full legalese.
|
||||
|
||||
---
|
||||
|
||||
## Disclaimer
|
||||
|
||||
*libremdb does not host any content. All content on libremdb is from IMDb. IMDb is a trademark of IMDb.com, Inc.*
|
@ -35,16 +35,10 @@ const Footer = () => {
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p className={styles.licence}>
|
||||
Licensed under{' '}
|
||||
<a
|
||||
className={styles.nav__link}
|
||||
href='https://www.gnu.org/licenses/agpl-3.0-standalone.html'
|
||||
>
|
||||
GNU AGPLv3
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<em className={styles.licence}>
|
||||
libremdb does not host any content. All content on libremdb is from IMDb. IMDb is a
|
||||
trademark of IMDb.com, Inc.
|
||||
</em>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user