[arch-commits] Commit in klibc/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Wed Oct 21 21:52:07 UTC 2009


    Date: Wednesday, October 21, 2009 @ 17:52:06
  Author: thomas
Revision: 56449

Fix license - parts of this are BSD, parts are GPL. However, no BSD license file is included, so I don't add one either

Modified:
  klibc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 21:46:48 UTC (rev 56448)
+++ PKGBUILD	2009-10-21 21:52:06 UTC (rev 56449)
@@ -16,7 +16,8 @@
 pkgdesc="A minimal libc made for early-userspace"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/libs/klibc/"
-license=('BSD')
+# There is no copy of the BSD license in the package, so I won't provide one either
+license=('BSD' 'GPL')
 groups=('base')
 options=(!ccache !strip)
 source=(http://www.kernel.org/pub/linux/libs/klibc/${_klibcbranch}/${pkgname}-${pkgver}.tar.gz




More information about the arch-commits mailing list