summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGil Forsyth2015-08-28 16:33:09 -0400
committerGil Forsyth2015-08-28 16:33:09 -0400
commitda5c5059541eb34dc0b09b7e785b7763ba0c0839 (patch)
tree09f34cef4664c9710119a53507ceec366b9ba257
parent4755f3130b1c358f4a4fe08d73096370266b47f4 (diff)
downloadaur-da5c5059541eb34dc0b09b7e785b7763ba0c0839.tar.gz
update license (GPL3)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5010cf94cda5..93492b19571f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = xrectsel
url = https://github.com/lolilolicon/xrectsel
arch = i686
arch = x86_64
- license = unknown
+ license = GPL3
makedepends = git
depends = libx11
source = git://github.com/lolilolicon/xrectsel.git
diff --git a/PKGBUILD b/PKGBUILD
index 3234ce2867dc..3646b35538d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=xrectsel
pkgver=1.0
pkgrel=1
pkgdesc="a small program that tells you the geometry of a rectangular screen region selected with the mouse"
-license=('unknown')
+license=('GPL3')
arch=('i686' 'x86_64')
url="https://github.com/lolilolicon/xrectsel"
source=(git://github.com/lolilolicon/xrectsel.git)