mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: adds license guidance to publishing criteria (#64984)
* initial commit * Update publishing-and-signing-criteria.md * typo * typo
This commit is contained in:
parent
8ab7ba2b30
commit
85e20768b6
@ -23,6 +23,19 @@ Grafana plugins must adhere to the following criteria when being reviewed for pu
|
||||
- Should not access the filesystem
|
||||
- Should not access environment variables
|
||||
|
||||
## Plugin licensing
|
||||
|
||||
Plugins must be licensed under one of the following AGPL compliant licenses for publishing to the catalog:
|
||||
|
||||
- AGPL-3.0
|
||||
- Apache-2.0
|
||||
- BSD
|
||||
- GPL-3.0
|
||||
- LGPL-3.0
|
||||
- MIT
|
||||
|
||||
If contributing a plugin on behalf of an organization, be sure to seek guidance from your legal team.
|
||||
|
||||
## Commercial
|
||||
|
||||
- Usage of 3rd party software or dependencies within the plugin must be licensed for the intended use. For example, using open source dependencies must be credited/licensed; embedding logos or trademarks;
|
||||
|
Loading…
Reference in New Issue
Block a user