summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-12-05 09:27:31 +0000
committerDaniel Cerqueira <dan.git@lispclub.com>2025-12-05 09:27:31 +0000
commit815ea3e0b58d407055bca94de7d363dd38e49595 (patch)
treecbdb629aca02bdf529ddd2491ff56f56a60da7a0 /Makefile
parenta15b66336d3d69c98b24fdaf4edf28c1d811e378 (diff)
relicensed the GPLv3+ parts to AGPLv3+
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 7a2c567..0702b3b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,28 +6,28 @@
# 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 <https://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License along
+# with this program; if not, see <https://www.gnu.org/licenses/>.
#
#
-# lali software is based on tiny-lisp <https://github.com/matp/tiny-lisp/> version
-# from 2016, written by Matthias Pirstitz, which is released to public domain
-# under Unlicense <https://unlicense.org/>.
+# lali software is based on tiny-lisp <https://github.com/matp/tiny-lisp/>
+# version from 2016, written by Matthias Pirstitz, which is released to public
+# domain under Unlicense <https://unlicense.org/>.
PROGRAM := lali