Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anonymous Contributions & Contributors in Open Source Projects [closed]

Tags:

open-source

Having witnessed in various open source projects, in which I have been involved, several more or less significant totally anonymous contributions, I am wondering what could be the possible rationale behind such anonymous contributions?

Occasionally, there are contributors who quite obviously prefer to remain completely anonymous - i.e. by just posting to a mailing list using an obvious nick name for months (whereas everyone else would use their real name), or sometimes even by submitting completely anonymous patches to trackers on sourceforge, where there wasn't even the slightest comment about the origins/authors, usually just a license header or a header stating that the code in question were to be released into the public domain.

Often, the code in question was obviously written by fairly competent programmers/developers or even software engineers, who presumably do code for a living.

I am wondering:

  • What's the motivation behind such contributions?
  • Have you previously witnessed such and similar instances in open source projects?
  • Have you, yourself possibly contributed to an open source project in such a fashion?
  • If so, why?
  • Can you provide any other insight into this?

After having read another question here on SO, and also after having read two related discussions (at slashdot and perlmonks) about potential work-contract related issues when contributing to open source projects, I am wondering whether some contributors could possibly prefer to remain completely anonymous due to their contract requirements, in order to avoid potential legal issues.

Thanks

like image 441
none Avatar asked Mar 14 '09 17:03

none


People also ask

What are anonymous donations?

(3) For the purposes of this section, "anonymous donation" means any voluntary contribution referred to in sub-clause (iia) of clause (24) of section 2, where a person receiving such contribution does not maintain a record of the identity indicating the name and address of the person making such contribution and such ...

Are anonymous donations really anonymous?

The answer is NO! The organization to which you donate will still receive all of your personal information. You are not rendered as 'anonymous' to them at all. As a result, you will still be contacted by them in the future with emails, physical mail, and other solicitations.

Can you donate money anonymously?

If privacy is a priority, make that clear to the sponsor, and give the fund a name that won't be linked to you. Checks sent to charities can simply use this fund name or indicate that the grant is made at the suggestion of an anonymous donor. Your name is typically known to the organization that operates the fund.

How are anonymous donations calculated?

As per this section, any income of a wholly charitable trust or institution by way of anonymous donation shall be included in its total income and taxed at the rate of 30 percent.


2 Answers

I can think of several reasons:

  1. some people simply value privacy - I know that I usually do not post on most forums with my name - SO is the exception for me (and even here it was only after a couple months);
  2. many programmers work at places where part of the employment agreement is that any code you write (whether on company time or not) belongs to the employer. Whether or not these agreements might apply to the submissions, the programmer may be wanting to avoid 'tainting' the submission or may want to avoid going through the bureaucratic hoops to get permission from the employer;
  3. the submitter may not want to be contacted for support;
  4. the submitter may not be particularly proud of the code (rightly or wrongly);
like image 53
Michael Burr Avatar answered Oct 15 '22 20:10

Michael Burr


I own two reasonably popular open source projects. I have accepted such contributions. The rationale is simple. They are using the project and want a problem resolved or feature implements sooner rather than later.

The contribution benefits them!

like image 34
ng. Avatar answered Oct 15 '22 18:10

ng.