wv: add license

see issue #43716

+1
+1
pkgs/tools/misc/wv/default.nix
··· 19 19 meta = { 20 20 description = "Converter from Microsoft Word formats to human-editable ones"; 21 21 platforms = stdenv.lib.platforms.unix; 22 + license = stdenv.lib.licenses.gpl2; 22 23 }; 23 24 }