diff --git a/.SRCINFO b/.SRCINFO
index 1c510a9..d1214ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
 pkgbase = scilab-bin
 	pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
 	pkgver = 6.1.1
-	pkgrel = 1
+	pkgrel = 2
 	url = https://www.scilab.org
 	arch = x86_64
-	license = BSD
-	license = custom:CeCILL
+	license = GPL
 	depends = ncurses5-compat-libs
 	depends = jre8-openjdk
 	conflicts = scilab
diff --git a/PKGBUILD b/PKGBUILD
index badc448..2a7200a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
 pkgname=scilab-bin
 _pkgname=${pkgname%-bin}
 pkgver=6.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
 arch=("x86_64")
-license=("BSD" "custom:CeCILL")
+license=("GPL")
 url="https://www.scilab.org"
 # Standalone package
 depends=('ncurses5-compat-libs' 'jre8-openjdk')