Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vbetool: add license

+1
+1
pkgs/tools/system/vbetool/default.nix
··· 22 homepage = http://www.codon.org.uk/~mjg59/vbetool/; 23 maintainers = [ maintainers.raskin ]; 24 platforms = platforms.linux; 25 }; 26 }
··· 22 homepage = http://www.codon.org.uk/~mjg59/vbetool/; 23 maintainers = [ maintainers.raskin ]; 24 platforms = platforms.linux; 25 + license = licenses.gpl2; 26 }; 27 }