From 73976e975ddf4dd0cbb5aa49425cf36e5655cd5c Mon Sep 17 00:00:00 2001 From: 0cyn Date: Sat, 25 Apr 2026 15:18:38 -0400 Subject: Re-add license text field to API --- python/pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 55315d12..32d410ea 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -154,7 +154,7 @@ class Extension: @deprecation.deprecated(deprecated_in="5.3", details='This field will be removed.') def license_text(self) -> Optional[str]: """String complete license text for the given plugin""" - return '' + return core.BNPluginGetLicenseText(self.handle) @property def long_description(self) -> Optional[str]: -- cgit v1.3.1