From 11738fc232d7e52195dfc3376cb6a4d3232e459e Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 9 Jul 2022 13:25:32 +0200 Subject: chore(sterni/mblog): relicense to GPL-3.0-only This is possible since all the commits have been made by me. The code taken from SCLF (which is licensed LGPL-2.1-or-later) can also be included since the LGPL 2.1 is [compatible] with the GPL 3.0. compatible: https://www.gnu.org/licenses/license-list.en.html#LGPLv2.1 Change-Id: I2d274c29378679c489dc667a53b234642c3da817 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5928 Tested-by: BuildkiteCI Reviewed-by: sterni --- users/sterni/mblog/packages.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users/sterni/mblog/packages.lisp') diff --git a/users/sterni/mblog/packages.lisp b/users/sterni/mblog/packages.lisp index 7fe329372d..ffc9e3512a 100644 --- a/users/sterni/mblog/packages.lisp +++ b/users/sterni/mblog/packages.lisp @@ -1,3 +1,6 @@ +;; SPDX-License-Identifier: GPL-3.0-only +;; SPDX-FileCopyrightText: Copyright (C) 2022 by sterni + (defpackage :maildir (:use :common-lisp) (:shadow :list) -- cgit 1.4.1