<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -212,13 +212,17 @@ Please read the contribution guidelines before submitting patches or pull reques
 == Author
 
 factory_girl was written by Joe Ferris with contributions from several authors, including:
-
 * Alex Sharp
 * Eugene Bolshakov
 * Jon Yurek
 * Josh Nichols
 * Josh Owens
 
+The syntax layers are derived from software written by the following authors:
+* Pete Yandell
+* Rick Bradley
+* Yossef Mendelssohn
+
 Thanks to all members of thoughtbot for inspiration, ideas, and funding.
 
 Copyright 2008-2009 Joe Ferris and thoughtbot[http://www.thoughtbot.com], inc.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,8 @@ class Factory
     #   end
     #
     #   Factory(:user, :name =&gt; 'Johnny')
+    #
+    # This syntax was derived from Pete Yandell's machinist.
     module Blueprint
       module ActiveRecord #:nodoc:
 </diff>
      <filename>lib/factory_girl/syntax/blueprint.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,6 +14,8 @@ class Factory
     #   end
     #
     #   User.make(:name =&gt; 'Johnny')
+    #
+    # This syntax was derived from Pete Yandell's machinist.
     module Make
       module ActiveRecord #:nodoc:
 </diff>
      <filename>lib/factory_girl/syntax/make.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,6 +18,8 @@ class Factory
     # use a sequence as in the above example, as factory_girl does not provide
     # protection against duplication in randomized sequences, and a randomized
     # value does not provide any tangible benefits over an ascending sequence.
+    #
+    # This syntax was derived from Pete Yandell's machinist.
     module Sham
       module Sham #:nodoc:
         def self.method_missing(name, &amp;block)</diff>
      <filename>lib/factory_girl/syntax/sham.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>451737ab4939116605a44bf30a8f7beb667abe23</id>
    </parent>
  </parents>
  <author>
    <name>Joe Ferris</name>
    <email>joe.r.ferris@gmail.com</email>
  </author>
  <url>http://github.com/thoughtbot/factory_girl/commit/6aa594fcde3c3149a9254ebb1289f72776e7add9</url>
  <id>6aa594fcde3c3149a9254ebb1289f72776e7add9</id>
  <committed-date>2009-02-17T14:01:32-08:00</committed-date>
  <authored-date>2009-02-17T14:01:32-08:00</authored-date>
  <message>Added credits for the syntax layer sources</message>
  <tree>c30fe15eeac59f047a2f382158cb4f2e08bb155f</tree>
  <committer>
    <name>Joe Ferris</name>
    <email>joe.r.ferris@gmail.com</email>
  </committer>
</commit>
