From 9eb2cf4906acd505dc8bf8bdf784803fbff11ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 12 Jun 2010 22:30:09 +0000 Subject: [PATCH] I forgot the licenses for llvm. Here they are. svn path=/nixpkgs/trunk/; revision=22241 --- pkgs/development/compilers/llvm/default.nix | 2 ++ pkgs/development/compilers/llvm/dragonegg.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index 8a6e2e18554..3948f8b7376 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -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; }; diff --git a/pkgs/development/compilers/llvm/dragonegg.nix b/pkgs/development/compilers/llvm/dragonegg.nix index 810807cd1d1..4724e509a6e 100644 --- a/pkgs/development/compilers/llvm/dragonegg.nix +++ b/pkgs/development/compilers/llvm/dragonegg.nix @@ -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; };