<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,4 +2,5 @@ tmp
 nbproject
 pkg
 doc/
+html/
 *.swp</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -82,16 +82,16 @@ Rails application.
 Credit: Michael (rockrep)
 
 * Accessing workflow specification
-  my_instance.workflow # old
-  MyClass.workflow_spec # new
+    my_instance.workflow # old
+    MyClass.workflow_spec # new
 
 * Accessing states, events, meta, e.g.
-  my_instance.workflow.states(:some_state).events(:some_event).meta[:some_meta_tag] # old
-  MyClass.workflow_spec.states[:some_state].events[:some_event].meta[:some_meta_tag] # new
+    my_instance.workflow.states(:some_state).events(:some_event).meta[:some_meta_tag] # old
+    MyClass.workflow_spec.states[:some_state].events[:some_event].meta[:some_meta_tag] # new
 
 * Causing state transitions
-  my_instance.workflow.my_event # old
-  my_instance.my_event! # new
+    my_instance.workflow.my_event # old
+    my_instance.my_event! # new
 
 * when using both a block and a callback method for an event, the block executes prior to the callback
 
@@ -100,10 +100,13 @@ Credit: Michael (rockrep)
 
 Author: Vladimir Dobriakov, http://www.innoq.com/blog/vd, http://blog.geekq.net/
 
-Parts copyright 2009 Vodafone
+Copyright (c) 2008-2009 Vodafone
+
+Copyright (c) 2007-2008 Ryan Allen, FlashDen Pty Ltd
 
 Based on the work of Ryan Allen and Scott Barron
 
+Licensed under MIT license, see the MIT-LICENSE file.
 
 = Original readme
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ end
 
 PKG_VERSION = &quot;0.2.0&quot;
 PKG_FILES = FileList[
-  'LICENSE',
+  'MIT-LICENSE',
   'README.rdoc',
   'Rakefile',
   'lib/**/*.rb',
@@ -34,7 +34,7 @@ end
 
 Rake::RDocTask.new do |rdoc|
   rdoc.main = &quot;README&quot;
-  rdoc.rdoc_files.include(&quot;README&quot;, &quot;lib/**/*.rb&quot;)
+  rdoc.rdoc_files.include(&quot;README.rdoc&quot;, &quot;lib/**/*.rb&quot;)
   rdoc.options &lt;&lt; &quot;-S&quot;
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>008160d0a2d37e70d1db1651638eba1c75b8968f</id>
    </parent>
  </parents>
  <author>
    <name>Vladimir Dobriakov</name>
    <email>vladimir@geekq.net</email>
  </author>
  <url>http://github.com/geekq/workflow/commit/694091a9658aa01be51a1ae1cc678e6b291b91ff</url>
  <id>694091a9658aa01be51a1ae1cc678e6b291b91ff</id>
  <committed-date>2009-06-10T01:16:26-07:00</committed-date>
  <authored-date>2009-06-10T01:16:26-07:00</authored-date>
  <message>Adjusted the 'About' section</message>
  <tree>4dca470302feb1fbf0cfbace1c1ee04a6e6af1ee</tree>
  <committer>
    <name>Vladimir Dobriakov</name>
    <email>vladimir@geekq.net</email>
  </committer>
</commit>
