From 3237e822921f9a6f7c66cf09f42fd10ec83f8cd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Tue, 10 Nov 2020 13:00:37 +0100
Subject: [PATCH] report: add legal notes

---
 doc/report/legal.tex  | 26 ++++++++++++++++++++++++++
 doc/report/report.tex |  4 ++++
 2 files changed, 30 insertions(+)
 create mode 100644 doc/report/legal.tex

diff --git a/doc/report/legal.tex b/doc/report/legal.tex
new file mode 100644
index 0000000..521d801
--- /dev/null
+++ b/doc/report/legal.tex
@@ -0,0 +1,26 @@
+\begin{otherlanguage*}{ngerman}
+    \noindent \emph{Erklärung.} Ich versichere, dass ich die Arbeit
+    ohne fremde Hilfe und ohne Benutzung anderer als der angegebenen
+    Quellen angefertigt habe und dass die Arbeit in gleicher oder
+    ähnlicher Form noch keiner anderen Prüfungsbehörde vorgelegen hat
+    und von dieser als Teil einer Prüfungsleistung angenommen
+    wurde.Alle Ausführungen, die wörtlich oder sinngemäß übernommen
+    wurden, sind als solche gekennzeichnet.
+\end{otherlanguage*}
+
+\vspace{6mm}
+
+\begin{otherlanguage*}{american}
+    \noindent \emph{Declaration.} I declare that the work is entirely
+    my own and was produced with no assistance from third parties. I
+    certify that the work has not been submitted in the same or any
+    similar form for assessment to any other examining body and all
+    references, direct and indirect, are indicated as such and have
+    been cited accordingly.
+\end{otherlanguage*}
+
+\vspace{6mm}
+
+\begin{otherlanguage*}{ngerman}
+   \null\hfill Andreas Schärtl, Erlangen, 2020/11/13
+\end{otherlanguage*}
diff --git a/doc/report/report.tex b/doc/report/report.tex
index e57047e..daf4f94 100644
--- a/doc/report/report.tex
+++ b/doc/report/report.tex
@@ -55,6 +55,10 @@
     \input{abstract.tex}
 \end{abstract}
 
+\newpage
+\input{legal.tex}
+
+\newpage
 \tableofcontents
 
 \newpage
-- 
GitLab