From 0453070560fa22a8c0c61bb4e4696dae26846087 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 4 May 2026 22:51:04 +0200 Subject: Bump license year for touched files Signed-off-by: Mel --- boot/catboot.c | 2 +- boot/parse.c | 2 +- boot/tree.c | 2 +- boot/visit/tree.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'boot') 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. \n"); + "Copyright (c) 2025-2026, Mel G. \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. + * Copyright (c) 2025-2026, Mel G. * * 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. + * Copyright (c) 2025-2026, Mel G. * * 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. + * Copyright (c) 2025-2026, Mel G. * * SPDX-License-Identifier: MPL-2.0 */ -- cgit 1.4.1