diff --git a/leitfaden.typ b/leitfaden.typ
index 723117d0e1bc2334e9aed494ebf1ef1f2b75166a..06c44a58bef8150fb859f306a191fadae1103be1 100644
--- a/leitfaden.typ
+++ b/leitfaden.typ
@@ -87,7 +87,7 @@ If the relative position between bones is fixed, the connection is called a _joi
   subpipe("bones"), [#text("+", size: 70pt)], subpipe("skinned"), [#text("=", size: 70pt)], subpipe("animated"),
   [*Bones*], [], [*Weights per Bone*], [], [*Animatable Model*],
   [], [], [], [], [],
-), caption: [Typical components of a 3D model]) <3dmodel>
+), caption: [Typical components of a 3D model. Example assets from #link("https://play0ad.com/media/screenshots/")[0.A.D].]) <3dmodel>
 
 *Sound*#h(1em)
 Other assets needed are sounds.
@@ -274,4 +274,11 @@ It also contains a few 3D models with textures.
 ), caption: [2 materials and a model from ambientCG])
 
 #include "sections/godot.typ"
-#include "sections/unity.typ"
\ No newline at end of file
+#include "sections/unity.typ"
+
+= Copyright notice
+#wrap-content(link("https://creativecommons.org/licenses/by-sa/4.0/", image("/images/cc-by-sa.svg", width: 5em, fit: "stretch")))[
+  This document #{sym.copyright} 2024 by Lars Frost is licensed under the #link("https://creativecommons.org/licenses/by-sa/4.0/")[CC BY-SA 4.0].
+  You may redistribute it and/or modify it under the terms of the license.
+  All assets are used under license from their copyright holders. Their sources where you can find author and license are linked in the image or their caption.
+]
diff --git a/template.typ b/template.typ
index 03332421103ace57a51356c3df1e833aa3408b33..6dbe32fea70314ed7fd4fa9c99305fbea880bf9d 100644
--- a/template.typ
+++ b/template.typ
@@ -7,23 +7,6 @@ set document(title: title.replace("\n", " - "), author: "Lars Frost")
 set page(
   paper: "a4",
   numbering: "1",
-  footer: [
-    #line(length: 100%)
-    #grid(columns: (1fr, 1fr, 1fr),
-    box[
-      #grid(columns: 2,
-        column-gutter: 0.5em,
-        align: center + horizon,
-        link("https://creativecommons.org/licenses/by-sa/4.0/", image("/images/cc-by-sa.svg", height: 25%)),
-        [#{sym.copyright}Lars Frost],
-      )
-    ],
-    align(center, [
-        #counter(page).display(
-            "1",
-        )
-    ]))
-  ],
 )
 
 set par(leading: 0.6em, justify: true)