summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7948d88198..0b234dcbdfe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ifstat
install = ifstat.install
arch = i686
arch = x86_64
- license = BSD
+ license = GPL
source = http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz
source = 0001-a.patch
md5sums = b655642c33a626cfe976792fbcd9b6e1
diff --git a/PKGBUILD b/PKGBUILD
index d78bc98cc649..32a27cafd840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A tool to report network interfaces bandwith just like vmstat/iostat do for other system counters"
arch=('i686' 'x86_64')
url="http://gael.roualland.free.fr/ifstat/"
-license=('BSD')
+license=('GPL')
install=ifstat.install
source=("http://gael.roualland.free.fr/ifstat/ifstat-$pkgver.tar.gz"
"0001-a.patch")