fix: add disclaimer

resolves https://codeberg.org/zyachel/libremdb/issues/12
This commit is contained in:
zyachel 2024-04-18 23:26:21 +05:30
parent 2bbf62bd06
commit 2626dfd8ab
2 changed files with 10 additions and 10 deletions

View File

@ -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.*

View File

@ -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>
); );
}; };