This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fence-agents: master - ifmib: fix copyright attribution


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=d68a5ac1edbdff970fac334536a4a9215b4bde11
Commit:        d68a5ac1edbdff970fac334536a4a9215b4bde11
Parent:        bdd8dae1a32b195552c3b08a59a3113948c93f6f
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:01:04 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')


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]