diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:24:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:24:54 +0300 |
commit | 298d82e009c92a86d3ce6d7c38c8c2fd6d489a8b (patch) | |
tree | 3f6ab08d91ab551b68cf334b8e77846037f9a474 /extra/grep/meta | |
parent | b2144aea1bc1d2d3b83bdb4dfc075aa9620fb5a0 (diff) | |
download | repository-298d82e009c92a86d3ce6d7c38c8c2fd6d489a8b.tar.gz |
grep: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/grep/meta')
-rw-r--r-- | extra/grep/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/grep/meta b/extra/grep/meta index 685f96ff..64d01248 100644 --- a/extra/grep/meta +++ b/extra/grep/meta @@ -1,3 +1,3 @@ description: GNU grep utility -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |