diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-10-23 15:08:44 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-10-23 15:08:44 +0000 |
commit | d661a20c4630e716597e387fb2c972223e640b62 (patch) | |
tree | e5b2e3ace3b191c9fa6ffcd58e33fffbf4ca3df3 /main/darkice | |
parent | 018597939a9ae5e1ecbc3e34015bc2c038c1eaf6 (diff) | |
download | aports-d661a20c4630e716597e387fb2c972223e640b62.tar.bz2 aports-d661a20c4630e716597e387fb2c972223e640b62.tar.xz |
main/darkice: change code license to GPL3
Diffstat (limited to 'main/darkice')
-rw-r--r-- | main/darkice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/darkice/APKBUILD b/main/darkice/APKBUILD index 9b3d5f59e7..1cea48cfaa 100644 --- a/main/darkice/APKBUILD +++ b/main/darkice/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Live audio streamer. Records audio from an audio interface, encodes it and sends it to a streaming server" url="http://code.google.com/p/darkice/" arch="all" -license="GPL" +license="GPL3" depends= depends_dev="alsa-lib-dev faac-dev lame-dev libvorbis-dev" makedepends="$depends_dev" |