Skip to content

Instantly share code, notes, and snippets.

@msenateatplos
Created June 29, 2013 10:03
Show Gist options
  • Save msenateatplos/5890607 to your computer and use it in GitHub Desktop.
Save msenateatplos/5890607 to your computer and use it in GitHub Desktop.
Little javascript footer for informal rejection of copyright, as copyleft. Not a license, but a disclaimer, read more at: http://web.archive.org/web/20080101091757/http://www.iusmentis.com/copyright/allrightsreserved/ Replace $YOUR_NAME with the proper name for attribution, and $YOUR_URL with the proper URL for attribution.
<p><!--[if lte IE 8]><span style="filter: FlipH; -ms-filter: "FlipH"; display: inline-block;"><![endif]--><span style="-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); display: inline-block;">©</span><!--[if lte IE 8]></span><![endif]--> CopyLeft <a href="$YOUR_URL"><abbr>$YOUR_NAME</abbr></a>, All Wrongs Reversed, <script type="text/javascript">var d = new Date(); var year = d.getFullYear(); document.write(year);</script>.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment