When do you put your name on stuff?

When all of these apply

If you patch a module do you add your name to the patch?

No, never. I think the module maintainer should give the patcher credit, but if and where they do so is up to them. Unless I am going to maintain the patched code myself (or want to be available to answer questions about it if it is complex), I think no author should be named in code.

Sometimes there's an AUTHORS file, an ACKNOWLEDGEMENTS heading in the POD, a nice line in the Changes file or nothing at all. I dislike when the maintainer doesn't credit me for my work, but it is not up to me to decide.

When you rewrite the code of an earlier author, do you give them credit for the original work?

Yes.

If its a total rewrite do you mention the original still?

Only if it still does the same thing. For example, a skinny (protocol used by older Cisco IP phones) proxy based on an existing port forwarding script would mention the original author somewhere. But not if it was rewriten totally, because a skinny proxy doesn't just forward ports.

Now if the original was a skinny proxy too, even after a total rewrite I would feel that the original author should be given credit.

still? Under what circumstances is it ok to remove accredation?

When it is in the wrong place or otherwise disturbing. Or: always, if it is your project. It is of course always a good idea to tell people what you're doing and explain why.

Are these rules different depending on where you are working?

Yes. I never put my name on changes when they were contributed by a versioning system. People can check the logs if they want to know who to contact for asking questions about it.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }


In reply to Re: Signing your work? When do you and when dont you? by Juerd
in thread Signing your work? When do you and when dont you? by demerphq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.