<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/copyright</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:19:40 GMT</pubDate>
<item>
<title>(PHP) Copyright Display - evinweissenberg</title>
<link>http://snipplr.com/view/66840/copyright-display/</link>
<description><![CDATA[ <p>Display Copyright</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 03:44:01 GMT</pubDate>
<guid>http://snipplr.com/view/66840/copyright-display/</guid>
</item>
<item>
<title>(JavaScript) Display Current Year - exo20811</title>
<link>http://snipplr.com/view/61370/display-current-year/</link>
<description><![CDATA[ <p>Place anywhere on page where the full year is needed.</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 02:54:43 GMT</pubDate>
<guid>http://snipplr.com/view/61370/display-current-year/</guid>
</item>
<item>
<title>(PHP) Auto-Updating Date  - florent</title>
<link>http://snipplr.com/view/60013/autoupdating-date-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Oct 2011 02:26:41 GMT</pubDate>
<guid>http://snipplr.com/view/60013/autoupdating-date-/</guid>
</item>
<item>
<title>(TYPO3) Typoscript Auto Copyright - stwsimon</title>
<link>http://snipplr.com/view/55965/typoscript-auto-copyright/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 03:06:04 GMT</pubDate>
<guid>http://snipplr.com/view/55965/typoscript-auto-copyright/</guid>
</item>
<item>
<title>(PHP) Auto updating copyright notice - Jeroen</title>
<link>http://snipplr.com/view/52454/auto-updating-copyright-notice/</link>
<description><![CDATA[ <p>__A lot of websites are victim of outdated copyright notices, 2008, 2009 even 2000.__

This function is designed to combat this annoyance, resulting in proper copyright notices. With **valid years**, and also valid **Typography**, separating the dates with an **En dash** and using **character entities**.   

Using this function in your footer will create an output string similar as:   
*****
2008–2011 ©  for $startYear = 2008    
*****
2011 ©  if the $startYear is equal(or bigger) compared to the current year, note that if an invalid date(higher) is passed as the argument the function will still return the current year   
*****
Our company 2011 ©  for $startYear = "Our company" **(not advised)**   
*****
2009–2011 © Our company for $startYear = 2009 and $txt = "Our company" **(advised)**</p> ]]></description>
<pubDate>Fri, 22 Apr 2011 05:51:30 GMT</pubDate>
<guid>http://snipplr.com/view/52454/auto-updating-copyright-notice/</guid>
</item>
<item>
<title>(PHP) Wordpress: Copyright Year Auto-Update - visualadvance</title>
<link>http://snipplr.com/view/49457/wordpress-copyright-year-autoupdate/</link>
<description><![CDATA[ <p>A quick way to have the year automatically update.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 03:53:54 GMT</pubDate>
<guid>http://snipplr.com/view/49457/wordpress-copyright-year-autoupdate/</guid>
</item>
<item>
<title>(jQuery) jQuery date picker for footer - SideProject</title>
<link>http://snipplr.com/view/48168/jquery-date-picker-for-footer/</link>
<description><![CDATA[ <p>Just wack this in the footer followed by the company name and you're copyright will always be up to date</p> ]]></description>
<pubDate>Tue, 01 Feb 2011 04:18:42 GMT</pubDate>
<guid>http://snipplr.com/view/48168/jquery-date-picker-for-footer/</guid>
</item>
<item>
<title>(TYPO3) Copyright mit Datum - abteilung</title>
<link>http://snipplr.com/view/47432/copyright-mit-datum/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jan 2011 19:25:49 GMT</pubDate>
<guid>http://snipplr.com/view/47432/copyright-mit-datum/</guid>
</item>
<item>
<title>(PHP) Get your copyright date correct - graphical_force</title>
<link>http://snipplr.com/view/47169/get-your-copyright-date-correct/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Jan 2011 05:50:03 GMT</pubDate>
<guid>http://snipplr.com/view/47169/get-your-copyright-date-correct/</guid>
</item>
<item>
<title>(JavaScript) Auto updated copyright year - mnstefan</title>
<link>http://snipplr.com/view/46444/auto-updated-copyright-year/</link>
<description><![CDATA[ <p>Use case:

* Paste the javascrit BEFORE the closing body tag ``</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 04:10:09 GMT</pubDate>
<guid>http://snipplr.com/view/46444/auto-updated-copyright-year/</guid>
</item>
<item>
<title>(PHP) Short automatically updated copyright year - Blerx</title>
<link>http://snipplr.com/view/45714/short-automatically-updated-copyright-year/</link>
<description><![CDATA[ <p>Nice and short</p> ]]></description>
<pubDate>Tue, 14 Dec 2010 20:33:19 GMT</pubDate>
<guid>http://snipplr.com/view/45714/short-automatically-updated-copyright-year/</guid>
</item>
<item>
<title>(Python) Dynamic copyright - eliluminado</title>
<link>http://snipplr.com/view/44659/dynamic-copyright/</link>
<description><![CDATA[ <p>Este script obtiene el año actual lo compara con el año de publicación inicial de nuestro copyright y actuá en consecuencia.

This script gets the current year compared with the year of initial publication of our copyright and acted accordingly.</p> ]]></description>
<pubDate>Mon, 22 Nov 2010 16:13:07 GMT</pubDate>
<guid>http://snipplr.com/view/44659/dynamic-copyright/</guid>
</item>
<item>
<title>(PHP) Dynamic startyear / copyright for footer - withinmedianl</title>
<link>http://snipplr.com/view/42379/dynamic-startyear--copyright-for-footer/</link>
<description><![CDATA[ <p>echo's:
2008 / 10 - Company name</p> ]]></description>
<pubDate>Sat, 16 Oct 2010 06:06:58 GMT</pubDate>
<guid>http://snipplr.com/view/42379/dynamic-startyear--copyright-for-footer/</guid>
</item>
<item>
<title>(JavaScript) JS Dynamic Year (Copyright) - mennyj</title>
<link>http://snipplr.com/view/35861/js-dynamic-year-copyright/</link>
<description><![CDATA[ <p>JS to dynamically update year -- good for copyright.</p> ]]></description>
<pubDate>Fri, 18 Jun 2010 01:01:22 GMT</pubDate>
<guid>http://snipplr.com/view/35861/js-dynamic-year-copyright/</guid>
</item>
<item>
<title>(PHP) Display Dynamic Copyright Year - AzizLight</title>
<link>http://snipplr.com/view/21927/display-dynamic-copyright-year/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 18:05:00 GMT</pubDate>
<guid>http://snipplr.com/view/21927/display-dynamic-copyright-year/</guid>
</item>
<item>
<title>(PHP) Copydate - neobird</title>
<link>http://snipplr.com/view/16328/copydate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Jun 2009 06:17:15 GMT</pubDate>
<guid>http://snipplr.com/view/16328/copydate/</guid>
</item>
<item>
<title>(PHP) Thesis: Add Copyright to Footer - fabi</title>
<link>http://snipplr.com/view/15494/thesis-add-copyright-to-footer/</link>
<description><![CDATA[ <p>Self-updating copyright</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 21:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/15494/thesis-add-copyright-to-footer/</guid>
</item>
<item>
<title>(PHP) Auto Update Copyright Year - 1man</title>
<link>http://snipplr.com/view/12724/auto-update-copyright-year/</link>
<description><![CDATA[ <p>Very simple snippet to include if you want to auto update the year in a page copyright using PHP.</p> ]]></description>
<pubDate>Mon, 02 Mar 2009 09:38:18 GMT</pubDate>
<guid>http://snipplr.com/view/12724/auto-update-copyright-year/</guid>
</item>
<item>
<title>(XHTML) Semantically markup a copyright notice - Scooter</title>
<link>http://snipplr.com/view/9414/semantically-markup-a-copyright-notice/</link>
<description><![CDATA[ <p>Using a combination of RDFa and Dublin Core.</p> ]]></description>
<pubDate>Fri, 31 Oct 2008 16:32:51 GMT</pubDate>
<guid>http://snipplr.com/view/9414/semantically-markup-a-copyright-notice/</guid>
</item>
<item>
<title>(PHP) Copyright Updated - SeanJA</title>
<link>http://snipplr.com/view/7772/copyright-updated/</link>
<description><![CDATA[ <p>Starting from here: http://snipplr.com/view/2534/update-copyright-date-in-php/ I made one that is a little more sussinct (sp?)</p> ]]></description>
<pubDate>Fri, 08 Aug 2008 00:25:48 GMT</pubDate>
<guid>http://snipplr.com/view/7772/copyright-updated/</guid>
</item>
</channel>
</rss>