diff options
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/catboot.c | 2 | ||||
| -rw-r--r-- | boot/parse.c | 2 | ||||
| -rw-r--r-- | boot/tree.c | 2 | ||||
| -rw-r--r-- | boot/visit/tree.c | 2 |
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 */ |
