···2929 meta = with lib; {
3030 description = "Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards";
3131 homepage = "https://github.com/electrified/asus-wmi-sensors";
3232- license = licenses.gpl2;
3232+ license = licenses.gpl2Only;
3333 platforms = [ "x86_64-linux" "i686-linux" ];
3434 maintainers = with maintainers; [ Frostman ];
3535 broken = versionOlder kernel.version "4.12";
+1-1
pkgs/os-specific/linux/ax99100/default.nix
···4444 description = "ASIX AX99100 Serial and Parallel Port driver";
4545 homepage = "https://www.asix.com.tw/en/product/Interface/PCIe_Bridge/AX99100";
4646 # According to the source code in the tarball, the license is gpl2.
4747- license = lib.licenses.gpl2;
4747+ license = lib.licenses.gpl2Plus;
4848 platforms = lib.platforms.linux;
49495050 # Older Linux versions need more patches to work.
+1-1
pkgs/os-specific/linux/batman-adv/alfred.nix
···2121 meta = {
2222 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
2323 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, information distribution tool";
2424- license = lib.licenses.gpl2;
2424+ license = lib.licenses.gpl2Only;
2525 maintainers = with lib.maintainers; [ fpletz ];
2626 platforms = with lib.platforms; linux;
2727 };
+1-1
pkgs/os-specific/linux/batman-adv/batctl.nix
···2222 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
2323 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool";
2424 mainProgram = "batctl";
2525- license = lib.licenses.gpl2;
2525+ license = lib.licenses.gpl2Only;
2626 maintainers = with lib.maintainers; [ fpletz ];
2727 platforms = with lib.platforms; linux;
2828 };
+1-1
pkgs/os-specific/linux/batman-adv/default.nix
···3030 meta = {
3131 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";
3232 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
3333- license = lib.licenses.gpl2;
3333+ license = lib.licenses.gpl2Only;
3434 maintainers = with lib.maintainers; [ fpletz philiptaron ];
3535 platforms = with lib.platforms; linux;
3636 };
+1-1
pkgs/os-specific/linux/bpftools/default.nix
···4545 meta = with lib; {
4646 homepage = "https://github.com/libbpf/bpftool";
4747 description = "Debugging/program analysis tools for the eBPF subsystem";
4848- license = [ licenses.gpl2 licenses.bsd2 ];
4848+ license = [ licenses.gpl2Only licenses.bsd2 ];
4949 platforms = platforms.linux;
5050 maintainers = with maintainers; [ thoughtpolice ];
5151 };
···6565 homepage = "https://gitlab.com/procps-ng/procps";
6666 description = "Utilities that give information about processes using the /proc filesystem";
6767 priority = 11; # less than coreutils, which also provides "kill" and "uptime"
6868- license = licenses.gpl2;
6868+ license = licenses.gpl2Plus;
6969 platforms = platforms.unix;
7070 maintainers = [ maintainers.typetetris ];
7171 };
+1-1
pkgs/os-specific/linux/pscircle/default.nix
···2525 homepage = "https://gitlab.com/mildlyparallel/pscircle";
2626 description = "Visualize Linux processes in a form of a radial tree";
2727 mainProgram = "pscircle";
2828- license = licenses.gpl2;
2828+ license = licenses.gpl2Only;
2929 maintainers = [ maintainers.ldesgoui ];
3030 platforms = platforms.linux;
3131 };
+1-1
pkgs/os-specific/linux/rewritefs/default.nix
···2525 description = ''A FUSE filesystem intended to be used
2626 like Apache mod_rewrite'';
2727 homepage = "https://github.com/sloonz/rewritefs";
2828- license = licenses.gpl2;
2828+ license = licenses.gpl2Only;
2929 maintainers = with maintainers; [ rnhmjoj ];
3030 platforms = platforms.linux;
3131 };
···5959 meta = {
6060 description = "IBM ThinkPad hardware functions driver";
6161 homepage = "https://github.com/linux-thinkpad/tp_smapi";
6262- license = lib.licenses.gpl2;
6262+ license = lib.licenses.gpl2Plus;
6363 maintainers = [ ];
6464 # driver is only ment for linux thinkpads i think bellow platforms should cover it.
6565 platforms = [ "x86_64-linux" "i686-linux" ];
+1-1
pkgs/os-specific/linux/trace-cmd/kernelshark.nix
···2828 meta = with lib; {
2929 description = "GUI for trace-cmd which is an interface for the Linux kernel ftrace subsystem";
3030 homepage = "https://kernelshark.org/";
3131- license = licenses.gpl2;
3131+ license = licenses.gpl2Only;
3232 platforms = platforms.linux;
3333 maintainers = with maintainers; [ basvandijk ];
3434 };
+1-1
pkgs/os-specific/linux/tunctl/default.nix
···1919 homepage = "https://tunctl.sourceforge.net/";
2020 description = "Utility to set up and maintain TUN/TAP network interfaces";
2121 mainProgram = "tunctl";
2222- license = lib.licenses.gpl2;
2222+ license = lib.licenses.gpl2Only;
2323 platforms = lib.platforms.linux;
2424 };
2525}
···2222 voltage offset to one of 5 voltage planes, and override your systems temperature
2323 target (CPU will throttle when this temperature is reached).
2424 '';
2525- license = licenses.gpl2;
2525+ license = licenses.gpl2Only;
2626 platforms = [ "x86_64-linux" ];
2727 };
2828}