summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
author0cyn <kat@vector35.com>2026-04-25 15:18:38 -0400
committer0cyn <kat@vector35.com>2026-05-04 12:59:35 -0400
commit73976e975ddf4dd0cbb5aa49425cf36e5655cd5c (patch)
tree445aafdf56fc2ab3c3fdf8e08e9e84e005abb565 /python
parentf389b25261d6f0de54627f1dbc176e852f974c74 (diff)
Re-add license text field to API
Diffstat (limited to 'python')
-rw-r--r--python/pluginmanager.py2
1 files changed, 1 insertions, 1 deletions
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]: