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 669d815fbf50..3d0307b78b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ps3toolchain
pkgrel = 1
url = https://github.com/ps3dev/ps3toolchain
arch = any
- license = GPL
+ license = MIT
depends = ps3-ppu-binutils>=2.40
depends = ps3-ppu-gcc>=9.5.0
depends = ps3-spu-binutils>=2.22
diff --git a/PKGBUILD b/PKGBUILD
index 716a59082c8d..099b017e0d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Meta package for tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.'
url='https://github.com/ps3dev/ps3toolchain'
arch=('any')
-license=('GPL')
+license=('MIT')
depends=(
'ps3-ppu-binutils>=2.40'
'ps3-ppu-gcc>=9.5.0'