summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Grunbaum2020-10-24 14:06:45 +1100
committerJoel Grunbaum2020-10-24 14:06:45 +1100
commit48d0e3251f4bce23089113fa83da6b5d2a236aa6 (patch)
tree5d103d3d9bd1691b87e60d2f4a5491186a0afbb8
parent38da19acf57135396c8106ab60acb331008c8eba (diff)
downloadaur-48d0e3251f4bce23089113fa83da6b5d2a236aa6.tar.gz
Relicensed to MIT
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3a287100bc..0930e2de894d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dnscomp-git
pkgrel = 1
url = https://github.com/Chizi123/dnscomp.git
arch = x86_64
- license = GPL3
+ license = MIT
makedepends = git
provides = dnscomp
source = dnscomp::git+https://github.com/Chizi123/dnscomp.git
diff --git a/PKGBUILD b/PKGBUILD
index ac1047696122..d4f8801de9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.r26.7a2cec3
pkgrel=1
pkgdesc="A simple, fast DNS benchmark tool"
arch=('x86_64')
-license=('GPL3')
+license=('MIT')
makedepends=('git')
provides=("$_pkgname")
source=("$_pkgname::git+https://github.com/Chizi123/dnscomp.git")