diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:20:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:20:44 +0300 |
commit | 5b999a2b2c8f8898df3c8e197cb40960f11f4e58 (patch) | |
tree | 5f510335152a37dbea3a8d5b9aaa0695f528d6c9 | |
parent | 4ca9d270172225859ea1c435dd5b6f328399d01a (diff) | |
download | repository-5b999a2b2c8f8898df3c8e197cb40960f11f4e58.tar.gz |
make: make license identifier compatible with SPDX Specification
-rw-r--r-- | core/make/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/make/meta b/core/make/meta index acbacc38..99684041 100644 --- a/core/make/meta +++ b/core/make/meta @@ -1,3 +1,3 @@ description: GNU Make build utility -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |