sidproxd: add license

see issue #43716

+1
+1
pkgs/applications/networking/siproxd/default.nix
··· 17 description = "A masquerading SIP Proxy Server"; 18 maintainers = with stdenv.lib.maintainers; [viric]; 19 platforms = with stdenv.lib.platforms; linux; 20 }; 21 }
··· 17 description = "A masquerading SIP Proxy Server"; 18 maintainers = with stdenv.lib.maintainers; [viric]; 19 platforms = with stdenv.lib.platforms; linux; 20 + license = stdenv.lib.licenses.gpl2Plus; 21 }; 22 }