diff --git a/README.md b/README.md index 65ef876..aebb01a 100644 --- a/README.md +++ b/README.md @@ -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.* \ No newline at end of file diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 95c4f84..15a6a65 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -35,16 +35,10 @@ const Footer = () => { -
- Licensed under{' '} - - GNU AGPLv3 - - . -
+ + libremdb does not host any content. All content on libremdb is from IMDb. IMDb is a + trademark of IMDb.com, Inc. + ); };