set copyright year to 2015
[ppastats.git] / src / ppastats.h
index e88893d..3c63a01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -38,6 +38,7 @@ struct distro_stats {
 
 struct version_stats {
        char *version;
+       time_t date_created;
 
        struct distro_stats **distros;
        int download_count;