Add license to maubot.ini example
This commit is contained in:
parent
f5b996d2a2
commit
0e4cea6f52
@ -5,6 +5,9 @@
|
|||||||
ID = xyz.maubot.plugin
|
ID = xyz.maubot.plugin
|
||||||
# A PEP 440 compliant version string.
|
# A PEP 440 compliant version string.
|
||||||
Version = 1.0.0
|
Version = 1.0.0
|
||||||
|
# The SPDX license identifier for the plugin. https://spdx.org/licenses/
|
||||||
|
# Optional, assumes all rights reserved if omitted.
|
||||||
|
License = AGPL-3.0-or-later
|
||||||
# The comma-separated list of modules to load from the plugin archive.
|
# The comma-separated list of modules to load from the plugin archive.
|
||||||
# Submodules that are imported by modules listed here don't need to be listed separately.
|
# Submodules that are imported by modules listed here don't need to be listed separately.
|
||||||
# However, top-level modules must always be listed even if they're imported by other modules.
|
# However, top-level modules must always be listed even if they're imported by other modules.
|
||||||
|
Loading…
Reference in New Issue
Block a user