From 2626dfd8ab75b6d05d20e92e8dc98be53017fe66 Mon Sep 17 00:00:00 2001 From: zyachel Date: Thu, 18 Apr 2024 23:26:21 +0530 Subject: [PATCH] fix: add disclaimer resolves https://codeberg.org/zyachel/libremdb/issues/12 --- README.md | 6 ++++++ src/components/layout/Footer.tsx | 14 ++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) 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. + ); };