[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1238691005-25286-3-git-send-email-jcm@jonmasters.org>
Date: Thu, 2 Apr 2009 12:50:05 -0400
From: Jon Masters <jcm@...masters.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Jon Masters <jcm@...hat.com>, Clark Williams <williams@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Steven Rostedt <rostedt@...dmis.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"Luis Claudio R. Goncalves" <lgoncalv@...hat.com>,
Jon Masters <jcm@...masters.org>
Subject: [PATCH 2/2] SMI detector: add license to the user smidetect script
This adds a GPL v2. license to the smidetect script. That script is entirely
optional and can be used to make it easier to control the SMI detector from
within a python project.
Signed-off-by: Jon Masters <jcm@...masters.org>
---
scripts/smidetect | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/scripts/smidetect b/scripts/smidetect
index 81593a1..a3ddcee 100644
--- a/scripts/smidetect
+++ b/scripts/smidetect
@@ -1,4 +1,12 @@
#!/usr/bin/python
+#
+# A simple (optional) python script for interfacing with the smi_detector.
+# This script can be used to configure the smi_detector module, although
+# you can also simply use the debugfs file interface directly.
+#
+# Copyright (C) 2009 Clark Williams <williams@...hat.com>
+#
+# Licensed under the GNU General Public License, version 2.0.
import sys
import os
--
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists