diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-06-26 12:14:04 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-06-26 12:14:04 +0100 |
| commit | a0786d926a01e1f35da9610c0c25d2a9c64ebdb0 (patch) | |
| tree | a2deb08f077a90c9b35f33a61705c61ead29d7bc | |
| parent | 0c07dda3a79bd3ee2e96ff2e052ecbc0ccfa2e58 (diff) | |
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lali.c | 4 | ||||
| -rw-r--r-- | liblali.c | 2 | ||||
| -rw-r--r-- | liblali.h | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -8,7 +8,7 @@ # Homepage: https://gitlab.com/alexandre1985/lali # SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense # -# Copyright (C) 2025 Daniel Cerqueira +# Copyright (C) 2025, 2026 Daniel Cerqueira # # This file is part of lali. # @@ -9,7 +9,7 @@ Keywords: lali, lisp, implementation, interpreter, lisp1.5, Homepage: https://gitlab.com/alexandre1985/lali SPDX-License-Identifier: GFDL-1.3-or-later -Copyright (C) 2025 Daniel Cerqueira +Copyright (C) 2025, 2026 Daniel Cerqueira This file is part of lali. @@ -9,7 +9,7 @@ * Homepage: https://gitlab.com/alexandre1985/lali * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * - * Copyright (C) 2025 Daniel Cerqueira + * Copyright (C) 2025, 2026 Daniel Cerqueira * * This file is part of lali. * @@ -34,7 +34,7 @@ #include "liblali.h" -#define YEARS "2025" +#define YEARS "2025, 2026" // MAIN /////////////////////////////////////////////////////////////////////// @@ -9,7 +9,7 @@ * Homepage: https://gitlab.com/alexandre1985/lali * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * - * Copyright (C) 2025 Daniel Cerqueira + * Copyright (C) 2025, 2026 Daniel Cerqueira * * lali is free software; you can redistribute it and/or modify it under the terms * of the GNU Affero General Public License as published by the Free Software @@ -9,7 +9,7 @@ * Homepage: https://gitlab.com/alexandre1985/lali * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * - * Copyright (C) 2025 Daniel Cerqueira + * Copyright (C) 2025, 2026 Daniel Cerqueira * * This file is part of lali. * |
