Follow us on Twitter!
Follow us on Facebook!
 

Go Back   Pixtus - Photography Forum, Photographers, Photo Tips > Business Discussion > Business Talk


Copyright Information

This is a discussion on Copyright Information within the Business Talk forums, part of the Business Discussion category; I just found this online and thought everyone might like to read it. Did you know that there is a ...

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Forum Master
 
shutterflypro's Avatar
 
Posts: 1,173
Join Date: Feb 2005
Location: Houston,
Real First Name: Raymond
Can Others Edit My Photos: Yes
iTrader Rating: 0

Likes Received LIKES Received: 0
Likes Given LIKES Given: 0
Copyright Information - 08-02-2005, 11:08 AM


I just found this online and thought everyone might like to read it.

Did you know that there is a right--and a wrong--way to display a copyright message? Did you know that if you do not correctly format your copyright message the legal remedies available to you in a copyright-infringement case may be limited? If you didn't know either of these two facts, you need to read this article.

When browsing the Web, you're likely to see several different copyright messages on different web sites:

1. Copyright 1999. All rights reserved.
2. Copyright ABC Company.
3. © ABC Company.

The problem with the options shown above is that none of them are the correct way to format your copyright message. Here's what wrong with the message.

1. The organization/individual claiming the copyright is not mentioned.
2. The year the copyright was originally claimed is not mentioned nor is that fact that the organization/individual is reserving all rights to the copyrighted information.
3. Again, the year the copyright was originally claimed is not mentioned nor is the fact that the organization/individual is reserving all rights to the copyrighted information.

So, you may be asking yourself: “What is the correct way to format a copyright statement?” I’m glad you’ve asked.

If you web site is static and never updated, your copyright statement is fairly straight forward:

Copyright © [year copyright is claimed] [organization’s legal name or individual’s name]. All rights reserved. (Note: The © symbol is formed by using this HTML tag: ©)

For my organization, for example, my copyright statement would read like this:

Copyright © 2005 SavageIdeas. All rights reserved.

If the copyright was of a personal nature it would read like this:

Copyright © 2005 Zach Evans. All rights reserved.

Now, if your site is dynamic, or if you update the content on your static site in a year other than when you originally published it, you need to modify the statement a bit. You now need to show a date range in your copyright statement.

If, for example, you originally published your content in 2000, but have since updated the site every year since then, your statement would need to read:

Copyright © 2000 – 2005 [organization’s legal name or individual’s name]. All rights reserved.

Again, for a site that I have published, my copyright statement would read:

Copyright © 2000 – 2005 SavageIdeas. All rights reserved.

Or, if the content was of a personal nature, my copyright statement would read:

Copyright © 2000 – 2005 Zach Evans. All rights reserved.

Many developers hard-code these statements into their web sites, which is a perfectly acceptable solution, except for the fact that you now need to manually update the statement every year. “So why not update the statement programmatically?” you ask. Great question! Here’s how you can do it.

By using a simple ASP script and putting it in an include file, you would be able to dynamically update the copyright statement on your web site. Here’s the code:

Copyright © [year first copyright is claimed]
<%
If Year(Date) > [year first copyright is claimed] Then
Response.Write "- " & Year(Date)
End If
%>
 [organization’s legal name or individual’s name]. All rights reserved.

So, again using an example regarding my organization, here’s what the code would look like:

Copyright © 2000
<%
If Year(Date) > 2000 Then
Response.Write "- " & Year(Date)
End If
%>
 SavageIdeas. All rights reserved.

Many developers will link their organization’s name to the home page of their web site for SEO purposes and this is completely acceptable. You may also want to tag another statement that deals with your privacy policy or your site map after your copyright statement. Again, this is completely acceptable.

Now that you know the correct way to claim your copyright, happy coding! By the way, you can download an example of this source code by downloading the .zip file included along with this article.

Please note: I am not a lawyer, although I work with legal matters in my ‘day job’ almost every day. I have pieced together these recommendations based upon numerous conversations with a legal professional. If you have any questions regarding the validity of your copyrights, please contact a lawyer.

---------------------------
If it can't kill you, it is not a sport!
The bent photograph is famous to the one who carries it and not at all famous to the one who is pictured.
Reply With Quote
Sponsored Links

Premium Members do not see Google advertisements. SIGN UP today and help support our community.
Reply

Tags
copyright, information

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copyright Information shutterflypro Business Talk 6 02-22-2006 04:45 PM
Removing exif information dbphotos Photo Tips 2 06-20-2005 08:33 AM
Copyright Infringement gpgyo Open Talk 8 05-26-2005 11:43 AM
Copyright Legalities jordankreationz Business Talk 2 05-16-2005 04:35 PM
Digital Rebel information needed! Rizzella Bella Equipment Talk 25 02-18-2005 11:52 AM


Visit Our Sponsors
 

Google Sponsors

Premium Members do not see Google advertisements. SIGN UP today and help support our community.

Copyright ©2004 - 2011, Abel Longoria - www.Pixtus.com
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.