summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2017-10-23 15:13:58 +0200
committerStefan Auditor2017-10-23 15:13:58 +0200
commit8e72bbfc6fee9bac0ccd530553f28850b670696d (patch)
treeff3edfdde6840a4fd7b0be9b05ec5f056491c0e8
parente71e6cb9f020bf7ebdba8120416b1caa1300d673 (diff)
downloadaur-8e72bbfc6fee9bac0ccd530553f28850b670696d.tar.gz
Update license information
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c0706f6cac..e257831b1c75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cmsscanner
pkgrel = 1
url = https://github.com/CMS-Garden/cmsscanner
arch = any
- license = GPL
+ license = MIT
makedepends = php-box
makedepends = php-composer
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 3c03e5b5934f..e818eb73f244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Detects FOSS CMS in the local filesystem'
arch=('any')
url='https://github.com/CMS-Garden/cmsscanner'
-license=('GPL')
+license=('MIT')
depends=('php')
makedepends=('php-box' 'php-composer' 'git')
source=("${_pkgname}::git+https://github.com/CMS-Garden/cmsscanner.git#tag=${pkgver}")