linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Masters <jcm@jonmasters.org>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Jon Masters <jcm@redhat.com>,
	Clark Williams <williams@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Steven Rostedt <rostedt@goodmis.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Luis Claudio R. Goncalves" <lgoncalv@redhat.com>,
	Jon Masters <jcm@jonmasters.org>
Subject: [PATCH 2/2] SMI detector: add license to the user smidetect script
Date: Thu,  2 Apr 2009 12:50:05 -0400	[thread overview]
Message-ID: <1238691005-25286-3-git-send-email-jcm@jonmasters.org> (raw)
In-Reply-To: <1238691005-25286-1-git-send-email-jcm@jonmasters.org>

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@jonmasters.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@redhat.com>
+#
+# Licensed under the GNU General Public License, version 2.0.
 
 import sys
 import os
-- 
1.6.0.6


      parent reply	other threads:[~2009-04-02 16:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-02 16:50 [PATCH 0/2] smi_detector: a simple module for detecting System Management Interrupts Jon Masters
2009-04-02 16:50 ` [PATCH 1/2] SMI Detector: " Jon Masters
2009-04-02 19:05   ` Frédéric Weisbecker
2009-04-02 20:16     ` Clark Williams
2009-04-04 15:28       ` Jon Masters
2009-04-09 20:12   ` Andrew Morton
2009-04-02 16:50 ` Jon Masters [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1238691005-25286-3-git-send-email-jcm@jonmasters.org \
    --to=jcm@jonmasters.org \
    --cc=akpm@linux-foundation.org \
    --cc=jcm@redhat.com \
    --cc=lgoncalv@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).