summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe5a8d905639..2be42829206a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = etesync-dav
pkgrel = 1
url = https://pypi.python.org/pypi/etesync-dav/
arch = any
- license = LGPL
+ license = GPL
makedepends = python-setuptools
depends = python-appdirs
depends = python-radicale-storage-etesync
diff --git a/PKGBUILD b/PKGBUILD
index 74d042b3301e..bca885322d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A CalDAV and CardDAV front-end/proxy for EteSync "
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/"
-license=('LGPL')
+license=('GPL')
depends=('python-appdirs'
'python-radicale-storage-etesync'
)