From 6940ad7d3e193ae6dca257cfbe5f72be5a0eaae6 Mon Sep 17 00:00:00 2001 From: Lars Frost <larsf@fsmpi.rwth-aachen.de> Date: Mon, 24 Jun 2024 22:14:01 +0200 Subject: [PATCH] Improve copyright notice --- leitfaden.typ | 11 +++++++++-- template.typ | 17 ----------------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/leitfaden.typ b/leitfaden.typ index 723117d..06c44a5 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 0333242..6dbe32f 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) -- GitLab