From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14580 invoked by alias); 30 Jul 2009 12:07:25 -0000 Received: (qmail 14574 invoked by alias); 30 Jul 2009 12:07:24 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE2 - fence agents: drop unrequired and wrong copyright statement To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: ff488f4c8dcac3e5c09a6eae77e1c083663a18f8 X-Git-Newrev: 64783adc61537af71f000c763e512a9a5293970b From: "Fabio M. Di Nitto" Message-Id: <20090730120705.E24231201A5@lists.fedorahosted.org> Date: Thu, 30 Jul 2009 12:07:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00139.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=64783adc61537af71f000c763e512a9a5293970b Commit: 64783adc61537af71f000c763e512a9a5293970b Parent: ff488f4c8dcac3e5c09a6eae77e1c083663a18f8 Author: Fabio M. Di Nitto AuthorDate: Thu Jul 30 14:04:59 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Jul 30 14:06:50 2009 +0200 fence agents: drop unrequired and wrong copyright statement Signed-off-by: Fabio M. Di Nitto --- fence/agents/ilo_mp/fence_ilo_mp.py | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/fence/agents/ilo_mp/fence_ilo_mp.py b/fence/agents/ilo_mp/fence_ilo_mp.py index 7b3dabe..da90cd2 100644 --- a/fence/agents/ilo_mp/fence_ilo_mp.py +++ b/fence/agents/ilo_mp/fence_ilo_mp.py @@ -1,10 +1,5 @@ #!/usr/bin/python -## -## Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. -## -##### - import sys, re, pexpect, socket sys.path.append("/usr/lib/fence") from fencing import *