summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-12 22:30:09 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-12 22:30:09 +0000
commit9eb2cf4906acd505dc8bf8bdf784803fbff11ce5 (patch)
tree5350676b52e3b0c2005e61d21681412c27bbe8f2 /pkgs/development/compilers/llvm
parent8db2f399d172c074ad585525a9abc7457c4ace4d (diff)
downloadnixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar.gz
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar.bz2
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar.lz
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar.xz
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.tar.zst
nixpkgs-9eb2cf4906acd505dc8bf8bdf784803fbff11ce5.zip
I forgot the licenses for llvm. Here they are.
svn path=/nixpkgs/trunk/; revision=22241
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/default.nix2
-rw-r--r--pkgs/development/compilers/llvm/dragonegg.nix1
2 files changed, 3 insertions, 0 deletions
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;
   };