<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYRIGHT</filename>
    </added>
    <added>
      <filename>CREDITS</filename>
    </added>
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require(&quot;include/global.inc.php&quot;);
 $t = new Template(&quot;Donate to the Pastebin&quot;);
 </diff>
      <filename>htdocs/donate.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;Database.class.php&quot;);
 
 class Account {</diff>
      <filename>htdocs/include/Account.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 /*abstract class CachingClass {
     abstract public static function find($id);
     abstract public static function &amp;get($id);</diff>
      <filename>htdocs/include/Caching.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;localsettings.inc.php&quot;);
 require_once(&quot;Caching.class.php&quot;);
 class Database {</diff>
      <filename>htdocs/include/Database.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;Database.class.php&quot;);
 require_once(&quot;Caching.class.php&quot;);
 require_once(&quot;handler.inc.php&quot;);</diff>
      <filename>htdocs/include/Paste.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 class PasteUtil {
     public static function &amp;getRecent($userId = null, $limit = 15) {
         if($userId != null) {</diff>
      <filename>htdocs/include/PasteUtil.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;localsettings.inc.php&quot;);
 require_once(SMARTY_DIR.&quot;/Smarty.class.php&quot;);
 require_once(&quot;PasteUtil.class.php&quot;);</diff>
      <filename>htdocs/include/Template.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 class VirtualBin {
     var $id;
     var $username;</diff>
      <filename>htdocs/include/VirtualBin.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 function getPostKey($uniq) {
     return array($uniq, base64_encode(hash_hmac('sha256',$uniq,API_KEY_CRYPTO,true)));
 }</diff>
      <filename>htdocs/include/apikey.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 function _encrypt($key, $algo, $data) {
     $td = mcrypt_module_open($algo, '', 'cfb', '');
     $is = mcrypt_enc_get_iv_size($td);</diff>
      <filename>htdocs/include/crypto.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 class Duration {
 	var $_LongNames = array('year','month','week','day','hour','minute','second');
 	var $_ShortNames = array('yr','mth','wk','day','hr','min','sec');</diff>
      <filename>htdocs/include/dates.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 &lt;?php
-###
-### Pastebin.ca (c) 2003-2005 Stephen Olesen
-### All rights reserved.
-###
-### $Id: geshi-css.php 233 2005-05-05 20:46:56Z slepp $
-###
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
 
 ### Generate CSS for all the GeSHi languages
 </diff>
      <filename>htdocs/include/geshi-css.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;localsettings.inc.php&quot;);
 require_once(&quot;VirtualBin.class.php&quot;);
 require_once(&quot;Template.class.php&quot;);</diff>
      <filename>htdocs/include/global.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 &lt;?php
-###
-### Pastebin.ca (c) 2003-2005 Stephen Olesen
-### All rights reserved.
-###
-### $Id: handler.php 233 2005-05-05 20:46:56Z slepp $
-###
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
 
 ### All the language handlers
 </diff>
      <filename>htdocs/include/handler.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 define('L_WARN', 1);
 
 function debugLog($level, $msg) {</diff>
      <filename>htdocs/include/logging.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 function checkSpam($paste) {
     if(!is_object($paste))
       return $paste;</diff>
      <filename>htdocs/include/spam.inc.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,10 @@
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 var menuShown = true;
 var oldMargin;
 var showhideobj = new Array;</diff>
      <filename>htdocs/js/pb.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;include/global.inc.php&quot;);
 
 $tpl = new Template();</diff>
      <filename>htdocs/main.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require(&quot;include/global.inc.php&quot;);
 
 $newest = PasteUtil::mostRecent();</diff>
      <filename>htdocs/newest.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,10 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
 
 $path_extra = dirname(dirname(dirname(__FILE__)));
 $path = ini_get('include_path');
@@ -38,4 +44,4 @@ $store = new Auth_OpenID_FileStore($store_path);
  */
 $consumer = new Auth_OpenID_Consumer($store);
 
-?&gt;
\ No newline at end of file
+?&gt;</diff>
      <filename>htdocs/oid_common.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require(&quot;template.php&quot;);
 pageHeader(_(&quot;you are now logged in&quot;));
 pageSidebar();</diff>
      <filename>htdocs/oid_done.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once('include/global.inc.php');
 
 require_once &quot;oid_common.php&quot;;</diff>
      <filename>htdocs/oid_finish.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 //require('template.php');
 //session_start();
 </diff>
      <filename>htdocs/oid_inline_finish.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require_once(&quot;include/global.inc.php&quot;);
 
 require_once &quot;oid_common.php&quot;;</diff>
      <filename>htdocs/oid_login.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require(&quot;include/global.inc.php&quot;);
 $_SESSION = array();
 </diff>
      <filename>htdocs/oid_logout.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,11 @@
 &lt;?php
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
+
 require(&quot;include/global.inc.php&quot;);
 
 $country_codes = array(&quot;AF&quot; =&gt; &quot;Afghanistan&quot;,</diff>
      <filename>htdocs/settings.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 &lt;?php
-###
-### Pastebin.ca (c) 2003-2005 Stephen Olesen
-### All rights reserved.
-###
-### $Id: statistics.php 233 2005-05-05 20:46:56Z slepp $
-###
+/*
+  This file is part of the Pastebin package.
+  Copyright (c) 2003-2008, Stephen Olesen
+  All rights reserved.
+  More information is available at http://pastebin.ca/
+*/
 
 ### Overall Pastebin statistics
 </diff>
      <filename>htdocs/statistics.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c2c97d8edbab685937397b6243b4b512e3044e4</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Olesen</name>
    <email>slepp-github@slepp.ca</email>
  </author>
  <url>http://github.com/slepp/pastebin.ca/commit/6076c5862082b36734e3c339e844ba4ab5954fb2</url>
  <id>6076c5862082b36734e3c339e844ba4ab5954fb2</id>
  <committed-date>2008-12-01T19:39:26-08:00</committed-date>
  <authored-date>2008-12-01T19:39:26-08:00</authored-date>
  <message>Added licensing.</message>
  <tree>d56f5d90c2dd2c929cb7d0b7976766c9e6308b1e</tree>
  <committer>
    <name>Stephen Olesen</name>
    <email>slepp-github@slepp.ca</email>
  </committer>
</commit>
