Resource Pile

Proper Copyright Notices

Category: Articles | Date: September 1, 2008Share | 2 Comments

I’m sure almost everyone reading this site has something they have copyrighted, so i’ve decided that i should probably clear up the proper(and most legally binding) method of displaying copyright on your website(or artwork, music etc. etc.).

“Designers should always assert that their work is protected by copyright by using the © symbol on their page, in the format ‘© YEAR OF PRODUCTION, AUTHORS NAME’. This educates the public that you’re asserting your copyright over the work.”
Via: Sam Brown

The quote above is from Stephanie Burns of Withers & Rogers and was in the article ‘Thwart the design thieves’ in this months .NET magazine.

So basically the proper format is “© PRODUCTION YEAR-CURRENT YEAR, AUTHORS NAME”. If you are doing this in PHP you can make it update the current year automatically, using the string below.

&copy; 2007 - <?php echo date("Y"); ?>, Your Name.

Related posts:

  1. Blog trends of 2008 digg_url = 'http://resourcepile.com/blog-trends-of-2008/'; It’s that time of year again: the...
  2. SQL Buddy SQL Buddy is a new way to manage SQL...
  3. Resource Pile v.2 Welcome, ladies and gentlemen, to Resource Pile version 2.0. Upon...
  4. New member at Resource Pile Hello, everyone I have recently joined Resource Pile as a...
  5. From small start-up to massive company Although not strictly a resource, this post may be interesting...

2 Responses to “Proper Copyright Notices”

  1. Jake (1 comments) Says:

    Every work made in the US is automatically copyrighted, whether you note it or not. Noting it can be a good idea, but your wording in the article does not show this.

    Jakes last blog post..PC World - Really free Linux takes hold

  2. Nick (32 comments) Says:

    @Jake, indeed, this is true of the UK too, still, it’s better to place a notice, since it may deter potential thieves or any accidental stealing (stock photos etc, so very easy to “borrow”). However, I agree it wasn’t flagged in the article enough (not my article :P)

Leave a Reply