dmidecode: add license

+1
+1
pkgs/os-specific/linux/dmidecode/default.nix
··· 13 meta = with stdenv.lib; { 14 homepage = http://www.nongnu.org/dmidecode/; 15 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard"; 16 platforms = platforms.linux; 17 }; 18 }
··· 13 meta = with stdenv.lib; { 14 homepage = http://www.nongnu.org/dmidecode/; 15 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard"; 16 + license = licenses.gpl2Plus; 17 platforms = platforms.linux; 18 }; 19 }