Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I have a client who got 3rd party software(3PS). I wrote module that reads data from their database and does reporting, etc.

Question #1:Is that legal to read THEIR data from 3rd party software?

Question #2: Can I sell this module (if my clients OK with it) to other users of 3PS?

3PS have similar module but mine is better.

share|improve this question
1  
It's going to depend on the license of the 3rd party software. Check it out and see if it has any provisions preventing outside access to the data. – AlanBarber Jun 8 '11 at 16:33

1 Answer

up vote 1 down vote accepted

Question 1

You need to explain more what you mean by a "module". Could your module be considered a derivative work of 3PS? If so, it could violate copyright law and/or the agreement with third party.

If not a derivative work, you also need to look at whatever agreements there are with the third party regarding the data. I suspect it would not be prohibited by the agreement, but you need to check.

Question 2

You need to look at your agreement with your client. Your client may own whatever software you write for it. If you don't own it, then you will need permission.

Assuming that your module is not a derivative work, does it contain any trade secrets or confidential information of third party? If so, then you probably can't sell it.

Another option would be to sell it to third party.

share|improve this answer
@Kakito It's a standalone app that reads data from 3PS database and uses it. It's not derivative I think since it's just plain order data. I'm hesitant to contact 3rd party because they have similar module for sale but mine is much more advanced. – katit Jun 8 '11 at 17:32
Client is OK with me selling it so it's not an issue. – katit Jun 8 '11 at 17:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.