tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 0c201f9777e37c1186d4f6f12c06009d18a20aa4
parent 7c97ea201aab4b60cd6ad32b778652c5c23ded57
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date:   Fri,  8 Jul 2022 11:59:01 +0530

license: fix SPDX license identifier

tessen is licensed under GPLv2 **only**

Diffstat:
Mtessen | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tessen b/tessen @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-License-Identifier: GPL-2.0-only # Copyright (C) 2021 Ayush Agarwal <ayushnix at fastmail dot com> # # vim: set expandtab ts=2 sw=2 sts=2: