diff options
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/Makefile | 2 | ||||
| -rw-r--r-- | bootstrap/ast.c | 2 | ||||
| -rw-r--r-- | bootstrap/builtins.c | 2 | ||||
| -rw-r--r-- | bootstrap/compiler.h | 2 | ||||
| -rw-r--r-- | bootstrap/funccall.c | 2 | ||||
| -rw-r--r-- | bootstrap/main.c | 2 | ||||
| -rw-r--r-- | bootstrap/out.c | 2 | ||||
| -rw-r--r-- | bootstrap/outdecl.c | 2 | ||||
| -rw-r--r-- | bootstrap/parsedecl.c | 2 | ||||
| -rw-r--r-- | bootstrap/parsestmt.c | 2 | ||||
| -rw-r--r-- | bootstrap/token.c | 2 | ||||
| -rw-r--r-- | bootstrap/token.h | 2 | ||||
| -rw-r--r-- | bootstrap/util.c | 2 | ||||
| -rw-r--r-- | bootstrap/varstate.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/bootstrap/Makefile b/bootstrap/Makefile index f042abf..4d65d9e 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -1,6 +1,6 @@ # Makefile for the bootstrap compiler. # -# Copyright © 2021-2025 Samuel Lidén Borell <samuel@kodafritt.se> +# Copyright © 2021-2026 Samuel Lidén Borell <samuel@kodafritt.se> # # SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later diff --git a/bootstrap/ast.c b/bootstrap/ast.c index db205c2..e85823e 100644 --- a/bootstrap/ast.c +++ b/bootstrap/ast.c @@ -1,7 +1,7 @@ /* * Functions for constructing/accessing the Abstract Syntax Tree. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/builtins.c b/bootstrap/builtins.c index 7ebc9d5..dfba7f3 100644 --- a/bootstrap/builtins.c +++ b/bootstrap/builtins.c @@ -1,7 +1,7 @@ /* * Builtin classes (will be defined by the runtime library) * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/compiler.h b/bootstrap/compiler.h index 60ce9b0..a00579a 100644 --- a/bootstrap/compiler.h +++ b/bootstrap/compiler.h @@ -1,7 +1,7 @@ /* * Common declarations for the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later * diff --git a/bootstrap/funccall.c b/bootstrap/funccall.c index ffd7365..1302816 100644 --- a/bootstrap/funccall.c +++ b/bootstrap/funccall.c @@ -1,7 +1,7 @@ /* * Semantic checking of function calls. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/main.c b/bootstrap/main.c index db1a354..026eebb 100644 --- a/bootstrap/main.c +++ b/bootstrap/main.c @@ -1,7 +1,7 @@ /* * Main entry point of the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/out.c b/bootstrap/out.c index a14ffe9..4111a5f 100644 --- a/bootstrap/out.c +++ b/bootstrap/out.c @@ -3,7 +3,7 @@ * that's done by the Makefile. The other `out*.c` files handle * specific parts of C code generation. * - * Copyright © 2020-2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2020-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/outdecl.c b/bootstrap/outdecl.c index 8e9a0b9..5f08f07 100644 --- a/bootstrap/outdecl.c +++ b/bootstrap/outdecl.c @@ -1,7 +1,7 @@ /* * Outputs C declarations for types and functions. * - * Copyright © 2020-2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2020-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/parsedecl.c b/bootstrap/parsedecl.c index bbf63ab..1c96d41 100644 --- a/bootstrap/parsedecl.c +++ b/bootstrap/parsedecl.c @@ -1,7 +1,7 @@ /* * Declaration parsing routines for the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/parsestmt.c b/bootstrap/parsestmt.c index d62b3d4..d5a94c1 100644 --- a/bootstrap/parsestmt.c +++ b/bootstrap/parsestmt.c @@ -1,7 +1,7 @@ /* * Statement parsing routines for the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/token.c b/bootstrap/token.c index 32ce79b..2f4116d 100644 --- a/bootstrap/token.c +++ b/bootstrap/token.c @@ -1,7 +1,7 @@ /* * Tokenization routines for the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/token.h b/bootstrap/token.h index 484abab..d7d7810 100644 --- a/bootstrap/token.h +++ b/bootstrap/token.h @@ -1,7 +1,7 @@ /* * Declarations for the tokenizer in the bootstrap compiler. * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/util.c b/bootstrap/util.c index 5659d65..5d37e25 100644 --- a/bootstrap/util.c +++ b/bootstrap/util.c @@ -1,7 +1,7 @@ /* * Various utility functions for the bootstrap compiler. * - * Copyright © 2021-2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2021-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ diff --git a/bootstrap/varstate.c b/bootstrap/varstate.c index 364364b..ae946d8 100644 --- a/bootstrap/varstate.c +++ b/bootstrap/varstate.c @@ -1,7 +1,7 @@ /* * Checks that variables are assigned and have allowed values * - * Copyright © 2025 Samuel Lidén Borell <samuel@kodafritt.se> + * Copyright © 2025-2026 Samuel Lidén Borell <samuel@kodafritt.se> * * SPDX-License-Identifier: EUPL-1.2+ OR LGPL-2.1-or-later */ |
