<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,15 +25,14 @@ h2. SHORTCOMINGS
 h2. SYNOPSIS
 
 * Run a time-sensitive test:
-&lt;code&gt;
-  joe = User.find(1)
-  joe.purchase_home()
-  assert !joe.mortgage_due?
-  # move ahead a month and assert that the mortgage is due
-  Timecop.freeze(Date.today + 30) do
-    assert joe.mortgage_due?
-  end
-&lt;/code&gt;
+
+    joe = User.find(1)
+    joe.purchase_home()
+    assert !joe.mortgage_due?
+    # move ahead a month and assert that the mortgage is due
+    Timecop.freeze(Date.today + 30) do
+      assert joe.mortgage_due?
+    end
 
 * Set the time for the test environment of a rails app -- this is particularly helpful if your whole application
   is time-sensitive.  It allows you to build your test data at a single point in time, and to move in/out of that
@@ -41,13 +40,11 @@ h2. SYNOPSIS
   
 in config/environments/test.rb
 
-&lt;code&gt;
-config.after_initialize do
-  # Set Time.now to September 1, 2008 10:05:00 AM
-  t = Time.local(2008, 9, 1, 10, 5, 0)
-  Timecop.travel(t)
-end
-&lt;/code&gt;
+    config.after_initialize do
+      # Set Time.now to September 1, 2008 10:05:00 AM
+      t = Time.local(2008, 9, 1, 10, 5, 0)
+      Timecop.travel(t)
+    end
 
 h2. REQUIREMENTS
 
@@ -60,30 +57,6 @@ h2. INSTALL
 
 h2. REFERENCES
 
-* http://blog.smartlogicsolutions.com/2008/11/19/timecop-freeze-time-in-ruby-for-better-testing/
-* http://blog.smartlogicsolutions.com/2008/12/24/timecop-2-released-freeze-and-rebase-time-ruby/
-
-h2. LICENSE
-
-(The MIT License)
-
-Copyright (c) 2008 FIX
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-'Software'), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+* &quot;0.1.0 release&quot;:http://blog.smartlogicsolutions.com/2008/11/19/timecop-freeze-time-in-ruby-for-better-testing/
+* &quot;0.2.0 release&quot;:http://blog.smartlogicsolutions.com/2008/12/24/timecop-2-released-freeze-and-rebase-time-ruby/
 
-THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>edb9f2dcf93c1f82e8781dc12febbe6de284029a</id>
    </parent>
  </parents>
  <author>
    <name>John Trupiano</name>
    <email>jtrupiano@gmail.com</email>
  </author>
  <url>http://github.com/jtrupiano/timecop/commit/5497d04c911888c732a77a43e6bc408bc0e6a958</url>
  <id>5497d04c911888c732a77a43e6bc408bc0e6a958</id>
  <committed-date>2009-03-06T19:15:06-08:00</committed-date>
  <authored-date>2009-03-06T19:15:06-08:00</authored-date>
  <message>Fix poor textile formatting, hyperlink blog posts in README.  Pull LICENSE out into its own file.</message>
  <tree>cb8bba16ced4f416e61e947db86f7736a63e6612</tree>
  <committer>
    <name>John Trupiano</name>
    <email>jtrupiano@gmail.com</email>
  </committer>
</commit>
