Client asking for source code


7

I am an online software developer who does freelancing through an online portal. I started this last year but achieved success only this year. I found a very good client who said he has a job chain for me. I have enough reasons to believe him because he has already purchased more than 200 projects via this freelance portal.

I made a kind of dictionary application for him which converts English to French. He said he will add the words, and I need to the "technical" part of the program. In the beginning, I did not think about this much, so I added a few words and completed the work, but now he is asking for the source code.

I assume he needs the code for adding the words, but I am not sure. He said this will be an ongoing project, and I should have a lot of tasks from him after this. But, if I give the source code, how could it be a ongoing project for me?

This client is very very important for me because this is the third job I did for him. He normally goes for high payments and the payment is also super quick; this time he paid me even before I started the work!

So, how can I handle this situation? There is a risk I can lose him.

Outsourcing Payments Code Clients

asked Jul 21 '13 at 03:22
Blank
Super Nova
138 points

4 Answers


11

Since you do not want to loose this customer, for this single time give him the source code.
Politely mention that it was not formally agreed upon about the ownership of the source code, but you are still giving away the source code to create goodwill for future projects.
After giving the code hope for the best. Be ready for the worst. We all have to learn some things the hard way some time.
Next time always write it in agreement that who owns the code and charge accordingly.

answered Jul 21 '13 at 04:22
Blank
Abhijit Navale
245 points
  • I agree with you. Thank you a lot – Super Nova 11 years ago
  • i agree, he could easily decompile your app and get the source anyways. And if its something that is web hosted (Script not compiled) then its likely by hiring you he owns the source. – Frank 10 years ago
  • I don't agree. Don't believe to anyone. You are engineer and you don't want to give your creation for free and hope for the best. If your client disagrees with you then you will know that he does not respect your work, and your enormous effort to learn all framework and tools! – Vlado Pandžić 6 years ago

4

When I am coding for a customer I am always giving him the source code. The binaries alone are no of value except I plan to make a product out of it and want to sell it multiple times. If I am paid per hour my customer owns the source code without a doubt. If you worked as a freelancer for your customer to create a program for him, he most likely does own the source code already. Or do you have a different agreement?

Personally I would give him the source code as he might need modifications, bugfixes, extensions and support. Except you want to be paid for adding words to your program. As long as he is happy with your work, he will keep on going to give you work (assuming it is like that if he paid you upfront).

answered Jul 22 '13 at 05:20
Blank
Christian
3,590 points

2

In this kind of "work-for-hire" situation, he may, in the absence of any other agreements, legally own the source code because he paid you specifically to produce it. If there is code you produced before working with him, or for another client and carried over, then that would remain yours (or the other client's.)

Realistically, there are usually two halves to most coding projects, a customer-specific portion (usually front-end, or highly specialized backend) and some generic backend libraries, like XML-RPC communications or graphics manipulation.

The code that is customer specific is usually of little value to anyone but them, and that code I happily hand over.

The backend libraries, however, are usually things I'm developing for multiple clients and to serve as the value proposition to future clients. That is, I can tell future clients that I already have a framework that does most of the tedious stuff or the heavy lifting, and all we need to write is code specific to their goal. Then I license the backend to them, usually with something very open like the BSD license. They get a snapshot of the source and a license that gives them nearly all the benefits of owning the code, while allowing me to use the code again in future projects.

answered Aug 6 '13 at 16:26
Blank
John Franklin
261 points

0

I always suggest an ESCROW agreement if the client wants the source code. This is an agreement whereby they can have the code only if we cease business etc.

answered Aug 6 '13 at 05:31
Blank
Neil Cav
1 point

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Outsourcing Payments Code Clients