public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence-agents: master - ifmib: fix copyright attribution
@ 2009-02-27 12:01 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-02-27 12:01 UTC (permalink / raw)
  To: cluster-cvs-relay

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')


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-27 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-27 12:01 fence-agents: master - ifmib: fix copyright attribution Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).