Skip to content

Commit bba7d0c

Browse files
authored
Revise license section in README
Updated license information to reflect the Prometheus License and commercial use conditions.
1 parent bd9c55b commit bba7d0c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

readme.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,16 @@ can be used instead of
5353
lua ./cli.lua [options]
5454
```
5555

56-
## License
57-
This Project is Licensed under the GNU Affero General Public License v3.0. For more details, please refer to [LICENSE](https://github.com/levno-710/Prometheus/blob/master/LICENSE).
56+
## License and Commercial Use
57+
58+
Prometheus is licensed under the Prometheus License, a modified MIT-style license.
59+
You are free to use, modify, and distribute this software, including for commercial purposes, under the following conditions:
60+
- Any commercial product, wrapper, or service (including SaaS or hosted solutions) that uses or integrates Prometheus must include clear attribution to:
61+
```
62+
Based on Prometheus by Elias Oelschner, https://github.com/prometheus-lua/Prometheus
63+
```
64+
- The attribution must be visible in the product’s UI, documentation, or public website.
65+
- The obfuscated output files generated by Prometheus do not need to include any license or copyright notice.
66+
- Derivative works and public forks must also include a statement in their README noting that they are based on Prometheus.
67+
68+
Full license text: [Prometheus License](https://github.com/levno-710/Prometheus/blob/master/LICENSE)

0 commit comments

Comments
 (0)