summaryrefslogtreecommitdiff
path: root/front/src/Emelents/LegalNote.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Emelents/LegalNote.tsx')
-rw-r--r--front/src/Emelents/LegalNote.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/front/src/Emelents/LegalNote.tsx b/front/src/Emelents/LegalNote.tsx
new file mode 100644
index 0000000..ddb06ad
--- /dev/null
+++ b/front/src/Emelents/LegalNote.tsx
@@ -0,0 +1,7 @@
+function LegalNote() {
+ return (
+ <h3 className="Legal"> I do not own nor claim to own Cyberpunk trademark. All the rights belong to R. Talsorian Games, Inc. Cyberpunk is a registered trademark of CD Projekt Red S.A. All rights reserved under the Universal Copyrights Convention. All situations, governments, and people herein are fictional. Any similarities portrayed herein without satiric intent are strictly coincidental. </h3>
+ );
+}
+
+export default LegalNote;