commit 1b12d2578e25fd043431ac21d9e818511c992386 parent 059e75ddecbe713e059902255a11f450c777064c Author: Virgil Dupras <hsoft@hardcoded.net> Date: Sun, 18 Dec 2022 14:13:16 -0500 Add missing copyright attribution Diffstat:
M | fs/tests/manual/uxn/mandel.tal | | | 3 | +++ |
M | fs/tests/manual/uxn/sprite.tal | | | 3 | +++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/fs/tests/manual/uxn/mandel.tal b/fs/tests/manual/uxn/mandel.tal @@ -1,3 +1,6 @@ +( Source: https://git.sr.ht/~rabbits/uxn + Filename: projects/examples/demos/mandelbrot.tal + License: /license/dll-uxn.txt ) ( mandelbrot ) %GTS2 { #8000 ADD2 SWP2 #8000 ADD2 LTH2 } diff --git a/fs/tests/manual/uxn/sprite.tal b/fs/tests/manual/uxn/sprite.tal @@ -1,3 +1,6 @@ +( Source: https://git.sr.ht/~rabbits/uxn + Filename: projects/examples/devices/screen.tal + License: /license/dll-uxn.txt ) ( Screen: Draws a table of all possible sprite arrangements. )