Skip to content
Snippets Groups Projects
Verified Commit 6940ad7d authored by Lars Frost's avatar Lars Frost
Browse files

Improve copyright notice

parent e4a936fe
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......@@ -275,3 +275,10 @@ It also contains a few 3D models with textures.
#include "sections/godot.typ"
#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.
]
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment