diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:23:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:23:06 +0300 |
commit | b230a1081f7b2e43b6da0081bf89bf59c3de5dba (patch) | |
tree | 99c890fe90b587d287cf51d8d9a36bf36668a5eb /extra/ccache | |
parent | 6c3a2d896d96eb53738d48f6b9a8cc436965824d (diff) | |
download | repository-b230a1081f7b2e43b6da0081bf89bf59c3de5dba.tar.gz |
ccache: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/ccache')
-rw-r--r-- | extra/ccache/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ccache/meta b/extra/ccache/meta index ee379831..eb7376be 100644 --- a/extra/ccache/meta +++ b/extra/ccache/meta @@ -1,3 +1,3 @@ description: A fast compiler cache -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |