summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorick Rommers2015-08-05 14:39:12 +0200
committerYorick Rommers2015-08-05 14:39:12 +0200
commitc63174f1b0737399d841f6e29b6f40214d4547df (patch)
treece647c3e9b5ac000c23cb397657d2ee420cd3d45
parent1e93d44128b88c59724e03281126bc7f8232e501 (diff)
downloadaur-c63174f1b0737399d841f6e29b6f40214d4547df.tar.gz
Changed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501b80e8b858..b856c289e2ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dattobd
pkgrel = 1
url = https://github.com/datto/dattobd
arch = any
- license = unknown
+ license = GPL2
source = git://github.com/datto/dattobd.git
source = http://www.imegumii.nl/dattobd.conf
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e4a68056e621..884c079166fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="kernel module for taking block-level snapshots and incremental backups of Linux block devices"
arch=('any')
url="https://github.com/datto/dattobd"
-license=('unknown')
+license=('GPL2')
depends=('')
source=("git://github.com/datto/dattobd.git"
"http://www.imegumii.nl/dattobd.conf")