Software /
code /
prosody-modules
Changeset
3132:4ef28b6b4e87
mod_prometheus: Add my copyright.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 22 Jun 2018 00:32:05 +0200 |
parents | 3131:ddd39ca7b953 |
children | 3133:321fd53a3191 |
files | mod_prometheus/mod_prometheus.lua |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_prometheus/mod_prometheus.lua Fri Jun 22 00:31:54 2018 +0200 +++ b/mod_prometheus/mod_prometheus.lua Fri Jun 22 00:32:05 2018 +0200 @@ -1,6 +1,7 @@ --- Log common stats to statsd +-- Log statistics to Prometheus -- -- Copyright (C) 2014 Daurnimator +-- Copyright (C) 2018 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> -- -- This module is MIT/X11 licensed.