diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:21:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:21:46 +0300 |
commit | f3fd8c26765a35cb58eecc8eb9a012dc06a3c894 (patch) | |
tree | 77714993aad3e08089345beee5fd81ab3442fde2 | |
parent | 7d8cbd61e5194c577b70182763d4420cdd29651f (diff) | |
download | repository-f3fd8c26765a35cb58eecc8eb9a012dc06a3c894.tar.gz |
acpid: make license identifier compatible with SPDX Specification
-rw-r--r-- | extra/acpid/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/acpid/meta b/extra/acpid/meta index 6216b935..28264965 100644 --- a/extra/acpid/meta +++ b/extra/acpid/meta @@ -1,3 +1,3 @@ description: ACPI Daemon -license: GPL-2.0+ +license: GPL-2.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |