From 786e3e89ada20566f9ac8ede7eee2e98e440a4b6 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Thu, 22 Jan 2026 12:17:39 +0100 Subject: [PATCH 1/4] python3Packages.dissect-cstruct: update license With dissect.cstruct release 3.4 the license changed to Apache 2.0. https://github.com/fox-it/dissect.cstruct/releases/tag/3.4 --- pkgs/development/python-modules/dissect-cstruct/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-cstruct/default.nix b/pkgs/development/python-modules/dissect-cstruct/default.nix index 3d379304fac0..955dfd829c71 100644 --- a/pkgs/development/python-modules/dissect-cstruct/default.nix +++ b/pkgs/development/python-modules/dissect-cstruct/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { description = "Dissect module implementing a parser for C-like structures"; homepage = "https://github.com/fox-it/dissect.cstruct"; changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${src.tag}"; - license = lib.licenses.agpl3Only; + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } From 1eb60e6ca4a270af6798a8b51bb5a3a4d23ebad1 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Thu, 22 Jan 2026 12:17:41 +0100 Subject: [PATCH 2/4] python3Packages.dissect-cobaltstrike: update license Looks like dissect.cobaltstrike is MIT since first public commit. https://github.com/fox-it/dissect.cobaltstrike/commits/main/LICENSE --- .../development/python-modules/dissect-cobaltstrike/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-cobaltstrike/default.nix b/pkgs/development/python-modules/dissect-cobaltstrike/default.nix index a414b3ffd5ab..921d8e7cac75 100644 --- a/pkgs/development/python-modules/dissect-cobaltstrike/default.nix +++ b/pkgs/development/python-modules/dissect-cobaltstrike/default.nix @@ -80,7 +80,7 @@ buildPythonPackage rec { description = "Dissect module implementing a parser for Cobalt Strike related data"; homepage = "https://github.com/fox-it/dissect.cobaltstrike"; changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${src.tag}"; - license = lib.licenses.agpl3Only; + license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } From b0ea48f776756356222c7ac4df49e6b495b5b3d0 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Thu, 22 Jan 2026 12:17:42 +0100 Subject: [PATCH 3/4] python3Packages.dissect-database: update license With dissect.database release 1.0 the license changed to Apache 2.0. https://github.com/fox-it/dissect.database/releases/tag/1.0 --- pkgs/development/python-modules/dissect-database/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-database/default.nix b/pkgs/development/python-modules/dissect-database/default.nix index 6fb61380bfc7..3113cd4cdbc7 100644 --- a/pkgs/development/python-modules/dissect-database/default.nix +++ b/pkgs/development/python-modules/dissect-database/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { description = "Dissect module implementing a parser for various database formats"; homepage = "https://github.com/fox-it/dissect.database"; changelog = "https://github.com/fox-it/dissect.database/releases/tag/${src.tag}"; - license = lib.licenses.agpl3Only; + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } From ce06c5628290da1d527eff416ac2507254b7c3b7 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Thu, 22 Jan 2026 12:17:43 +0100 Subject: [PATCH 4/4] python3Packages.dissect-util: update license With dissect.util release 3.5 the license changed to Apache 2.0. https://github.com/fox-it/dissect.util/releases/tag/3.5 --- pkgs/development/python-modules/dissect-util/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-util/default.nix b/pkgs/development/python-modules/dissect-util/default.nix index 407d3d3a3e76..8f7141e517fe 100644 --- a/pkgs/development/python-modules/dissect-util/default.nix +++ b/pkgs/development/python-modules/dissect-util/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { description = "Dissect module implementing various utility functions for the other Dissect modules"; homepage = "https://github.com/fox-it/dissect.util"; changelog = "https://github.com/fox-it/dissect.util/releases/tag/${src.tag}"; - license = lib.licenses.agpl3Only; + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; mainProgram = "dump-nskeyedarchiver"; };