From 3bf40f9b7d9850a43a3a53374dac3cde20adf587 Mon Sep 17 00:00:00 2001 From: xchaos Date: Mon, 7 Jan 2013 23:58:50 +0000 Subject: [PATCH] it is 2013 now git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@207 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.c b/prometheus.c index 9f22205..0940087 100644 --- a/prometheus.c +++ b/prometheus.c @@ -39,7 +39,7 @@ const char *version = "0.8.3-g"; /* C source code development versions ("beta"): 0.7.9-a, 0.8.1-b, etc. */ /* C source code release versions: 0.8.0, 0.8.2, 0.8.4, etc. */ -const char *stats_html_signature = "Statistics generated by Prometheus QoS version %s
GPL+Copyright(C)2005-2012 Michael Polak, Arachne Labs
\n"; +const char *stats_html_signature = "Statistics generated by Prometheus QoS version %s
GPL+Copyright(C)2005-2013 Michael Polak, Arachne Labs
\n"; /* ======= Help screen is hopefuly self-documenting part of code :-) ======= */ -- 2.30.2