From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18859 invoked by alias); 27 Feb 2009 12:03:51 -0000 Received: (qmail 18853 invoked by alias); 27 Feb 2009 12:03:50 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.7 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 bastion.fedora.phx.redhat.com Subject: cluster: STABLE3 - ifmib: fix copyright attribution 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: 60556137ca47e611601f7777d5f743eceb8b3b52 X-Git-Newrev: 6a0754c74aa50bb64ee50af9c335263360402dea From: "Fabio M. Di Nitto" Message-Id: <20090227120331.7C901120154@lists.fedorahosted.org> Date: Fri, 27 Feb 2009 12:03: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-q1/txt/msg00600.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6a0754c74aa50bb64ee50af9c335263360402dea Commit: 6a0754c74aa50bb64ee50af9c335263360402dea Parent: 60556137ca47e611601f7777d5f743eceb8b3b52 Author: Fabio M. Di Nitto AuthorDate: Fri Feb 27 13:01:04 2009 +0100 Committer: Fabio M. Di Nitto CommitterDate: Fri Feb 27 13:03:06 2009 +0100 ifmib: fix copyright attribution Signed-off-by: Fabio M. Di Nitto --- fence/agents/ifmib/fence_ifmib.py | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fence/agents/ifmib/fence_ifmib.py b/fence/agents/ifmib/fence_ifmib.py index 0e86dcc..3f0c43d 100644 --- a/fence/agents/ifmib/fence_ifmib.py +++ b/fence/agents/ifmib/fence_ifmib.py @@ -9,11 +9,10 @@ # modify, copy, or redistribute it subject to the terms and conditions # of the GNU General Public License v.2. -# this is a ugly hack to make the build system happy. The original -# author and copyright are the one on the file header right above. +COPYRIGHT="Copyright (C) 2008-2009 Ross Vandegrift " + #BEGIN_VERSION_GENERATION RELEASE_VERSION="New fence_ifmib" -REDHAT_COPYRIGHT="" BUILD_DATE="March, 2008" #END_VERSION_GENERATION @@ -34,6 +33,9 @@ def usage(): print 'ifAdminStatus to down. It is designed to kill node access' print 'to the shared storage. It only supports SNMP v2c.' print '' + print RELEASE_VERSION, BUILD_DATE + print COPYRIGHT + print '' print 'Usage: fence_ifmib [options]' print line % ('-h', '\tPrint usage') print line % ('-V', '\tRun verbosely')