Version 0.1
diff --git a/sensor.h b/sensor.h
index fe2f5d8..49e37bc 100644
--- a/sensor.h
+++ b/sensor.h
@@ -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
+ *******************************************************************************/
+
char *items_temp[32] = {"min", "max", "input", "label", ""};
char *suffix_temp[32] = {"°C", "°C", "°C", "", ""};
char *items_in[32] = {"min", "max", "input", "label", ""};