diff options
author | TBK <tbk@jjtc.eu> | 2020-03-02 20:26:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 02:25:50 -0300 |
commit | 363f39d27bda26220fcebfec367b888b6b46f04f (patch) | |
tree | d060f896f51801280303fde34943ebbf72014d83 | |
parent | b249f567c30d67dbbb7d003c20aab07098cdd266 (diff) | |
download | aports-363f39d27bda26220fcebfec367b888b6b46f04f.tar.bz2 aports-363f39d27bda26220fcebfec367b888b6b46f04f.tar.xz |
community/inkscape: clarify license
-rw-r--r-- | community/inkscape/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD index 3e98b79dff..f9f2c695a7 100644 --- a/community/inkscape/APKBUILD +++ b/community/inkscape/APKBUILD @@ -5,7 +5,7 @@ pkgrel=6 pkgdesc="A vector-based drawing program - svg compliant" url="https://inkscape.org/" arch="all" -license="GPL LGPL" +license="GPL-2.0-or-later AND LGPL-2.1-or-later" makedepends=" autoconf automake |