Hi, I would really appreciate it if someone could clarify the license of the introspection XMLs, since there is no license declaration in those files.
I am trying to build a cli tool querying information from ModemManager over dbus and am wondering what my license choices are in order to be compliant. Are they licensed under: GPLv2+? (ModemManager and mmcli) LGPLv2+? (libmm-glib) No license, free to use? Will it make a difference if: The XMLs are obtained from the repo? The XMLs are obtained from calling introspect method over dbus? Will it make a difference if: The XMLs are stored in my tool’s repo and are used in a build step to generate bindings? The XMLs are used to generate bindings offline, and the generated files are stored in the repo? Thanks again for your help. Best, Shuhao Tan