[PATCH 2/2] SMI detector: add license to the user smidetect script

From: Jon Masters
Date: Thu Apr 02 2009 - 12:51:49 EST


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@xxxxxxxxxxxxxx>
---
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@xxxxxxxxxx>
+#
+# 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/