Skip to content

Commit

Permalink
Merge pull request #44358 from NixOS/add-missing-licenses
Browse files Browse the repository at this point in the history
Add missing licenses
  • Loading branch information
pSub committed Aug 11, 2018
2 parents b92956d + a34579e commit c53c998
Show file tree
Hide file tree
Showing 111 changed files with 157 additions and 14 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/display-managers/sddm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ in mkDerivation rec {
homepage = https://github.com/sddm/sddm;
maintainers = with maintainers; [ abbradar ttuegel ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/display-managers/slim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/editors/nedit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/nedit;
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2;
};
}
3 changes: 2 additions & 1 deletion pkgs/applications/graphics/dosage/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pythonPackages, fetchFromGitHub }:
{ stdenv, pythonPackages, fetchFromGitHub }:

pythonPackages.buildPythonApplication rec {
pname = "dosage";
Expand All @@ -23,5 +23,6 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "A comic strip downloader and archiver";
homepage = https://dosage.rocks/;
license = stdenv.lib.licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/graphics/jbrout/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ in pythonPackages.buildPythonApplication rec {
homepage = http://manatlan.com/jbrout/;
description = "Photo manager";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/cointop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ buildGoPackage rec {
homepage = https://cointop.sh;
platforms = stdenv.lib.platforms.linux; # cannot test others
maintainers = [ ];
license = stdenv.lib.licenses.asl20;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/fetchmail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ stdenv.mkDerivation {

platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.peti ];
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/osmctools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
https://wiki.openstreetmap.org/wiki/Osmfilter
];
platforms = platforms.unix;
license = licenses.agpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/pdfmod/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
description = "A simple application for modifying PDF documents";
platforms = platforms.all;
maintainers = with maintainers; [ obadz ];
license = licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/pdfshuffler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ python3Packages.buildPythonApplication rec {
description = "Merge or split pdf documents and rotate, crop and rearrange their pages";
platforms = platforms.linux;
maintainers = with maintainers; [ mic92 ];
license = licenses.gpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/rxvt_unicode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ stdenv.mkDerivation (rec {
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
maintainers = [ ];
platforms = platforms.unix;
license = licenses.gpl3;
};
})
1 change: 1 addition & 0 deletions pkgs/applications/misc/tasknc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
description = "A ncurses wrapper around taskwarrior";
maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; # Cannot test others
license = licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/twmn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/sboli/twmn;
platforms = with stdenv.lib.platforms; linux;
maintainers = [ stdenv.lib.maintainers.matejc ];
license = stdenv.lib.licenses.lgpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/xmove/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/browsers/dillo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.linux;
license = licenses.gpl3;
};
}
2 changes: 2 additions & 0 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ rec {
homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = with lib.maintainers; [ eelco ];
platforms = lib.platforms.linux;
license = lib.licenses.mpl20;
};
updateScript = callPackage ./update.nix {
attrPath = "firefox-unwrapped";
Expand Down Expand Up @@ -138,6 +139,7 @@ rec {
'';
homepage = https://www.torproject.org/projects/torbrowser.html;
platforms = lib.platforms.linux;
license = lib.licenses.bsd3;
};
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/networking/browsers/w3m/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
description = "A text-mode web browser";
maintainers = [ maintainers.cstrahan ];
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.mit;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
description = "VOIP/Videoconferencing app with full SIP and H.323 support";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
};

passthru = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ stdenv.mkDerivation rec {
description = "Desktop client for the Matrix protocol";
maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
license = licenses.gpl3Plus;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ stdenv.mkDerivation {
mkdir -p $out/share/applications
ln -s ${desktopItem}/share/applications/* $out/share/applications
'';

inherit (rambox-bare.meta // {
platforms = [ "i686-linux" "x86_64-linux" ];
});
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/irc/irssi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "A terminal based IRC client";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/owncloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = https://owncloud.org;
maintainers = [ maintainers.qknight ];
platforms = platforms.unix;
license = licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/siproxd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "A masquerading SIP Proxy Server";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/window-managers/taffybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ in stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3;
};
}
1 change: 1 addition & 0 deletions pkgs/data/fonts/junicode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ fetchzip {
homepage = http://junicode.sourceforge.net/;
description = "A Unicode font for medievalists";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/data/fonts/libertine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
homepage = http://linuxlibertine.sf.net;
platforms = platforms.linux;
maintainers = [ maintainers.volth ];
license = licenses.ofl;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/jikes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.epl10;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/nasm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
platforms = platforms.unix;
maintainers = with maintainers; [ pSub willibutz ];
license = licenses.bsd2;
};
}
3 changes: 2 additions & 1 deletion pkgs/development/interpreters/pyrex/0.9.5.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages }:

let version = "0.9.5.1.1"; in

Expand All @@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}
3 changes: 2 additions & 1 deletion pkgs/development/interpreters/pyrex/0.9.6.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages }:

let version = "0.9.6.4"; in

Expand All @@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}
1 change: 1 addition & 0 deletions pkgs/development/interpreters/scheme48/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stdenv.mkDerivation {
description = "Scheme 48";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; unix;
license = stdenv.lib.licenses.bsd3;
};

src = fetchurl {
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/libraries/beecrypt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl2;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/exiv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = http://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata";
platforms = platforms.all;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/java/smack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.asl20;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libbluedevil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libcdaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl2;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libcdr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "A library providing ability to interpret and import Corel Draw drawings into various applications";
homepage = http://www.freedesktop.org/wiki/Software/libcdr;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.mpl20;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libdmtx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://libdmtx.org;
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.bsd2;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libdwarf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ let
meta = {
homepage = https://www.prevanders.net/dwarf.html;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl21Plus;
};

in rec {
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/libraries/libee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ stdenv.mkDerivation {
homepage = http://www.libee.org/;
description = "An Event Expression Library inspired by CEE";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.lgpl21Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/openbabel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.gpl2Plus;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/openbsm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.openbsm.org/;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ matthewbauer ];
license = lib.licenses.bsd2;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/tre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ stdenv.mkDerivation rec {

meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd2;
};
}
1 change: 1 addition & 0 deletions pkgs/development/mobile/androidenv/androidndk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
license = stdenv.lib.licenses.asl20;
};
}
1 change: 1 addition & 0 deletions pkgs/development/mobile/androidenv/androidsdk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = [];
license = stdenv.lib.licenses.unfree;
};
}
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/acme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ buildPythonPackage rec {
checkInputs = [ nose ];

postUnpack = "sourceRoot=\${sourceRoot}/acme";

meta = certbot.meta // {
description = "ACME protocol implementation in Python";
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/amqplib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = http://code.google.com/p/py-amqplib/;
description = "Python client for the Advanced Message Queuing Procotol (AMQP)";
license = licenses.lgpl21;
};
}
8 changes: 7 additions & 1 deletion pkgs/development/python-modules/ansi/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi }:
{ lib, buildPythonPackage, fetchPypi }:

buildPythonPackage rec {
pname = "ansi";
Expand All @@ -12,4 +12,10 @@ buildPythonPackage rec {
checkPhase = ''
python -c "import ansi.color"
'';

meta = with lib; {
description = "ANSI cursor movement and graphics";
homepage = https://github.com/tehmaze/ansi/;
license = licenses.mit;
};
}
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/anyjson/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi, isPy3k, nose }:
{ lib, buildPythonPackage, fetchPypi, isPy3k, nose }:

buildPythonPackage rec {
pname = "anyjson";
Expand All @@ -14,8 +14,9 @@ buildPythonPackage rec {

buildInputs = [ nose ];

meta = {
homepage = https://pypi.python.org/pypi/anyjson/;
meta = with lib; {
homepage = https://bitbucket.org/runeh/anyjson/;
description = "Wrapper that selects the best available JSON implementation";
license = licenses.bsd2;
};
}

0 comments on commit c53c998

Please sign in to comment.