diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:34:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:34:54 +0300 |
commit | a1ec4d514c38786610e576f9715ea1a3010c00c8 (patch) | |
tree | b33e1e1055de9ba97348b905af5cd13b1f5d2e78 | |
parent | 6435a6fdaa60990a755350a5c8b970ac8e3d6fbf (diff) | |
download | repository-a1ec4d514c38786610e576f9715ea1a3010c00c8.tar.gz |
poppler: make license identifier compatible with SPDX Specification
-rw-r--r-- | extra/poppler/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/poppler/meta b/extra/poppler/meta index 58880857..9916e32f 100644 --- a/extra/poppler/meta +++ b/extra/poppler/meta @@ -1,3 +1,3 @@ description: PDF rendering library -license: GPL-2.0+, GPL-3.0+ +license: GPL-2.0-or-later, GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |