pkgs/servers: remove licenses.gpl2

This commit is contained in:
Jussi Kuokkanen 2024-05-23 11:44:51 +03:00
parent e2978833fe
commit 8064d28a4f
51 changed files with 51 additions and 51 deletions

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Daemon for controlling APC UPSes";
homepage = "http://www.apcupsd.com/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
};

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation {
homepage = "https://www.tinkerforge.com/";
description = "A daemon (or service on Windows) that acts as a bridge between the Bricks/Bricklets and the API bindings for the different programming languages";
maintainers = [ lib.maintainers.qknight ];
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
mainProgram = "brickd";
};

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "DNS Loadbalancer";
mainProgram = "dnsdist";
homepage = "https://dnsdist.org";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ jojosch ];
};
}

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.powerdns.com";
platforms = platforms.unix;
broken = stdenv.isDarwin;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ mic92 disassembler nickcao ];
};
})

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://freeradius.org/";
description = "A modular, high performance free RADIUS suite";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sheenobu willibutz lheckemann ];
platforms = with platforms; linux;
};

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A very secure FTP daemon";
mainProgram = "vsftpd";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
};

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A lightweight Gopher server";
homepage = "https://gofish.sourceforge.net/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix;
};

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.nico.schottelius.org/software/gpm/";
description = "A daemon that provides mouse support on the Linux console";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux ++ platforms.cygwin;
maintainers = with maintainers; [ eelco ];
};

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/openstreetmap/mod_tile";
description = "Efficiently render and serve OpenStreetMap tiles using Apache and Mapnik";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jglukasik ];
platforms = platforms.linux;
};

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A high performance web server";
homepage = "http://www.fefe.de/gatling/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = platforms.linux;
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.hiawatha-webserver.org";
description = "An advanced and secure webserver";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.unix; # "Hiawatha runs perfectly on Linux, BSD and MacOS X"
maintainers = [];
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
support.
";
homepage = "https://lwan.ws/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ leenaars ];
};

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "HTTP server for purely static content";
homepage = "http://linux.bytesex.org/misc/webfs.html";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ zimbatm ];
mainProgram = "webfsd";

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.icecast.org";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ jcumming ];
platforms = with lib.platforms; unix;
};

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Distributed compiler with a central scheduler to share build load";
inherit (src.meta) homepage;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ emantor ];
platforms = with platforms; linux ++ darwin;
};

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple identd that just replies with a random string or customized userid";
mainProgram = "nullidentdmod";
license = licenses.gpl2;
license = licenses.gpl2Plus;
homepage = "http://acidhub.click/NullidentdMod";
maintainers = with maintainers; [ das_j ];
platforms = platforms.linux; # Must be run by systemd

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Configurable Ident protocol server";
mainProgram = "oidentd";
homepage = "https://oidentd.janikrabe.com/";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
};
}

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "IRCv3 server designed to be highly scalable";
homepage = "https://github.com/charybdis-ircd/charybdis";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lassulus ];
platforms = platforms.unix;
};

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Next Generation IRC Daemon";
mainProgram = "ngircd";
homepage = "https://ngircd.barton.de";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
};
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A super small webserver that serves blank pages";
mainProgram = "kwakd";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.nicknovitski ];
platforms = platforms.unix;
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open source survey application";
license = licenses.gpl2;
license = licenses.gpl2Plus;
homepage = "https://www.limesurvey.org";
maintainers = with maintainers; [offline];
platforms = with platforms; unix;

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
A sendmail/qmail/etc replacement MTA for hosts which relay to a fixed set of smart relays.
It is designed to be simple to configure, secure, and easily extendable.
'';
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers ; [ sargon ];
};

View File

@ -19,7 +19,7 @@ in runCommand name {
description = "A postfix policy server to provide greylisting";
homepage = "https://postgrey.schweikert.ch/";
platforms = postfix.meta.platforms;
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
} ''
mkdir -p $out/bin

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/roehling/postsrsd";
description = "Postfix Sender Rewriting Scheme daemon";
mainProgram = "postsrsd";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ abbradar ];
};

View File

@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open source mailing list manager";
homepage = "https://www.sympa.org";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sorki mmilata ];
platforms = platforms.all;
};

View File

@ -22,7 +22,7 @@ buildGoPackage rec {
homepage = "https://github.com/AcalephStorage/consul-alerts";
# As per README
platforms = platforms.linux ++ platforms.freebsd ++ platforms.darwin;
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ nh2 ];
};
}

View File

@ -78,7 +78,7 @@ perlPackages.buildPerlPackage rec {
meta = with lib; {
homepage = "http://www.fusioninventory.org";
description = "FusionInventory unified Agent for UNIX, Linux, Windows and MacOSX";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
maintainers = [ maintainers.phile314 ];
};
}

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Client/server suite for controlling a wide variety of LCD devices";
homepage = "https://lcdproc.org/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs

View File

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
to kill our performance?' problems.
'';
homepage = "https://munin-monitoring.org/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.bjornfor ];
platforms = platforms.linux;
};

View File

@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A host, service and network monitoring program";
homepage = "https://www.nagios.org/";
changelog = "https://github.com/NagiosEnterprises/nagioscore/blob/nagios-${finalAttrs.version}/Changelog";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
mainProgram = "nagios";
maintainers = with lib.maintainers; [ immae thoughtpolice relrod anthonyroussel ];

View File

@ -31,7 +31,7 @@ in python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://www.claudiokuenzler.com/nagios-plugins/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ];
};
}

View File

@ -44,7 +44,7 @@ let
meta = with lib; {
homepage = "https://labs.consol.de/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ peterhoeg ];
inherit description;
};

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A sensu/nagios plugin using WMI to query Windows hosts";
homepage = "http://edcint.co.nz/checkwmiplus";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peterhoeg ];
};
}

View File

@ -36,7 +36,7 @@ import ./versions.nix ({ version, hash, ... }:
meta = with lib; {
description = "An enterprise-class open source distributed monitoring solution (client-side agent)";
homepage = "https://www.zabbix.com/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mmahut psyanticy ];
platforms = platforms.linux;
};

View File

@ -81,7 +81,7 @@ in
meta = with lib; {
description = "An enterprise-class open source distributed monitoring solution (client-server proxy)";
homepage = "https://www.zabbix.com/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.mmahut ];
platforms = platforms.linux;
};

View File

@ -90,7 +90,7 @@ in
meta = with lib; {
description = "An enterprise-class open source distributed monitoring solution";
homepage = "https://www.zabbix.com/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ mmahut psyanticy ];
platforms = platforms.linux;
};

View File

@ -25,7 +25,7 @@ import ./versions.nix ({ version, hash, ... }:
meta = with lib; {
description = "An enterprise-class open source distributed monitoring solution (web frontend)";
homepage = "https://www.zabbix.com/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.mmahut ];
platforms = platforms.linux;
};

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An open source full text search server";
homepage = "http://sphinxsearch.com";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ederoyd46 valodim ];
};

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
homepage = "http://silcnet.org/";
description = "Secure Internet Live Conferencing server";
mainProgram = "silcd";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
};

View File

@ -139,7 +139,7 @@ let
meta = with lib; {
description = "An enhanced, drop-in replacement for MySQL";
homepage = "https://mariadb.org/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ thoughtpolice ] ++ teams.helsinki-systems.members;
platforms = platforms.all;
};

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://www.mysql.com/";
description = "The world's most popular open source database";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ orivej ];
platforms = platforms.unix;
};

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
changelog = "https://dev.mysql.com/doc/relnotes/connector-j/en/";
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.gpl2;
license = licenses.gpl2Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}

View File

@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
A free, fully compatible, enhanced, open source drop-in replacement for
MySQL® that provides superior performance, scalability and instrumentation.
'';
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = teams.flyingcircus.members;
platforms = platforms.unix;
};

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
operators (= and <>) you can use ~~~ and ~!~ (any of these operators represents a similarity function).
'';
platforms = postgresql.meta.platforms;
license = lib.licenses.gpl2;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ danbst ];
};
}

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
description = "Geographic Objects for PostgreSQL";
homepage = "https://postgis.net/";
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber wolfgangwalther ];
inherit (postgresql.meta) platforms;
};

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Universal Media Server: a DLNA-compliant UPnP Media Server";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ thall snicket2100 ];
mainProgram = "ums";

View File

@ -165,7 +165,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
homepage = "https://uwsgi-docs.readthedocs.org/en/latest/";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ abbradar schneefux globin ];
platforms = lib.platforms.unix;
mainProgram = "uwsgi";

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple to use and highly versatile Open Source wiki software that doesn't require a database";
license = licenses.gpl2;
license = licenses.gpl2Only;
homepage = "https://www.dokuwiki.org";
platforms = platforms.all;
maintainers = with maintainers; [ _1000101 ];

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description =
"Coordinate your volunteers in teams, assign them to work shifts or let them decide for themselves when and where they want to help with what";
homepage = "https://engelsystem.de";
license = licenses.gpl2;
license = licenses.gpl2Only;
mainProgram = "migrate";
maintainers = with maintainers; [ ];
platforms = platforms.all;

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://wordpress.org";
description = "WordPress is open source software you can use to create a beautiful website, blog, or app";
license = [ licenses.gpl2 ];
license = [ licenses.gpl2Plus ];
maintainers = [ maintainers.basvandijk ];
platforms = platforms.all;
};

View File

@ -119,7 +119,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Open-source XMPP application server written in Erlang";
mainProgram = "ejabberdctl";
license = licenses.gpl2;
license = licenses.gpl2Plus;
homepage = "https://www.ejabberd.im";
platforms = platforms.linux;
maintainers = with maintainers; [ sander abbradar ];