diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 19:43:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-23 19:43:12 +0000 |
commit | 384400177bf559905791c39d51edfb652d745c62 (patch) | |
tree | c93777da22ea9c048d0b61d8a7780648f6634dde /media-sound/alsa-driver | |
parent | Revision bump due to testing some fixes I made that only affect (diff) | |
download | gentoo-2-384400177bf559905791c39d51edfb652d745c62.tar.gz gentoo-2-384400177bf559905791c39d51edfb652d745c62.tar.bz2 gentoo-2-384400177bf559905791c39d51edfb652d745c62.zip |
Changed GPL to GPL-2 and LGPL-2.1 to LICENSE
Diffstat (limited to 'media-sound/alsa-driver')
4 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild index 435c874b352e..6c3d67f0d992 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild,v 1.8 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild,v 1.9 2002/09/23 19:43:12 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture modules" @@ -12,7 +12,7 @@ DEPEND="sys-devel/autoconf virtual/glibc" PROVIDE="virtual/alsa" SLOT="0.5" -LICENSE="GPL" +LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86" setkv() { diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild index 3872ea2ef946..24f335dd6085 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild,v 1.7 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild,v 1.8 2002/09/23 19:43:12 vapier Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}" PROVIDE="virtual/alsa" SLOT="0.9" -LICENSE="GPL" +LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 ppc" src_unpack() { diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild index 9edab0ab84f7..fa6825fad2eb 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild,v 1.7 2002/08/16 15:39:13 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild,v 1.8 2002/09/23 19:43:12 vapier Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" @@ -26,7 +26,7 @@ RDEPEND="${DEPEND}" PROVIDE="virtual/alsa" SLOT="0.9" -LICENSE="GPL" +LICENSE="GPL-2 LGPL-2.1" KEYWORDS="x86 ppc" src_unpack() { diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild index 016da622b0a0..960e85ac0626 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.3 2002/09/05 00:48:56 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.4 2002/09/23 19:43:12 vapier Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" -LICENSE="GPL" +LICENSE="GPL-2 LGPL-2.1" # By default, drivers for all supported cards will be compiled. # If you want to only compile for specific card(s), set ALSA_CARDS |