summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2020-08-03 14:18:30 +0200
committerMatthias Gatto2020-08-03 14:18:30 +0200
commit1e98b384e414db72b57b086e3f906303784e44dc (patch)
treec39226d99c4b59e2c813779276ab9946d3bea9e0
parentedc695b8006c9f4cdb8173137912bd4a12524854 (diff)
downloadaur-1e98b384e414db72b57b086e3f906303784e44dc.tar.gz
fix licence mistake
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
-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)