diff options
author | sterni <sternenseemann@systemli.org> | 2022-07-09T11·25+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-07-09T17·10+0000 |
commit | 11738fc232d7e52195dfc3376cb6a4d3232e459e (patch) | |
tree | 1afab8a2542bfead7a4af403d9881fb0324431d2 /users/sterni/mblog/note.lisp | |
parent | 882c5570bf5d218e735ce65ce266b6825ab00e2c (diff) |
chore(sterni/mblog): relicense to GPL-3.0-only r/4282
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 <sternenseemann@systemli.org>
Diffstat (limited to 'users/sterni/mblog/note.lisp')
-rw-r--r-- | users/sterni/mblog/note.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/sterni/mblog/note.lisp b/users/sterni/mblog/note.lisp index 45be0f4e88a8..21257fc7b47a 100644 --- a/users/sterni/mblog/note.lisp +++ b/users/sterni/mblog/note.lisp @@ -1,3 +1,6 @@ +;; SPDX-License-Identifier: GPL-3.0-only +;; SPDX-FileCopyrightText: Copyright (C) 2022 by sterni + (in-package :note) (declaim (optimize (safety 3))) |