diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-19 08:32:05 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-19 08:54:08 +0100 |
| commit | cea8240be8f2d3fd4a8993981f44185ba223a977 (patch) | |
| tree | 8bd03d7397a2d89c6b6266899257da943f68405a | |
| parent | 5b31d540e23cc9f7a6c9941f8615ab631b4d6477 (diff) | |
minor update in header comments
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lali.c | 2 | ||||
| -rw-r--r-- | liblali.c | 2 | ||||
| -rw-r--r-- | liblali.h | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -5,7 +5,7 @@ # Version: 0.0 # Keywords: lali, lisp, implementation, interpreter, lisp1.5, # computer programming language -# Homepage: https://gitlab.com/alexandre1985/lali +# Homepage: https://gitlab.com/alexandre1985/lali/ # SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense # # Copyright (C) 2025, 2026 Daniel Cerqueira @@ -6,7 +6,7 @@ Maintainer: Daniel Cerqueira (dan.git@lispclub.com) Version: 0.0 Keywords: lali, lisp, implementation, interpreter, lisp1.5, computer programming language -Homepage: https://gitlab.com/alexandre1985/lali +Homepage: https://gitlab.com/alexandre1985/lali/ SPDX-License-Identifier: GFDL-1.3-or-later Copyright (C) 2025, 2026 Daniel Cerqueira @@ -6,7 +6,7 @@ * Version: 0.0 * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language - * Homepage: https://gitlab.com/alexandre1985/lali + * Homepage: https://gitlab.com/alexandre1985/lali/ * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025, 2026 Daniel Cerqueira @@ -6,7 +6,7 @@ * Version: 0.0 * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language - * Homepage: https://gitlab.com/alexandre1985/lali + * Homepage: https://gitlab.com/alexandre1985/lali/ * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025, 2026 Daniel Cerqueira @@ -6,7 +6,7 @@ * Version: 0.0 * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language - * Homepage: https://gitlab.com/alexandre1985/lali + * Homepage: https://gitlab.com/alexandre1985/lali/ * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025, 2026 Daniel Cerqueira |
