diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:29:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:29:42 +0300 |
commit | 1ac32821d7c7bb82d4060c56bc070b5d34b8e887 (patch) | |
tree | c6e000d6ec9a04533e1dc0f68a9df02064ca3cbb /extra | |
parent | 5fa157f2f69dd95fec48c6347d7ef0ae5b39c995 (diff) | |
download | repository-1ac32821d7c7bb82d4060c56bc070b5d34b8e887.tar.gz |
libtasn1: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libtasn1/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libtasn1/meta b/extra/libtasn1/meta index 62426016..85af9a53 100644 --- a/extra/libtasn1/meta +++ b/extra/libtasn1/meta @@ -1,3 +1,3 @@ description: ASN.1 structure parser library -license: GPL-3.0, LGPL-2.1 +license: GPL-3.0-only, LGPL-2.1-only maintainer: Cem Keylan <cem@carbslinux.org> |