about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-04 22:51:04 +0200
committerMel <mel@rnrd.eu>2026-05-04 22:51:04 +0200
commit0453070560fa22a8c0c61bb4e4696dae26846087 (patch)
tree1f9cae21ce86db4359659582dfd6153ed980c076
parent9be09491a6548cd9512541b856f399dc295f8737 (diff)
downloadcatskill-0453070560fa22a8c0c61bb4e4696dae26846087.tar.zst
catskill-0453070560fa22a8c0c61bb4e4696dae26846087.zip
Bump license year for touched files
Signed-off-by: Mel <mel@rnrd.eu>
-rw-r--r--boot/catboot.c2
-rw-r--r--boot/parse.c2
-rw-r--r--boot/tree.c2
-rw-r--r--boot/visit/tree.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/boot/catboot.c b/boot/catboot.c
index bf06abc..c75efed 100644
--- a/boot/catboot.c
+++ b/boot/catboot.c
@@ -73,7 +73,7 @@ version(void)
         "License, v. 2.0. If a copy of the MPL was not distributed with this\n"
         "file, You can obtain one at https://mozilla.org/MPL/2.0/.\n"
         "\n"
-        "Copyright (c) 2025, Mel G. <mel@rnrd.eu>\n");
+        "Copyright (c) 2025-2026, Mel G. <mel@rnrd.eu>\n");
 }
 
 integer
diff --git a/boot/parse.c b/boot/parse.c
index 157b73d..db5e029 100644
--- a/boot/parse.c
+++ b/boot/parse.c
@@ -2,7 +2,7 @@
  * very simple handwritten recursive descent
  * parser for a catskill source file.
  *
- * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ * Copyright (c) 2025-2026, Mel G. <mel@rnrd.eu>
  *
  * SPDX-License-Identifier: MPL-2.0
  */
diff --git a/boot/tree.c b/boot/tree.c
index e0bb4ec..8c00c53 100644
--- a/boot/tree.c
+++ b/boot/tree.c
@@ -1,7 +1,7 @@
 /*
  * abstract syntax tree types for a catskill source.
  *
- * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ * Copyright (c) 2025-2026, Mel G. <mel@rnrd.eu>
  *
  * SPDX-License-Identifier: MPL-2.0
  */
diff --git a/boot/visit/tree.c b/boot/visit/tree.c
index efeffe9..4f14914 100644
--- a/boot/visit/tree.c
+++ b/boot/visit/tree.c
@@ -4,7 +4,7 @@
  * allowing for selective operations on it.
  * includes a simple tree printer as the primary example of usage.
  *
- * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ * Copyright (c) 2025-2026, Mel G. <mel@rnrd.eu>
  *
  * SPDX-License-Identifier: MPL-2.0
  */