summaryrefslogtreecommitdiff
path: root/ax/source/algo
diff options
context:
space:
mode:
Diffstat (limited to 'ax/source/algo')
-rw-r--r--ax/source/algo/cp.s2
-rw-r--r--ax/source/algo/cp8.s2
-rw-r--r--ax/source/algo/divmod.c2
-rw-r--r--ax/source/algo/fill.c2
4 files changed, 4 insertions, 4 deletions
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>.
*/