<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENCE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,9 @@ Description: Turn relative URIs in posts, pages and comments into absolute ones.
 Author: Benedict Eastaugh
 Version: 1.1
 Author URI: http://extralogical.net/
+.
+Absolutify is released under the GPL. Please see the LICENCE file for details.
+.
 */
 
 /**
@@ -26,7 +29,7 @@ function absolutify_content_urls($content) {
     return preg_replace(&quot;/href=(\&quot;|')\//&quot;, &quot;href=\${1}$url/&quot;, $content);
 }
 
-add_filter('the_content', 'absolutify_content_urls');
+add_filter('the_content',  'absolutify_content_urls');
 add_filter('comment_text', 'absolutify_content_urls');
 
 ?&gt;
\ No newline at end of file</diff>
      <filename>absolutify.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e3a0e6e3e283c96d76bc722caa09c459c49e0279</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/absolutify/commit/3062d42bc4d767c776e83cf08568876d7040dace</url>
  <id>3062d42bc4d767c776e83cf08568876d7040dace</id>
  <committed-date>2009-10-27T06:45:49-07:00</committed-date>
  <authored-date>2009-10-27T06:44:32-07:00</authored-date>
  <message>Absolutify is GPL-licensed.</message>
  <tree>728bf73fba66dc867406fc248a1c12829bbdfe78</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
