Author: viric
Date: 2010-06-12 22:30:09 +0000 (Sat, 12 Jun 2010)
New Revision: 22241

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22241&view=rev

Modified:
   nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix
   nixpkgs/trunk/pkgs/development/compilers/llvm/dragonegg.nix

Log:
I forgot the licenses for llvm. Here they are.

Changes:

Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix   2010-06-12 
22:14:43 UTC (rev 22240)
+++ nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix   2010-06-12 
22:30:09 UTC (rev 22241)
@@ -15,6 +15,7 @@
   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 @@
     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;
     };

Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/dragonegg.nix
===================================================================
--- nixpkgs/trunk/pkgs/development/compilers/llvm/dragonegg.nix 2010-06-12 
22:14:43 UTC (rev 22240)
+++ nixpkgs/trunk/pkgs/development/compilers/llvm/dragonegg.nix 2010-06-12 
22:30:09 UTC (rev 22241)
@@ -23,6 +23,7 @@
   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;
   };

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to