Copyright Help!!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kenle
Forum Newbie
Posts: 1
Joined: Wed Sep 24, 2003 9:54 am

Copyright Help!!

Post by kenle »

Hi all,

I am currently partner with one of my friend to build a company. My role is to build a PHP web application for the them.

My question is, since I am the only one who wrote and developed the code, should the software be my copyright and not the company? Does the company allow to sell or redistribute it?

Any professional here has this experience explain this to me. I am new at this.

Thanks
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

depends on the company, just ask them :)

most of the time my clients don't care what i do with their project after i am done so i use the code around other projects.

if the company asks u not to sell/re-use the code then you may want to charge them extra.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

I work for a design and advertising agency and technically, your client owns the artwork and code you create, but most of the time they either don't know or aren't fussed.
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Well, you own the copyright, but probably so does the company, and they would have the right to resell. And it also depends on the contract (if any) you signed. Of course, IANAL.
evilMind
Forum Contributor
Posts: 145
Joined: Fri Sep 19, 2003 10:09 am
Location: Earth

Post by evilMind »

I am currently partner with one of my friend to build a company. My role is to build a PHP web application for the them.
*for them* meaning you are giving the ownership in the process.

This would be considered a "Work for hire"; thus, turning ownership rights over to the company. If you are doing this as a freelance position this might be a different story. However, from the sounds of it you work for them. Also, if you signed *any* paperwork stating that this was a "work for hire" then this would not be considered your code anymore either.

Please see http://www.copyright.gov/circs/circ09.pdf for more information. If you do not have pdf software visit http://www.keytlaw.com/Copyrights/wfhire.htm.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

evilMind is right.

I'm writing software to aid my co-workers. And everything I do there is company owned. For me, that is what it sais in the papers, basicly; "What the employee produces/manufactures or scrap..." (also note this, often missed) "...is in the propery of CompanyX."
User avatar
Saethyr
Forum Contributor
Posts: 182
Joined: Thu Sep 25, 2003 9:21 am
Location: Wichita, Kansas USA
Contact:

Post by Saethyr »

A guy I work with and I are building a web application for the Telecom company we work for. I signed a no compete and a contract stating everything I did for them is owned by them, but, I have secured permission to reuse code snippets and functions in my future applications, Most of the time if you just ask the company they could care less what you do so long as you do not sell or redistribute the whole program.

Saethyr
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

This might be worth a read: http://www.sitepoint.com/subcat/79
Post Reply