Unverified Commit defedd80 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #313931 from Lurkki14/gpl2-pkgs-servers

pkgs/servers: remove licenses.gpl2
parents 61f95814 8064d28a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
Loading