From a0786d926a01e1f35da9610c0c25d2a9c64ebdb0 Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Fri, 26 Jun 2026 12:14:04 +0100 Subject: update copyright years --- Makefile | 2 +- README.md | 2 +- lali.c | 4 ++-- liblali.c | 2 +- liblali.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0610eea..f9542d8 100644 --- a/Makefile +++ b/Makefile @@ -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. # diff --git a/README.md b/README.md index 886e4c6..c2ed2c1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lali.c b/lali.c index a6dcb59..eaad03e 100644 --- a/lali.c +++ b/lali.c @@ -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 /////////////////////////////////////////////////////////////////////// diff --git a/liblali.c b/liblali.c index 6776b15..38f28b5 100644 --- a/liblali.c +++ b/liblali.c @@ -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 diff --git a/liblali.h b/liblali.h index 33b192b..bb13b58 100644 --- a/liblali.h +++ b/liblali.h @@ -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. * -- cgit