Author: poeml Date: Sat Aug 22 17:19:41 2009 New Revision: 18 URL: http://svn.mirrorbrain.org/viewvc/mod_stats?rev=18&view=rev Log: change some boilerplate stuff Modified: trunk/mod_stats.c Modified: trunk/mod_stats.c URL: http://svn.mirrorbrain.org/viewvc/mod_stats/trunk/mod_stats.c?rev=18&r1=17&r2=18&view=diff ============================================================================== --- trunk/mod_stats.c (original) +++ trunk/mod_stats.c Sat Aug 22 17:19:41 2009 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2007 Peter Poeml <poeml_at_suse.de> / Novell Inc. + * Copyright (c) 2009 Peter Poeml <poeml_at_suse.de> / Novell Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,8 +18,8 @@ * * mod_stats * - * collect statistics on OpenSUSE build service downloads and push them - * into an sql database + * collect download statistics and log them to a database + * see http://mirrorbrain.org/download-statistics/ * */ @@ -43,7 +43,7 @@ #define UNSET (-1) #endif -#define MOD_STATS_VER "1.1" +#define MOD_STATS_VER "1.2" #define VERSION_COMPONENT "mod_stats/"MOD_STATS_VER /* from ssl/ssl_engine_config.c */ _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sat Aug 22 2009 - 15:19:43 GMT
This archive was generated by hypermail 2.2.0 : Sat Aug 22 2009 - 15:45:08 GMT