Fix license attribute of many bsd-like licensed packages

This commit is contained in:
Pascal Wittmann
2014-12-21 00:00:35 +01:00
parent f55545c0c9
commit f94580da69
49 changed files with 60 additions and 60 deletions

View File

@@ -61,7 +61,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.call-cc.org/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; allBut darwin;
description = "A portable compiler for the Scheme programming language";

View File

@@ -33,8 +33,8 @@ edk2 = stdenv.mkDerivation {
meta = {
description = "Intel EFI development kit";
homepage = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2;
license = "BSD";
homepage = http://sourceforge.net/projects/edk2/;
license = stdenv.lib.licenses.bsd2;
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = ["x86_64-linux" "i686-linux"];
};

View File

@@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
};
meta = {
meta = with stdenv.lib; {
homepage = http://www.tortall.net/projects/yasm/;
description = "Complete rewrite of the NASM assembler";
license = "BSD";
platforms = stdenv.lib.platforms.unix;
license = licenses.bsd2;
platforms = platforms.unix;
};
}

View File

@@ -15,12 +15,12 @@ stdenv.mkDerivation {
};
meta = {
description = "a Scheme shell";
description = "A Scheme shell";
longDescription = ''
SCSH is an implementation of the Scheme shell. It is implemented as
a heap image which is interpreted by the Scheme 48 virtual machine.
'';
homepage = http://www.scsh.net/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -10,6 +10,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.nongnu.org/confuse/;
description = "Configuration file parser library";
license = "BSD";
license = stdenv.lib.licenses.isc;
};
}

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.opensc-project.org/engine_pkcs11/;
license = "BSD";
license = stdenv.lib.licenses.bsdOriginal;
description = "Engine for OpenSSL to use smart cards in PKCS#11 format";
};
}

View File

@@ -19,6 +19,6 @@ stdenv.mkDerivation {
combination of description and tag/value pairs.
'';
homepage = "http://www.balabit.com/support/community/products/";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://people.cs.ubc.ca/~mariusm/flann/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
description = "Fast approximate nearest neighbor searches in high dimensional spaces";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://code.google.com/p/google-glog/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
description = "Library for application-level logging";
};
}

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Insight Segmentation and Registration Toolkit";
homepage = http://www.itk.org/;
license = "BSD";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library with the aim of simplifying DNS programming in C";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
homepage = "http://www.nlnetlabs.nl/projects/ldns/";
};
}

View File

@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = "http://libcello.org/";
homepage = http://libcello.org/;
description = "Higher level programming in C";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "Provides a simplified, portable interface to several low-level networking routines";
homepage = http://code.google.com/p/libdnet/;
license = "BSD"; # New BSD license
license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
meta = {
description = "F2c converts Fortran 77 source code to C";
homepage = http://www.netlib.org/f2c/;
license = "BSD";
license = stdenv.lib.licenses.mit;
};
}

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
description = "Library for MUSCLE smartcard applications";
homepage = http://pcsclite.alioth.debian.org/;
license = "BSD";
license = stdenv.lib.licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open, royalty-free, highly versatile audio codec";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
homepage = http://www.opus-codec.org/;
};
}

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.willowgarage.com/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.org/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric flosse];
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.openjpeg.org/;
description = "Open-source JPEG 2000 codec written in C language";
license = "BSD";
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.all;
};
}

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://pointclouds.org/;
description = "Open project for 2D/3D image and point cloud processing";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
description = "Graphical effect and filter library for KDE4";
license = "BSD";
license = stdenv.lib.licenses.bsd2;
homepage = "http://${pn}.sourceforge.net";
};
}

View File

@@ -15,6 +15,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.freedesktop.org/software/startup-notification;
description = "Application startup notification and feedback library";
license = "BSD";
license = stdenv.lib.licenses.lgpl2;
};
}

View File

@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://xiph.org/tremor/;
description = "Fixed-point version of the Ogg Vorbis decoder";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
};
}

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = http://www.vtk.org/;
license = "BSD";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ viric bbenoist ];
platforms = with stdenv.lib.platforms; linux;
};