summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2018-02-26 13:38:32 +0100
committerHyacinthe Cartiaux2018-02-26 13:38:32 +0100
commite672e176152ec47587054381573641cbad41f4a1 (patch)
tree5aa11dff2caa0d24d7a5b7c0b77e821c9954f2f6
parenta82f9b0fe36a1567d43d86c648119c1b264096f9 (diff)
downloadaur-e672e176152ec47587054381573641cbad41f4a1.tar.gz
New license (CeCill -> LGPL)
-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')