diff options
| -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. * |
