public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - ifmib: fix copyright attribution
Date: Fri, 27 Feb 2009 12:03:00 -0000	[thread overview]
Message-ID: <20090227120331.7C901120154@lists.fedorahosted.org> (raw)

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


                 reply	other threads:[~2009-02-27 12:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090227120331.7C901120154@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).