diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:38:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:38:49 +0300 |
commit | 90e01d399c449b23f49e9805f4116bd119eed574 (patch) | |
tree | fdfc7d74f381af3f2f36131dca3dfb0406aff09e /extra/yash | |
parent | 4c04c14415fa36ed374b6e1dddfc88c754905725 (diff) | |
download | repository-90e01d399c449b23f49e9805f4116bd119eed574.tar.gz |
yash: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/yash')
-rw-r--r-- | extra/yash/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yash/meta b/extra/yash/meta index 56841865..948c1ab3 100644 --- a/extra/yash/meta +++ b/extra/yash/meta @@ -1,3 +1,3 @@ description: POSIX-compliant shell -license: GPL-2.0+ +license: GPL-2.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |