orc: add a comment about the license

This commit is contained in:
Bjørn Forsman 2013-08-11 14:50:55 +02:00
parent 1cdc07296d
commit 078213e892

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "The Oil Runtime Compiler"; description = "The Oil Runtime Compiler";
homepage = "http://code.entropywave.com/orc/"; homepage = "http://code.entropywave.com/orc/";
# The source code implementing the Marsenne Twister algorithm is licensed
# under the 3-clause BSD license. The rest is 2-clause BSD license.
license = stdenv.lib.license.bsd3; license = stdenv.lib.license.bsd3;
platform = stdenv.lib.platforms.linux; platform = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.iyzsong ]; maintainers = [ stdenv.lib.maintainers.iyzsong ];