From 815ea3e0b58d407055bca94de7d363dd38e49595 Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Fri, 5 Dec 2025 09:27:31 +0000 Subject: relicensed the GPLv3+ parts to AGPLv3+ --- liblali.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'liblali.h') diff --git a/liblali.h b/liblali.h index ad44734..da0d3d6 100644 --- a/liblali.h +++ b/liblali.h @@ -7,23 +7,23 @@ * Keywords: lali, lisp, implementation, interpreter, lisp1.5, * computer programming language * Homepage: https://gitlab.com/alexandre1985/lali - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-or-later, Unlicense * * Copyright (C) 2025 Daniel Cerqueira * * This file is part of lali. * - * lali is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License as published by the Free Software + * 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 * Foundation; either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU General Public License for more details. + * PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . + * You should have received a copy of the GNU Affero General Public License along + * with this program; if not, see . * * * lali software is based on tiny-lisp @@ -31,6 +31,7 @@ * domain under Unlicense . */ + #ifndef LIBLALI_H #define LIBLALI_H -- cgit