diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-23 21:38:03 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-25 19:36:34 +0000 |
commit | e3046a456694402c6bf0fa36e42af0f1d8a72dc3 (patch) | |
tree | 2d690c3b423146bd29ed35e387f7a21ac396b1ca /testing/bash-completion | |
parent | 8f4729de5750a1dabf52d7bd6d7ff2fbb68f597e (diff) | |
download | aports-e3046a456694402c6bf0fa36e42af0f1d8a72dc3.tar.bz2 aports-e3046a456694402c6bf0fa36e42af0f1d8a72dc3.tar.xz |
testing/bash-completion: clarified license
Diffstat (limited to 'testing/bash-completion')
-rw-r--r-- | testing/bash-completion/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bash-completion/APKBUILD b/testing/bash-completion/APKBUILD index f5eaf42536..0ee9339d09 100644 --- a/testing/bash-completion/APKBUILD +++ b/testing/bash-completion/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Command-line tab-completion for bash" url="http://bash-completion.alioth.debian.org/" arch="noarch" -license="GPL" +license="GPL2+" depends="bash" depends_dev= makedepends="$depends_dev" |