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.
|
Licensed under GNU AGPLv3.
|
||||||
See [License](./LICENSE) for full legalese.
|
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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p className={styles.licence}>
|
<em className={styles.licence}>
|
||||||
Licensed under{' '}
|
libremdb does not host any content. All content on libremdb is from IMDb. IMDb is a
|
||||||
<a
|
trademark of IMDb.com, Inc.
|
||||||
className={styles.nav__link}
|
</em>
|
||||||
href='https://www.gnu.org/licenses/agpl-3.0-standalone.html'
|
|
||||||
>
|
|
||||||
GNU AGPLv3
|
|
||||||
</a>
|
|
||||||
.
|
|
||||||
</p>
|
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user