aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Brainville2017-12-09 20:08:43 +0100
committerGitHub2017-12-09 20:08:43 +0100
commitff8ec6e710e4a71227e47af305c2457c0a09d158 (patch)
tree9f4c4c6c3d5ef6211a219c9a0b30d94ba081c655
parentef8cfad28c8a98cc782d1c760f567ebf8aef4e44 (diff)
downloadaur-ff8ec6e710e4a71227e47af305c2457c0a09d158.tar.gz
Set licence to MIT
The license of xxgdb in the source code follows the MIT "old style" with a no-advertising clause and a warranty disclamer.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6ebdd521fb..857f1585a392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A simple but powerful graphical interface to gdb'
arch=('i686' 'x86_64')
url='ftp://ftp.x.org/contrib/utilities/'
-license=('unknown')
+license=('MIT')
depends=('gdb' 'glibc' 'libxaw' 'libxt' 'libx11' 'imake')
provides=('xxgdb')