summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn34r2019-10-19 22:26:49 +0000
committern34r2019-10-19 22:26:49 +0000
commitaa53c1d8e6d6941473f451128a60fdd1bb99af86 (patch)
tree810aa38230a105d3b67980ba6de372e4de6cd8f6
parent1e2abf1f7b471648d1435b45fb2296a19fca1360 (diff)
downloadaur-aa53c1d8e6d6941473f451128a60fdd1bb99af86.tar.gz
Licence changed to GPL3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bca3eb42fd1d..a12d7f8e047d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = ntfs-automount
pkgver = 0.1
pkgrel = 1
arch = any
- license = GPL
+ license = GPL3
depends = udev
source = https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/ntfs-automount-0.1.tar.gz
md5sums = 65c43ce38ceecec2e5964af4b1a1ca9e
diff --git a/PKGBUILD b/PKGBUILD
index 2c0458575b13..b229d509b58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ntfs-automount"
pkgdesc="NTFS automount utility based on udev rule"
pkgver=0.1
pkgrel=1
-license=('GPL')
+license=('GPL3')
arch=('any')
depends=('udev')
source=(https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)