diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:21:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:21:10 +0300 |
commit | fef42f5b6d18bfa911ea09a290a929740970fd8d (patch) | |
tree | 0185f966c53e940d8620429d740a62e280e45c68 /core/xz | |
parent | 46b48b1806ca4f91062ba423ccfa44be18a24dd5 (diff) | |
download | repository-fef42f5b6d18bfa911ea09a290a929740970fd8d.tar.gz |
xz: make license identifier compatible with SPDX Specification
Diffstat (limited to 'core/xz')
-rw-r--r-- | core/xz/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xz/meta b/core/xz/meta index 31b763ac..ab43cb4f 100644 --- a/core/xz/meta +++ b/core/xz/meta @@ -1,3 +1,3 @@ description: XZ compression utilities -license: GPL-3.0+, LGPL-2.1+ +license: GPL-3.0-or-later, LGPL-2.1-or-later maintainer: Cem Keylan <cem@carbslinux.org> |