From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14071 invoked by alias); 30 Jul 2009 12:06:01 -0000 Received: (qmail 14058 invoked by alias); 30 Jul 2009 12:06:00 -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: STABLE3 - 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/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 9e528cda909d18026aae484958e07303d7cdf0d9 X-Git-Newrev: 63ca248ef3b79c93f33c83b7a1894c6da776fec2 From: "Fabio M. Di Nitto" Message-Id: <20090730120536.80FF21201A5@lists.fedorahosted.org> Date: Thu, 30 Jul 2009 12:06: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/msg00138.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=63ca248ef3b79c93f33c83b7a1894c6da776fec2 Commit: 63ca248ef3b79c93f33c83b7a1894c6da776fec2 Parent: 9e528cda909d18026aae484958e07303d7cdf0d9 Author: Fabio M. Di Nitto AuthorDate: Thu Jul 30 14:04:59 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Jul 30 14:04:59 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 511ff4b..baaf076 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("@FENCEAGENTSLIBDIR@") from fencing import *