aboutsummaryrefslogtreecommitdiff
path: root/default_report.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 /default_report.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 'default_report.c')
-rw-r--r--default_report.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/default_report.c b/default_report.c
index 34944b5..78b4e5b 100644
--- a/default_report.c
+++ b/default_report.c
@@ -1,3 +1,28 @@
+/*
+ * default_report.c
+ *
+ * Copyright (C) 2014, Linaro Limited.
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ *
+ * Contributors:
+ * Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
+ *
+ */
#include <float.h>
#include <stdbool.h>
#include <stdio.h>