<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>examples/examples.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,25 +1,16 @@
 
-RASPELL - an interface binding for ruby to aspell.
-==================================================
+raspell
 
-Author:
--------
-  - Matthias Veit  &lt;matthias_veit@yahoo.de&gt;
+An interface binding for Aspell.
 
-Requirements:
--------------
-  - aspell Ver 0.5 (or later) - see aspell.net.
+== License
 
-Documentation:
---------------
-Aspell comes with a very brief description of every functionality.
-Read the manual for the use of aspell.
+Copyright 2007 Cloudburst, LLC. Portions copyright 2005 Matthias Veit, Biro Eszter. Used with permission. Licensed under the GPL 2.0. See included LICENSE file. 
+
+== Requirements
+
+* Aspell version 0.6 (http://www.aspell.net)
 
-Notes for the Wrapper:
-----------------------
-Aspell comes with a lot of classes (iterators, stringhelpers etc.) 
-that are not needed by ruby and are therefore not bridged.
-Only 2 classes are introduced:
 
   =&gt; Aspell:
   Almost all functionality of aspell is accessible via this class:
@@ -127,7 +118,3 @@ Only 2 classes are introduced:
        -size()
             The size of the dictionary.
 
-Example:
---------
-See in examples directory inside distribution.
-</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,28 +1,6 @@
 
 #include &quot;raspell.h&quot;
 
-/**
- * raspell      September 2002      
- *
- * Copyright (c) aquanauten (resp: matthias_veit@yahoo.de)
- * 
- * This program 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 2, or (at your option) 
- * any later version.
- *  
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
- * 02111-1307, USA.
- *
- */
-
 extern void Init_dictinfo();
 extern void Init_aspell();
 </diff>
      <filename>ext/raspell.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+
 #ifndef _RASPELL_GLOBAL_H
 #define _RASPELL_GLOBAL_H
 
@@ -10,25 +11,3 @@ VALUE cDictInfo;
 VALUE cAspellError;
 
 #endif
-
-/**
- * raspell      September 2002      
- *
- * Copyright (c) aquanauten (resp: matthias_veit@yahoo.de)
- * 
- * This program 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 2, or (at your option) 
- * any later version.
- *  
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
- * 02111-1307, USA.
- *
- */</diff>
      <filename>ext/raspell.h</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>examples/check_correct.rb</filename>
    </removed>
    <removed>
      <filename>examples/dictionaries.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>bddf952909698cc15ae7e619af444aa7bbe060c8</id>
    </parent>
  </parents>
  <author>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </author>
  <url>http://github.com/fauna/raspell/commit/14a23b475203965051c0bfb77283723619b29aa8</url>
  <id>14a23b475203965051c0bfb77283723619b29aa8</id>
  <committed-date>2007-08-02T22:24:40-07:00</committed-date>
  <authored-date>2007-08-02T22:24:40-07:00</authored-date>
  <message>shuffle</message>
  <tree>1f03aa0ff030b4d67d719839c91a1843dc1828c5</tree>
  <committer>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </committer>
</commit>
