aboutsummaryrefslogtreecommitdiff
path: root/sensor.c
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-09-14 12:03:22 +0530
committerAmit Arora <amit.arora@linaro.org>2010-09-14 12:03:22 +0530
commit39f2954961126dbe0eb1b63cef6cd1840f5c0dce (patch)
tree9a959eae7271daa8298e5d44a58610c4f9ddb927 /sensor.c
parent47fd91858480465f80e86c9230fd98113f47cba1 (diff)
downloadpowerdebug-39f2954961126dbe0eb1b63cef6cd1840f5c0dce.tar.gz
Version 0.1
Diffstat (limited to 'sensor.c')
-rw-r--r--sensor.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sensor.c b/sensor.c
index 333eb7f..0a735d0 100644
--- a/sensor.c
+++ b/sensor.c
@@ -1,3 +1,19 @@
+/*******************************************************************************
+ * Copyright (C) 2010, Linaro
+ * Copyright (C) 2010, IBM Corporation
+ *
+ * This file is part of PowerDebug.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Amit Arora <amit.arora@linaro.org> (IBM Corporation)
+ * - initial API and implementation
+ *******************************************************************************/
+
#include "powerdebug.h"
#include "sensor.h"