summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2026-06-26 12:14:04 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2026-06-26 12:14:04 +0100
commita0786d926a01e1f35da9610c0c25d2a9c64ebdb0 (patch)
treea2deb08f077a90c9b35f33a61705c61ead29d7bc
parent0c07dda3a79bd3ee2e96ff2e052ecbc0ccfa2e58 (diff)
update copyright yearsHEADmain
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--lali.c4
-rw-r--r--liblali.c2
-rw-r--r--liblali.h2
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.
*