<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,44 @@
 &lt;?php
+/**
+ * Recipe type class. 
+ *
+ * This file is part of 'Kitto_Kitto_Kitto'.
+ *
+ * 'Kitto_Kitto_Kitto' is free software; you can redistribute
+ * it and/or modify it under the terms of the GNU
+ * General Public License as published by the Free
+ * Software Foundation; either version 3 of the License,
+ * or (at your option) any later version.
+ * 
+ * 'Kitto_Kitto_Kitto' is distributed in the hope that it will
+ * be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU General Public
+ * License for more details.
+ * 
+ * You should have received a copy of the GNU General
+ * Public License along with 'Kitto_Kitto_Kitto'; if not,
+ * write to the Free Software Foundation, Inc., 51
+ * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
+ * @copyright Nicolas Evans, 2009
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items
+ * @version 1.0.0
+ **/
 
+/**
+ * ItemRecipeType 
+ * 
+ * @uses ActiveTable
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items 
+ * @copyright 2009 Nicholas Evans
+ * @author Nick 'Owl' Evans &lt;owlmanatt@gmail&gt; 
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL v3
+ **/
 class ItemRecipeType extends ActiveTable
 {
     protected $table_name = 'item_recipe_type';</diff>
      <filename>includes/classes/item/item_recipe_type.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?php
 /**
- * Fooditem definition. 
+ * Recipe item definition. 
  *
  * This file is part of 'Kitto_Kitto_Kitto'.
  *
@@ -22,7 +22,7 @@
  * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
- * @copyright Nicolas Evans, 2007
+ * @copyright Nicolas Evans, 2009
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
  * @package Kitto_Kitto_Kitto
  * @subpackage Items
@@ -35,7 +35,7 @@
  * @uses ActiveTable
  * @package Kitto_Kitto_Kitto
  * @subpackage Items 
- * @copyright 2007 Nicholas Evans
+ * @copyright 2009 Nicholas Evans
  * @author Nick 'Owl' Evans &lt;owlmanatt@gmail&gt; 
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
  **/</diff>
      <filename>includes/classes/item/recipe_item.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,44 @@
 &lt;?php
+/**
+ * Recipe materials definition. 
+ *
+ * This file is part of 'Kitto_Kitto_Kitto'.
+ *
+ * 'Kitto_Kitto_Kitto' is free software; you can redistribute
+ * it and/or modify it under the terms of the GNU
+ * General Public License as published by the Free
+ * Software Foundation; either version 3 of the License,
+ * or (at your option) any later version.
+ * 
+ * 'Kitto_Kitto_Kitto' is distributed in the hope that it will
+ * be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU General Public
+ * License for more details.
+ * 
+ * You should have received a copy of the GNU General
+ * Public License along with 'Kitto_Kitto_Kitto'; if not,
+ * write to the Free Software Foundation, Inc., 51
+ * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
+ * @copyright Nicolas Evans, 2009
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items
+ * @version 1.0.0
+ **/
 
+/**
+ * Recipe ingredients.
+ * 
+ * @uses ActiveTable
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items 
+ * @copyright 2009 Nicholas Evans
+ * @author Nick 'Owl' Evans &lt;owlmanatt@gmail&gt; 
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU GPL v3
+ **/
 class RecipeMaterial extends ActiveTable
 {
     protected $table_name = 'item_recipe_material';</diff>
      <filename>includes/classes/item/recipe_material.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?php
 /**
- * Begin adding an item.
+ * Add materials to a recipe. 
  *
  * This file is part of 'Kitto_Kitto_Kitto'.
  *
@@ -22,7 +22,7 @@
  * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
- * @copyright Nicolas Evans, 2007
+ * @copyright Nicolas Evans, 2009
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
  * @package Kitto_Kitto_Kitto
  * @subpackage Items </diff>
      <filename>scripts/admin/items/recipe_add_material.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;?php
 /**
- * Begin adding an item.
+ * Manage recipe materials. 
  *
  * This file is part of 'Kitto_Kitto_Kitto'.
  *
@@ -22,7 +22,7 @@
  * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
- * @copyright Nicolas Evans, 2007
+ * @copyright Nicolas Evans, 2009
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
  * @package Kitto_Kitto_Kitto
  * @subpackage Items </diff>
      <filename>scripts/admin/items/recipe_materials.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,34 @@
 &lt;?php
+/**
+ * Recipe list. 
+ *
+ * This file is part of 'Kitto_Kitto_Kitto'.
+ *
+ * 'Kitto_Kitto_Kitto' is free software; you can redistribute
+ * it and/or modify it under the terms of the GNU
+ * General Public License as published by the Free
+ * Software Foundation; either version 3 of the License,
+ * or (at your option) any later version.
+ * 
+ * 'Kitto_Kitto_Kitto' is distributed in the hope that it will
+ * be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU General Public
+ * License for more details.
+ * 
+ * You should have received a copy of the GNU General
+ * Public License along with 'Kitto_Kitto_Kitto'; if not,
+ * write to the Free Software Foundation, Inc., 51
+ * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
+ * @copyright Nicolas Evans, 2009
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items
+ * @version 1.0.0
+ **/
+
 // Rows on this page do far more queries than the inventory page.
 // Thus, a substantially lower limit.
 $max_items_per_page = 5;</diff>
      <filename>scripts/crafting/list.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,34 @@
 &lt;?php
+/**
+ * Crafting screens - recipe =&gt; useful item. 
+ *
+ * This file is part of 'Kitto_Kitto_Kitto'.
+ *
+ * 'Kitto_Kitto_Kitto' is free software; you can redistribute
+ * it and/or modify it under the terms of the GNU
+ * General Public License as published by the Free
+ * Software Foundation; either version 3 of the License,
+ * or (at your option) any later version.
+ * 
+ * 'Kitto_Kitto_Kitto' is distributed in the hope that it will
+ * be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE.  See the GNU General Public
+ * License for more details.
+ * 
+ * You should have received a copy of the GNU General
+ * Public License along with 'Kitto_Kitto_Kitto'; if not,
+ * write to the Free Software Foundation, Inc., 51
+ * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
+ * @copyright Nicolas Evans, 2009
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
+ * @package Kitto_Kitto_Kitto
+ * @subpackage Items
+ * @version 1.0.0
+ **/
+
 $ERRORS = array();
 $user_item_type_id = stripinput($_REQUEST['id']);
 </diff>
      <filename>scripts/crafting/recipe.php</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@
  * Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * @author Nicholas 'Owl' Evans &lt;owlmanatt@gmail.com&gt;
- * @copyright Nicolas Evans, 2007
+ * @copyright Nicolas Evans, 2009
  * @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
  * @package Kitto_Kitto_Kitto
  * @subpackage Items</diff>
      <filename>scripts/items/ajax_widget_search.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f18cc61f32ec035015878bfecb8f1faea6606ffe</id>
    </parent>
  </parents>
  <author>
    <name>Nicholas 'OwlManAtt' Evans</name>
    <email>owlmanatt@gmail.com</email>
  </author>
  <url>http://github.com/OwlManAtt/kittokittokitto/commit/809b82689f637cc93d2522b17b3591b0afad0059</url>
  <id>809b82689f637cc93d2522b17b3591b0afad0059</id>
  <committed-date>2009-07-14T19:47:01-07:00</committed-date>
  <authored-date>2009-07-14T19:47:01-07:00</authored-date>
  <message>Fixed a bunch of headers.

GPL boilerplate text &amp; file descriptions, mostly.</message>
  <tree>5a14082f1a45325486baf3e91dbe6d05d4aa7b06</tree>
  <committer>
    <name>Nicholas 'OwlManAtt' Evans</name>
    <email>owlmanatt@gmail.com</email>
  </committer>
</commit>
