cluster: STABLE3 - ifmib: fix copyright attribution

Fabio M. Di Nitto fabbione@fedoraproject.org
Fri Feb 27 12:03:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6a0754c74aa50bb64ee50af9c335263360402dea
Commit:        6a0754c74aa50bb64ee50af9c335263360402dea
Parent:        60556137ca47e611601f7777d5f743eceb8b3b52
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Feb 27 13:01:04 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Feb 27 13:03:06 2009 +0100

ifmib: fix copyright attribution

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 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 <ross@kallisti.us>"
+
 #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')



More information about the Cluster-cvs mailing list