<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
    <added>
      <filename>COPYING.lesser</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,8 @@ sparql Release 0.0.1 (July 17th 2008)
 **Git**:  [http://github.com/pius/sparql](http://github.com/pius/sparql)   
 **Author**:    Pius Uzamere, [The Uyiosa Corporation](http://www.uyiosa.com)
 
-**Copyright**: 2008
+**Copyright**: Pius Uzamere &#169; 2008
+**License**:  The Lesser GNU Public License
 
 
 SYNOPSIS
@@ -84,4 +85,4 @@ COPYRIGHT
 ---------                                                                 
 
 sparql was created in 2008 by Pius Uzamere (pius -AT- alum -DOT- mit -DOT- edu) and is    
-licensed under the MIT license.
+licensed under the LGPL.</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
+
 require 'rubygems'
 require 'pathname'
 </diff>
      <filename>lib/sparql.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
+
 require 'rubygems'
 require 'treetop'
 </diff>
      <filename>lib/sparql/execute_sparql.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 
 grammar Graph</diff>
      <filename>lib/sparql/graph.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 grammar Iri
 	include Primitives</diff>
      <filename>lib/sparql/iri.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 grammar LogicalExpressions
 	include Primitives</diff>
      <filename>lib/sparql/logical_expressions.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+#!/usr/bin/env tt
+# Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
+# Copyright:: 2008 Pius Uzamere
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 grammar PrefixedNames
 	rule prefixed_name
 		pname_ln / pname_ns</diff>
      <filename>lib/sparql/prefixed_names.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 grammar Primitives
 </diff>
      <filename>lib/sparql/primitives.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 grammar Series
 	rule series_of_var_or_irirefs</diff>
      <filename>lib/sparql/series.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,21 @@
 #!/usr/bin/env tt
 # Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
 # Copyright:: 2008 Pius Uzamere
-# License::   MIT
-# query = 'SELECT ?v WHERE { ?v ?p &quot;cat&quot; }'
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
 
 grammar Sparql
 	include Primitives</diff>
      <filename>lib/sparql/sparql.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,22 @@
+#!/usr/bin/env tt
+# Author::    Pius Uzamere, The Uyiosa Corporation (http://uyiosa.com/)
+# Copyright:: 2008 Pius Uzamere
+
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 grammar Variables
 	include PrefixedNames
 	rule var</diff>
      <filename>lib/sparql/variables.treetop</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,18 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'</diff>
      <filename>spec/unit/graph_parsing_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,18 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'</diff>
      <filename>spec/unit/iri_parsing_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,19 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
-#rule pn_local
-#	( pn_chars_u / [0-9] ) ((pn_chars / '.') pn_chars)?
-#end
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
 
 describe &quot;PrefixedNamesParser&quot;, '#parse' do</diff>
      <filename>spec/unit/prefixed_names_parsing_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,18 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'</diff>
      <filename>spec/unit/primitives_parsing_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,18 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'</diff>
      <filename>spec/unit/sparql_parsing_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,18 @@
+# This file is part of Sparql.rb.
+# 
+# Sparql.rb is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Sparql.rb 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 Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public License
+# along with Sparql.rb.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
+
 require 'pathname'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'</diff>
      <filename>spec/unit/variables_parsing_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>30d37348b0691f9692b22854e0324dc1cb38a006</id>
    </parent>
  </parents>
  <author>
    <name>Pius Uzamere</name>
    <email>pius+git@alum.mit.edu</email>
  </author>
  <url>http://github.com/pius/sparql/commit/7ba4c82eee94e60e53225a4149e0b41ad680b2d8</url>
  <id>7ba4c82eee94e60e53225a4149e0b41ad680b2d8</id>
  <committed-date>2008-07-18T20:14:11-07:00</committed-date>
  <authored-date>2008-07-18T20:14:11-07:00</authored-date>
  <message>changed license to the Lesser GPL</message>
  <tree>7c39b3b4a183a7f65a00627fe947fed1cd9be9fa</tree>
  <committer>
    <name>Pius Uzamere</name>
    <email>pius+git@alum.mit.edu</email>
  </committer>
</commit>
