diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-07-08 11:59:01 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-07-08 11:59:01 +0530 |
commit | 0c201f9777e37c1186d4f6f12c06009d18a20aa4 (patch) | |
tree | e39ee91a6a3e767f6ed4a18c5eb7d1b3d2f0e116 /tessen | |
parent | 7c97ea201aab4b60cd6ad32b778652c5c23ded57 (diff) |
license: fix SPDX license identifier
tessen is licensed under GPLv2 **only**
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |