aboutsummaryrefslogtreecommitdiff
path: root/devices/thinkpad-fan.cpp
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-10-09 21:06:15 -0700
committerArjan van de Ven <arjan@linux.intel.com>2010-10-09 21:06:15 -0700
commit6f30de38b55d19b1338a3eccedc28c88e48a5783 (patch)
tree113e20873a877c22b7b84633653cf7406458cf80 /devices/thinkpad-fan.cpp
parent22f92504bc129c96929124302bad4ddf5602aa7f (diff)
downloadpowertop-6f30de38b55d19b1338a3eccedc28c88e48a5783.tar.gz
license under the GPLv2 license
Diffstat (limited to 'devices/thinkpad-fan.cpp')
-rw-r--r--devices/thinkpad-fan.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/devices/thinkpad-fan.cpp b/devices/thinkpad-fan.cpp
index 495f124..a0f8d42 100644
--- a/devices/thinkpad-fan.cpp
+++ b/devices/thinkpad-fan.cpp
@@ -1,3 +1,27 @@
+/*
+ * Copyright 2010, Intel Corporation
+ *
+ * This file is part of PowerTOP
+ *
+ * This program file 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 in a file named COPYING; if not, write to the
+ * Free Software Foundation, Inc,
+ * 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ * or just google for it.
+ *
+ * Authors:
+ * Arjan van de Ven <arjan@linux.intel.com>
+ */
#include <iostream>
#include <fstream>