sidproxd: add license

see issue #43716

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