|
|||||||
| The Coffee Lounge Relax and discuss the latest topics of the day. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
What do you do in this situation?
I thought of an interesting question today.
Let's say I pay someone to build me a site. This site is unique and provides a new service. Others see my site and want to get a site just like it. They contact the person who developed my site and they ask them to do the same for them. I now have competition. I suppose the question is this. Would the developer have the right to do that? Would I have the rights to my site, or not? Could the developer build them a very similar site if they requested? Could the developer reuse any of the code used to make my site? This is interesting, as I've seen similar things happen before. I imagine that if a person starts a business, anyone out there can copy it. I'm also sure that if a developer was asked to do a similar site, they wouldn't need to turn that person down. Here's another dilemma I've been pondering. I pay a developer to build me a small app for my website, and I pay for it. Can that developer 'sell' that app to other people, or because it was designed for me, I have the rights to it? |
|
#2
|
||||
|
||||
|
Caveat: I am not a lawyer. The following are only things to consider, but you should discuss them with a lawyer who practices in the field in your jurisdiction to determine what is truly legal and enforceable in your situation.
You may want to get a written contract signed by the developer with some sort of non-competition and non-disclosure clauses. If you truly have an original concept, you could also try to patent it, though that's not a given by any means depending upon what you're talking about and reasonable proof that there is no applicable "prior art". Or you could find a developer who would like to become a partner in your business, form a LLC partnership or such with him/her with some sort of non-competition agreement, and make it financially rewarding for him/her to promote your site's success over that of any competition.
__________________
"That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett freelancer.internet.com Email me |
|
#3
|
||||
|
||||
|
If I developed your app, I would most assuredly GPL3 it in MY name unless you paid me a LOT of money so that you had sole proprietary rights to the application.
Let's be serious for a minute, there is and always has been more than sufficient geek abuse throughout the years. I have had a lot of code hijacked over the years just because I happened to be working for some company at the time and the same has happened to thousands of others. GPL.... it doesn't have to be publicly released and it protects the author by prohibiting its use in proprietary code. If a client wants proprietary code it gets pretty sticky.... the author has to ensure that there is absolutely NO code integrated into the project that is covered by ANY of the open source licenses or "prior art". That can be tough... and really expensive! What do you need... I am currently available and I could use some MegaBucks at the moment!
__________________
...but stupidity is terminal. Last edited by opifex; 10-11-2009 at 06:31 AM. |
|
#4
|
||||
|
||||
|
As you had the original idea, its your intellectual property as you employ a programmer to build it despite what the coder may think or what rights they think they have... the property is still yours. The most that they can claim is involvement in the coding process. If the programmer then sells that code written for you and what you have paid for, they have committed an offense under the copyright act and you can sue them.
Many people make the assumption that the coder has the copyright when the fact is they do not. They are "EMPLOYED" and like in any "EMPLOYMENT" anything that is produced during the period of employment with a person or company during that time period, the code belongs to the employer. Even if you write a nifty widget tool for a friend, the person employing you to work for them, that code also belongs to them! So in your scenario as you describe it, you are the copyright owner regardless of what GPL or other limitations on code the code writer slaps on it. If you started work for a big software development company tomorrow, you would find that everything that you do and provide in the way of innovation will belong to the company you work for unless you have a prior agreement with the company or person employing you, anything that is produced is subject to confidentiality and programmers simply can not just hock code that they have written to who they like after selling it to the original client or producing it for an employer. Also, as a client, your entitled to a hard copy of all the code that you have paid for. |
|
#5
|
||||
|
||||
|
Get it in writing. "If you started work for a big software development company tomorrow," you would find that one of the papers HR had you sign would detail their policy on (and your agreement to) intellectual property rights. When it's in writing, it's much easier to enforce, as opposed to a bunch of "he said/she said" arguments in court.
__________________
"That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett freelancer.internet.com Email me |
|
#6
|
||||
|
||||
|
Never let a developer put a link to his/her site on your site. Never let them put any contact information in the code or header.
Then nobody will find them via your site. Also, copyright anything you pay for. In the USA, this entails actually registering the copyright with copyright office and paying their extortionate $35.00 fee. You have three months from the creation of the IP (intellectual property) to do so. If you do not, then you cannot sue for lawyer's fees and/or damages. (This is in clear violation of the Berne Convention - to which the USA is a signatory... but that's another story.) When you make your contract be sure to state that the copyrights go to you which includes layouts, stylesheets (if you paid for them) and any programming you paid for. Still, all of this is only going to keep an honest person honest. Some very popular sites with billions of page views have been stolen. If your ideas are any good, someone will come along and steal them too. This is why you should embed absolute links into your content wherever you can so that if there are some lazy content thieves, there is a chance that at least you get some link-love for your efforts. You can also try to scare off the bandits with CopyScape or similar protection. http://www.copyscape.com |
|
#7
|
||||
|
||||
|
Nice link.
$35 !!! Thats well cheap. |
|
#8
|
||||
|
||||
|
Quote:
Quote:
This is why the lawyers created this mess and why it can be VERY expensive to create and protect proprietary code. IDEAS are NOT copywritable - the product of an idea may be copywrited by the person who created the work, but the guy who had the idea is essentially out in the cold unless he actively collaborated in said work. I've been through this a time or two. As far as work that is produced while being employed by someone... it gets more to who spends the most money on lawyers. If you are doing a "specific project," then it is more than reasonable that the code associated with that project is property of the employer. But what about something that is completely unrelated to the project? Does the employer have "rights" to ALL of your creative processes in ALL fields of endeavor while you are employed with the company??? Maybe and maybe not.... essentially you could write a database retrieval tool while working on a project that does not utilize a database and the company just might be able to claim that they have rights to your unrelated work. They did and they won... and so did the lawyers. GPL3 can be used as a preemptive first strike in these cases.
__________________
...but stupidity is terminal. |
|
#9
|
||||
|
||||
|
Quote:
Quote:
a GPLv3 wouldn't stand up in court if you are being paid for said works... Your employer has rights to anything that you produce whilst under their employment and you have to remember that these days, your employment with most companies covers the time your away from the office and while your at home and especially if the work field is computers, design of, software, etc. If someone employs you on a personal level, same rules apply. Simply ask yourself this question, would you pay someone to rip you off? Nope I didn't think so. If the programmer is working for free and theirs no financial reward, then the programmer can slap a GPL3 on it as its free software Remember that people who work in industries and certain fields leave their employment to work on their own ideas and this is to get around this employer and their fatties out of your pie scenario. Theirs a big difference between doing things for free and things for financial gain and if you were employing someone that then writes a program on company time and it makes a million or three, you are going to be pretty *issed at the employee for robbing you of the time that they should have been spending on the project that they are employed to do. That is classed as theft and deception. |
|
#10
|
||||
|
||||
|
My particular case was with an oilfield exploration contractor that went belly up 15 years ago. The situation was later reviewed and the copyright was removed, but they did make quite a bit of money from the code. I have not worked directly for any company since that episode and have all my ducks in a row to prevent similar recurrences. "Unrelated work" is a very touchy subject as is the topic of "owning an employee 24/7" and there have been numerous court cases in many different countries related to bot with varying verdicts. One of the reasons I live and work in Mexico is that the Berne Convention and the UCC are respected by federal law and it follows that MY rights are protected also. Countries such as the USA, the UK and Canada tend to ignore parts of the conventions although they are signatory members. The EU Software Directive may be very helpful if compliance can be enforced.
The all important "greed factor" has a lot to do with this... I'm not a lawyer either, but unfortunately have been caught up in a few things... There is hope... Electronic Frontier Foundation and others.
__________________
...but stupidity is terminal. |
|
#11
|
||||
|
||||
|
That makes sense. I suppose it would be up to the owner (one who originally requested the site) to make a patent or copyright. The developer's job is to build what they are told.
|
|
#12
|
||||
|
||||
|
i think the contract with the development could help, and use information related the topic, if the contratc doesn t say enough
|
|
#13
|
||||
|
||||
|
Contracts are good. Is there a site which has free frameworks for legal documents like this?
|
|
#14
|
|||
|
|||
|
As I know intellectual property is protected by the law, so consult a lawyer if you face up with this kind of problems in future. And, of course, it can be really useful if you know your rights - the better you know your rights the better you are protected from swindlers.
__________________
web development services |
|
#15
|
|||
|
|||
|
Firstly, like most of the rest of us here, I'm not a lawyer, but here's my comments from a UK point of view:
As far as I know, if you are directly employed by a company and you write software for them, that company owns your software and all rights. If company A asks company B to write a system, company B may employ whatever methods they choose, perhaps using parts from their software library that may be used in other systems. It's like the "real" world. If you want a house building you might design the finished building (and possibly claim copyright on your design), but you can't claim copyright on the builder's methods. You also need to remember that working for a company as an employee is very different from one company supplying services to another company. I'm not sure that clients have rights to code that you write. If you're a client of Microsoft you can't claim any rights (or even obtain code) to their source code. Well you could claim rights but that's as much as you can do. That's like you saying to the "builder" that you have rights over how they've laid the bricks. if you think you've got a valuable idea, write up a contract with your programmer and / or, as suggested, enter into a joint venture where you both benefit from the work. Seek legal advice for whatever country you're in is the final bit of advice. Last edited by Yelgnidroc; 10-27-2009 at 08:27 PM. |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|