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 83362f896804..bd858ad16a23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = osc-cli-git
pkgrel = 1
url = https://github.com/outscale/osc-cli
arch = any
- license = GPL3
+ license = BSD
makedepends = python-setuptools
depends = python-fire
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 87d9643fe6df..99f042af4a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Outscale CLI'
arch=('any')
url='https://github.com/outscale/osc-cli'
-license=(GPL3)
+license=(BSD)
makedepends=('python-setuptools')
depends=(python-fire python-requests python-xmltodict)