How to copyright my PHP website?

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
User avatar
emmbec
Forum Contributor
Posts: 112
Joined: Thu Sep 21, 2006 12:19 pm
Location: Queretaro, Mexico

How to copyright my PHP website?

Post by emmbec »

Hi all, I am trying to copyright my websitw, the problem is, I don't know what "Code"to send, do I send them ALL my PHP scripts? Or do I send them only the HTML generated pages? Do I send it in a zip file? Do I print the code and send the code in a text file?

Please help! :cry:

Thanks!
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: How to copyright my PHP website?

Post by jackpf »

I don't understand your question.

How are you supposedly copyrighting your scripts??
User avatar
emmbec
Forum Contributor
Posts: 112
Joined: Thu Sep 21, 2006 12:19 pm
Location: Queretaro, Mexico

Re: How to copyright my PHP website?

Post by emmbec »

Well, not really the scripts, that is my question actually. I developed a website in PHP using Smarty. I want to add the legend COPYRIGHT 2009 at the bottom of the page, so how can I copyright that website? I checked in the US Copyright website that you can do it online, but I don't know what to submit for the copyright...
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: How to copyright my PHP website?

Post by jackpf »

You mean something like this: http://www.keytlaw.com/Copyrights/Register.htm

Try googling "how to copyright a website".
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: How to copyright my PHP website?

Post by matthijs »

You don't have to do anything to have the copyright on something you create. The moment you created it (and assuming it's something unique), you already own the copyright.

However, you probably mean that you want to register somehow some evidence that you created it in the first place? In the page jackpf linked to, at the bottom is a reference to registering computer programs. I'd follow that and see what info that gives. An excellent site on anything related to plagiarism, copyright, etc is plagiarismtoday.com
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: How to copyright my PHP website?

Post by josh »

matthijs wrote:You don't have to do anything to have the copyright on something you create. The moment you created it (and assuming it's something unique), you already own the copyright.
" copyright protection exists the moment an original work of authorship becomes fixed. For example, the song in the previous example is protected by copyright at the moment it is written to paper, or recorded on a cassette tape. A computer program is protected the exact moment that it is saved to disk."

I got confused with an older law... "Before 1978, statutory copyright was generally secured by the act of publishing a work with a notice of copyright on the work. If a work remained unpublished, statutory copyright could be secured by the act of registration. If a work was published without a copyright notice, the work could enter the public domain and would not have copyright protection. Any work that was in the public domain on January 1, 1978 remained in the public domain."

Lots of info here http://www.bitlaw.com/copyright/obtaining.html
You can register your works here http://www.copyright.gov/register/
Post Reply