aboutsummaryrefslogtreecommitdiff
path: root/idlestat.c
diff options
context:
space:
mode:
authorTuukka Tikkanen <tuukka.tikkanen@linaro.org>2015-01-05 10:43:05 +0200
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2015-01-05 10:43:05 +0200
commit7e1f2961837c7c8922c21ae9074eb333d64c4633 (patch)
tree2da900c2a8b1ed9929a4d14f001230d05b56de5f /idlestat.c
parenta982ea5165736566760cc0fc3fa65b2482188fed (diff)
Idlestat: Update copyright boilerplates and bump version to 0.5
Many of the source files were missing copyright headers. Headers have been added to all .c and .h files and existing headers were updates with contributor information. The version number was bumped up to 0.5 due to having many new features since last version number update. Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Diffstat (limited to 'idlestat.c')
-rw-r--r--idlestat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index c65c33d..5de407f 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -22,6 +22,7 @@
* Contributors:
* Daniel Lezcano <daniel.lezcano@linaro.org>
* Zoran Markovic <zoran.markovic@linaro.org>
+ * Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
*
*/
#define _GNU_SOURCE
@@ -47,7 +48,7 @@
#include "report_ops.h"
#include "trace_ops.h"
-#define IDLESTAT_VERSION "0.4-rc1"
+#define IDLESTAT_VERSION "0.5"
#define USEC_PER_SEC 1000000
static char buffer[BUFSIZE];