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 df9049808e4a..ec0d60e7909a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = clustershell
url = http://cea-hpc.github.io/clustershell/
changelog = ChangeLog
arch = any
- license = custom:CeCILL
+ license = LGPL
makedepends = python
makedepends = python-setuptools
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 8e2dae063893..171897f1cea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Python framework for efficient cluster administration"
arch=(any)
url="http://cea-hpc.github.io/clustershell/"
-license=('custom:CeCILL')
+license=('LGPL')
groups=()
depends=('python2')
makedepends=('python' 'python-setuptools')