diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-01-27 16:22:50 +0000 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-01-27 16:22:50 +0000 |
| commit | b8a6feb961d4b9fcc0e652c0374a86b846cb16be (patch) | |
| tree | 0abf58c9d4c389d86b2e0b03f5db20d5b0cf451e | |
| parent | 156d4befa762b6bbdd93b2457c92ab2dfa66f73c (diff) | |
make licensing REUSE-compliant
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | lali.c | 2 | ||||
| -rw-r--r-- | liblali.c | 2 | ||||
| -rw-r--r-- | liblali.h | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ # Keywords: lali, lisp, implementation, interpreter, lisp1.5, # computer programming language # Homepage: https://gitlab.com/alexandre1985/lali -# SPDX-License-Identifier: AGPL-3.0-or-later, Unlicense +# SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense # # Copyright (C) 2025 Daniel Cerqueira # @@ -7,7 +7,7 @@ * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language * Homepage: https://gitlab.com/alexandre1985/lali - * SPDX-License-Identifier: AGPL-3.0-or-later, Unlicense + * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025 Daniel Cerqueira * @@ -7,7 +7,7 @@ * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language * Homepage: https://gitlab.com/alexandre1985/lali - * SPDX-License-Identifier: AGPL-3.0-or-later, Unlicense + * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025 Daniel Cerqueira * @@ -7,7 +7,7 @@ * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language * Homepage: https://gitlab.com/alexandre1985/lali - * SPDX-License-Identifier: AGPL-3.0-or-later, Unlicense + * SPDX-License-Identifier: AGPL-3.0-or-later AND Unlicense * * Copyright (C) 2025 Daniel Cerqueira * |
