aboutsummaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2022-07-08 11:59:01 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2022-07-08 11:59:01 +0530
commit0c201f9777e37c1186d4f6f12c06009d18a20aa4 (patch)
treee39ee91a6a3e767f6ed4a18c5eb7d1b3d2f0e116 /tessen
parent7c97ea201aab4b60cd6ad32b778652c5c23ded57 (diff)
license: fix SPDX license identifier
tessen is licensed under GPLv2 **only**
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index 2ca5a31..ab00eb5 100755
--- 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: