diff options
51 files changed, 55 insertions, 51 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 15927a3..addbf43 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +# C.1 + +* Update copyright notices; + # C.0 * Implement cp in assembly; diff --git a/README.html b/README.html index e9fa4a5..fb08ee4 100644 --- a/README.html +++ b/README.html @@ -37,7 +37,7 @@ <h3>Demo</h3> <p>The demo uses <a href="https://mandelbrot.dk/agbsum">agbsum</a> (<a href="https://mandelbrot.dk/pkgbuild_agbsum">pkgbuild</a>) for patching the demo image header checksum so that it isn't rejected by the bootloader. This patch isn't always required (some emulators ignore it), and the makefile (at <i>demo/GNUmakefile</i>) may be modified to skip it.</p> <h2>Copyright and License</h2> - <p>Copyright 2022 Gabriel Jensen.</p> + <p>Copyright 2022-2023 Gabriel Jensen.</p> <p>All source files (with exceptions, see the individual files) – including the makefiles – are licensed under the <a href="https://mozilla.org/MPL/2.0">Mozilla Public License 2.0</a>.</p> <p>The contents of this readme document are licensed under a <a href="http://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International License</a>.</p> </html> @@ -1,4 +1,4 @@ -<!-- Copyright 2022 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> +<!-- Copyright 2022-2023 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> <svg height="108" width="108" xmlns="http://www.w3.org/2000/svg"> <!-- background --> <polygon fill="#422984" points="0,0 108,0 108,108 0,108" /> diff --git a/ax/GNUmakefile b/ax/GNUmakefile index 070e273..14ab462 100644 --- a/ax/GNUmakefile +++ b/ax/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright 2022 Gabriel Jensen. +# Copyright 2022-2023 Gabriel Jensen. # This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. # If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/include-private/ax/priv.h b/ax/include-private/ax/priv.h index ea06890..c676e13 100644 --- a/ax/include-private/ax/priv.h +++ b/ax/include-private/ax/priv.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/ax/algo.h b/ax/include/ax/algo.h index 4458933..587133a 100644 --- a/ax/include/ax/algo.h +++ b/ax/include/ax/algo.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/ax/bs.h b/ax/include/ax/bs.h index 69f5621..4c84563 100644 --- a/ax/include/ax/bs.h +++ b/ax/include/ax/bs.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/ax/gfx.h b/ax/include/ax/gfx.h index 9b39831..946de1f 100644 --- a/ax/include/ax/gfx.h +++ b/ax/include/ax/gfx.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/ax/key.h b/ax/include/ax/key.h index dc582d2..1bab2b8 100644 --- a/ax/include/ax/key.h +++ b/ax/include/ax/key.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/float.h b/ax/include/float.h index c70bb82..538479f 100644 --- a/ax/include/float.h +++ b/ax/include/float.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/iso646.h b/ax/include/iso646.h index 9560a53..813a7b8 100644 --- a/ax/include/iso646.h +++ b/ax/include/iso646.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/limits.h b/ax/include/limits.h index 80da416..fc696bd 100644 --- a/ax/include/limits.h +++ b/ax/include/limits.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/setjmp.h b/ax/include/setjmp.h index 73a6b95..6d459af 100644 --- a/ax/include/setjmp.h +++ b/ax/include/setjmp.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdalign.h b/ax/include/stdalign.h index 2f79d04..bca2550 100644 --- a/ax/include/stdalign.h +++ b/ax/include/stdalign.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdarg.h b/ax/include/stdarg.h index 3364fa7..b6a6238 100644 --- a/ax/include/stdarg.h +++ b/ax/include/stdarg.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdbit.h b/ax/include/stdbit.h index 58c3579..3d18aba 100644 --- a/ax/include/stdbit.h +++ b/ax/include/stdbit.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdbool.h b/ax/include/stdbool.h index d5263cc..646b305 100644 --- a/ax/include/stdbool.h +++ b/ax/include/stdbool.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stddef.h b/ax/include/stddef.h index ee45593..0d105bd 100644 --- a/ax/include/stddef.h +++ b/ax/include/stddef.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdint.h b/ax/include/stdint.h index f356128..9d56f37 100644 --- a/ax/include/stdint.h +++ b/ax/include/stdint.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdlib.h b/ax/include/stdlib.h index e5e8c14..8462777 100644 --- a/ax/include/stdlib.h +++ b/ax/include/stdlib.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/stdnoreturn.h b/ax/include/stdnoreturn.h index 338a19d..846e4f6 100644 --- a/ax/include/stdnoreturn.h +++ b/ax/include/stdnoreturn.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/include/string.h b/ax/include/string.h index 4d31874..5ec1195 100644 --- a/ax/include/string.h +++ b/ax/include/string.h @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/algo/cp.s b/ax/source/algo/cp.s index bcb6a6f..7f68bd4 100644 --- a/ax/source/algo/cp.s +++ b/ax/source/algo/cp.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/algo/cp8.s b/ax/source/algo/cp8.s index 94456ba..8f915d5 100644 --- a/ax/source/algo/cp8.s +++ b/ax/source/algo/cp8.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/algo/divmod.c b/ax/source/algo/divmod.c index 0576ea3..58d1850 100644 --- a/ax/source/algo/divmod.c +++ b/ax/source/algo/divmod.c @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/algo/fill.c b/ax/source/algo/fill.c index 36961fd..b6556c5 100644 --- a/ax/source/algo/fill.c +++ b/ax/source/algo/fill.c @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/bs/done.c b/ax/source/bs/done.c index 3c0019c..e574e91 100644 --- a/ax/source/bs/done.c +++ b/ax/source/bs/done.c @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/bs/get.s b/ax/source/bs/get.s index a4a1e8d..0e0c3fb 100644 --- a/ax/source/bs/get.s +++ b/ax/source/bs/get.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/bs/set.s b/ax/source/bs/set.s index 92f034d..b1fdc8f 100644 --- a/ax/source/bs/set.s +++ b/ax/source/bs/set.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/bs/trap.s b/ax/source/bs/trap.s index e6dd868..913402c 100644 --- a/ax/source/bs/trap.s +++ b/ax/source/bs/trap.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/blnk.s b/ax/source/gfx/blnk.s index 35a046f..224f7a2 100644 --- a/ax/source/gfx/blnk.s +++ b/ax/source/gfx/blnk.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/clrscrn.cc b/ax/source/gfx/clrscrn.cc index b1bd3b7..91476d2 100644 --- a/ax/source/gfx/clrscrn.cc +++ b/ax/source/gfx/clrscrn.cc @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/gfx/flip.s b/ax/source/gfx/flip.s index 57cb589..63964d8 100644 --- a/ax/source/gfx/flip.s +++ b/ax/source/gfx/flip.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/getvbnk.s b/ax/source/gfx/getvbnk.s index d526e47..33c89f4 100644 --- a/ax/source/gfx/getvbnk.s +++ b/ax/source/gfx/getvbnk.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/plot.c b/ax/source/gfx/plot.c index d9f7a32..5841a12 100644 --- a/ax/source/gfx/plot.c +++ b/ax/source/gfx/plot.c @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/gfx/plottex.cc b/ax/source/gfx/plottex.cc index 2eb0a38..56f0776 100644 --- a/ax/source/gfx/plottex.cc +++ b/ax/source/gfx/plottex.cc @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/gfx/rd.s b/ax/source/gfx/rd.s index 6662848..ce250b5 100644 --- a/ax/source/gfx/rd.s +++ b/ax/source/gfx/rd.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/rec.cc b/ax/source/gfx/rec.cc index afc5fd4..af090e8 100644 --- a/ax/source/gfx/rec.cc +++ b/ax/source/gfx/rec.cc @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/gfx/setcol.s b/ax/source/gfx/setcol.s index 5276df4..7f91949 100644 --- a/ax/source/gfx/setcol.s +++ b/ax/source/gfx/setcol.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/gfx/vsync.s b/ax/source/gfx/vsync.s index b792e7e..b7cc9f2 100644 --- a/ax/source/gfx/vsync.s +++ b/ax/source/gfx/vsync.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/key/getkeymap.s b/ax/source/key/getkeymap.s index 08f3f22..3f7cb4d 100644 --- a/ax/source/key/getkeymap.s +++ b/ax/source/key/getkeymap.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/priv/init.s b/ax/source/priv/init.s index c2c2dc6..784d198 100644 --- a/ax/source/priv/init.s +++ b/ax/source/priv/init.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/setjmp/longjmp.s b/ax/source/setjmp/longjmp.s index c69193b..231673b 100644 --- a/ax/source/setjmp/longjmp.s +++ b/ax/source/setjmp/longjmp.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/setjmp/setjmp.s b/ax/source/setjmp/setjmp.s index 715b536..0b26c87 100644 --- a/ax/source/setjmp/setjmp.s +++ b/ax/source/setjmp/setjmp.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/stdlib/memalignement.c b/ax/source/stdlib/memalignement.c index 59eea8d..d18dcbe 100644 --- a/ax/source/stdlib/memalignement.c +++ b/ax/source/stdlib/memalignement.c @@ -1,5 +1,5 @@ /* - Copyright 2022 Gabriel Jensen. + Copyright 2022-2023 Gabriel Jensen. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ diff --git a/ax/source/string/memcpy.s b/ax/source/string/memcpy.s index c5efaa3..7694d5e 100644 --- a/ax/source/string/memcpy.s +++ b/ax/source/string/memcpy.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/string/memmove.s b/ax/source/string/memmove.s index 8a2ec88..1a535b8 100644 --- a/ax/source/string/memmove.s +++ b/ax/source/string/memmove.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/string/memset.s b/ax/source/string/memset.s index 8f419dc..bfd66d1 100644 --- a/ax/source/string/memset.s +++ b/ax/source/string/memset.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. @@ -23,7 +23,7 @@ memset: movs r2,r3 bl ax_fill - pop {r0,r1} + pop {r0,r1} @ We cannot pop into lr. bx r1 .endfunc diff --git a/ax/source/string/memset_explicit.s b/ax/source/string/memset_explicit.s index 36590be..7b0b5f8 100644 --- a/ax/source/string/memset_explicit.s +++ b/ax/source/string/memset_explicit.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/ax/source/string/strlen.s b/ax/source/string/strlen.s index e9daab8..49227ff 100644 --- a/ax/source/string/strlen.s +++ b/ax/source/string/strlen.s @@ -1,4 +1,4 @@ -@ Copyright 2022 Gabriel Jensen. +@ Copyright 2022-2023 Gabriel Jensen. @ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. @ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. diff --git a/demo/GNUmakefile b/demo/GNUmakefile index 31b7b87..b3f038b 100644 --- a/demo/GNUmakefile +++ b/demo/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright 2022 Gabriel Jensen. +# Copyright 2022-2023 Gabriel Jensen. # This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. # If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. |