Merge pull request #49119 from markuskowa/licenses-24

Add licenses
This commit is contained in:
Jörg Thalheim 2018-10-26 09:15:39 +01:00 committed by GitHub
commit 8afb3b68b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 61 additions and 35 deletions

View file

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ]; checkInputs = [ perl ];
doCheck = false; # fails, needs the net doCheck = false; # fails, needs the net
meta = { meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library"; description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/; homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.lgpl2;
}; };
} }

View file

@ -40,9 +40,10 @@ stdenv.mkDerivation rec {
checkInputs = [ perl ]; checkInputs = [ perl ];
doCheck = false; # fails, needs the net doCheck = false; # fails, needs the net
meta = { meta = with stdenv.lib; {
description = "An HTTP and WebDAV client library"; description = "An HTTP and WebDAV client library";
homepage = http://www.webdav.org/neon/; homepage = http://www.webdav.org/neon/;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.lgpl2;
}; };
} }

View file

@ -43,5 +43,8 @@ in stdenv.mkDerivation rec {
meta = { meta = {
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
homepage = https://www.unidata.ucar.edu/software/netcdf/; homepage = https://www.unidata.ucar.edu/software/netcdf/;
license = {
url = https://www.unidata.ucar.edu/software/netcdf/docs/copyright.html;
};
}; };
} }

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "D-Bus for .NET"; description = "D-Bus for .NET";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mit;
}; };
} }

View file

@ -35,9 +35,10 @@ stdenv.mkDerivation {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = with stdenv.lib; {
homepage = http://www.mozilla.org/projects/nspr/; homepage = http://www.mozilla.org/projects/nspr/;
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions"; description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
license = licenses.mpl20;
}; };
} }

View file

@ -25,10 +25,10 @@ stdenv.mkDerivation rec {
sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c sed -e "s@/usr\(/lib/ntrack/modules/\)@$out&@" -i common/ntrack.c
''; '';
meta = { meta = with stdenv.lib; {
description = "Network Connectivity Tracking library for Desktop Applications"; description = "Network Connectivity Tracking library for Desktop Applications";
homepage = https://launchpad.net/ntrack; homepage = https://launchpad.net/ntrack;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
maintainers = [ ]; license = licenses.lgpl3Plus;
}; };
} }

View file

@ -9,8 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "0l63ymlkgfp5cb0ggqwm386lxmc3al21nb7a07dd49f789d33ib5"; sha256 = "0l63ymlkgfp5cb0ggqwm386lxmc3al21nb7a07dd49f789d33ib5";
}; };
meta = { meta = with stdenv.lib; {
description = "Open Dynamics Engine"; description = "Open Dynamics Engine";
platforms = stdenv.lib.platforms.linux; homepage = https://sourceforge.net/projects/opende;
platforms = platforms.linux;
license = with licenses; [ bsd3 lgpl21 lgpl3 zlib ];
}; };
} }

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
description = "VoIP library"; description = "VoIP library";
maintainers = [ maintainers.raskin ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ bsdOriginal mpl10 gpl2Plus lgpl21 ];
}; };
passthru = { passthru = {

View file

@ -25,10 +25,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = with stdenv.lib; {
description = "Open CASCADE Technology, libraries for 3D modeling and numerical simulation"; description = "Open CASCADE Technology, libraries for 3D modeling and numerical simulation";
homepage = http://www.opencascade.org/; homepage = http://www.opencascade.org/;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = [ maintainers.viric ];
platforms = with stdenv.lib.platforms; linux; platforms = platforms.linux;
license = licenses.lgpl21;
}; };
} }

View file

@ -26,13 +26,12 @@ stdenv.mkDerivation rec {
cp license.txt "$out/share/doc/opencsg" cp license.txt "$out/share/doc/opencsg"
''; '';
meta = { meta = with stdenv.lib; {
description = "Constructive Solid Geometry library"; description = "Constructive Solid Geometry library";
homepage = http://www.opencsg.org/; homepage = http://www.opencsg.org/;
platforms = with stdenv.lib.platforms; platforms = platforms.linux;
linux; maintainers = [ maintainers.raskin ];
maintainers = with stdenv.lib.maintainers; license = licenses.gpl2;
[raskin];
}; };
} }

View file

@ -15,4 +15,10 @@ stdenv.mkDerivation rec {
''; '';
buildInputs = [ readline mysql.connector-c postgresql sqlite ]; buildInputs = [ readline mysql.connector-c postgresql sqlite ];
meta = with stdenv.lib; {
description = "Extremely lightweight but extensible database access library written in C";
license = licenses.lgpl21;
platforms = platforms.all;
};
} }

View file

@ -9,10 +9,11 @@ stdenv.mkDerivation rec {
sha256 = "0pz8kf9mxj0k8yp8jgmhahddz58zv2b7gnyjwng75xgsx4i55xi2"; sha256 = "0pz8kf9mxj0k8yp8jgmhahddz58zv2b7gnyjwng75xgsx4i55xi2";
}; };
meta = { meta = with lib; {
homepage = https://www.openpam.org; homepage = https://www.openpam.org;
description = "An open source PAM library that focuses on simplicity, correctness, and cleanliness"; description = "An open source PAM library that focuses on simplicity, correctness, and cleanliness";
platforms = lib.platforms.unix; platforms = platforms.unix;
maintainers = with lib.maintainers; [ matthewbauer ]; maintainers = with maintainers; [ matthewbauer ];
license = licenses.bsd3;
}; };
} }

View file

@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
description = "A cryptographic library that implements the SSL and TLS protocols"; description = "A cryptographic library that implements the SSL and TLS protocols";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.cstrahan ]; maintainers = [ stdenv.lib.maintainers.cstrahan ];
license = licenses.openssl;
priority = 10; # resolves collision with man-pages priority = 10; # resolves collision with man-pages
}; };
} }

View file

@ -13,7 +13,10 @@ stdenv.mkDerivation {
pango pango
]; ];
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.unix; description = "Implements several of the inline properties defined by XSL that are not currently implemented by Pango.";
homepage = https://sourceforge.net/projects/pangopdf;
platforms = platforms.unix;
license = licenses.lgpl2;
}; };
} }

View file

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
description = "GStreamer backend for Phonon"; description = "GStreamer backend for Phonon";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel ]; maintainers = with maintainers; [ ttuegel ];
license = licenses.lgpl21;
}; };
src = fetchurl { src = fetchurl {

View file

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://phonon.kde.org/; homepage = https://phonon.kde.org/;
description = "GStreamer backend for Phonon"; description = "GStreamer backend for Phonon";
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ bsd3 lgpl2Plus ];
}; };
src = fetchurl { src = fetchurl {

View file

@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://podofo.sourceforge.net; homepage = http://podofo.sourceforge.net;
description = "A library to work with the PDF file format"; description = "A library to work with the PDF file format";
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
maintainers = [ ]; license = with licenses; [ gpl2 lgpl2 ];
}; };
} }

View file

@ -25,9 +25,10 @@ stdenv.mkDerivation {
done done
''; '';
meta = { meta = with stdenv.lib; {
description = "A Qt wrapper around PolKit"; description = "A Qt wrapper around PolKit";
maintainers = with stdenv.lib.maintainers; [ ttuegel ]; maintainers = [ maintainers.ttuegel ];
platforms = with stdenv.lib.platforms; linux; platforms = platforms.linux;
license = licenses.lgpl21;
}; };
} }

View file

@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
doCheck = false; # fails doCheck = false; # fails
meta = { meta = with stdenv.lib; {
description = "Command line option parsing library"; description = "Command line option parsing library";
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.mit;
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Qt4 library for QR-codes"; description = "Qt4 library for QR-codes";
maintainers = [ ]; license = stdenv.lib.licenses.mit;
inherit (qt4.meta) platforms; inherit (qt4.meta) platforms;
}; };
} }

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
description = "Portable Tools from OPAL VoIP"; description = "Portable Tools from OPAL VoIP";
maintainers = [ maintainers.raskin ]; maintainers = [ maintainers.raskin ];
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ beerware bsdOriginal mpl10 ];
}; };
passthru = { passthru = {