summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-21 15:34:34 +0300
committerDimitris Kiziridis2020-06-21 15:34:34 +0300
commitf294cbd42319e452751fc9acd500fd594c11575a (patch)
tree09b25cde74b544ac1741308ddcdef5ccde979234
parentc663e293a427839f0aebc8a7f68bc1777b89d6d4 (diff)
downloadaur-f294cbd42319e452751fc9acd500fd594c11575a.tar.gz
add GPL3 license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60fd62bc485..ddf73cd90530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = lms
url = http://lms.demo.poupon.io
install = lms.install
arch = x86_64
- license = custom:unknown
+ license = GPL3
makedepends = cmake
makedepends = wt
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index 497bc750337e..ce2e609eb243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Lightweight Music Server. Access your self-hosted music using a web int
arch=('x86_64')
url='http://lms.demo.poupon.io'
install=lms.install
-license=('custom:unknown')
+license=('GPL3')
depends=('ffmpeg'
'libconfig'
'taglib'