I forgot the licenses for llvm. Here they are.

svn path=/nixpkgs/trunk/; revision=22241
This commit is contained in:
Lluís Batlle i Rossell 2010-06-12 22:30:09 +00:00
parent 8db2f399d1
commit 9eb2cf4906
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation ({
meta = {
homepage = http://llvm.org/;
description = "Collection of modular and reusable compiler and toolchain technologies";
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all;
};
@ -57,6 +58,7 @@ stdenv.mkDerivation ({
meta = {
homepage = http://clang.llvm.org/;
description = "A C language family frontend for LLVM";
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://dragonegg.llvm.org/;
description = "gcc plugin that replaces gcc's optimizers and code generators by those in LLVM";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all;
};