<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,10 @@
 markdown in c, implemented using PEG grammar
 Copyright (c) 2008 John MacFarlane
 
-Released under GPL:
+peg-markdown is released under both the GPL and MIT licenses.
+You may pick the license that best fits your needs.
+
+The GPL
 
 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
@@ -17,6 +20,26 @@ 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
+The MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the &quot;Software&quot;), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 
 peg-0.1.4 (included for convenience - http://piumarta.com/software/peg/)</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,8 @@ Both a library and a standalone program are provided.
 
 peg-markdown is written and maintained by John MacFarlane (jgm on
 github), with significant contributions by Ryan Tomayko (rtomayko).
-It is released under the GPL; see LICENSE for details.
+It is released under both the GPL and the MIT license; see LICENSE for
+details.
 
 Installing
 ==========</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,8 @@
   (c) 2008 John MacFarlane (jgm at berkeley dot edu).
 
   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; version 2 of the License.
+  it under the terms of the GNU General Public License or the MIT
+  license.  See LICENSE for details.
 
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,9 +33,8 @@ static int extensions;
 
  ***********************************************************************/
 
-#define VERSION &quot;0.4.4&quot;
-#define COPYRIGHT &quot;Copyright (c) 2008 John MacFarlane.\n&quot; \
-                  &quot;License GPLv2+: GNU GPL version 2 or later &lt;http://gnu.org/licenses/gpl.html&gt;\n&quot; \
+#define VERSION &quot;0.4.5&quot;
+#define COPYRIGHT &quot;Copyright (c) 2008 John MacFarlane.  License GPLv2+ or MIT.\n&quot; \
                   &quot;This is free software: you are free to change and redistribute it.\n&quot; \
                   &quot;There is NO WARRANTY, to the extent permitted by law.&quot;
 </diff>
      <filename>markdown.c</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,8 @@
   (c) 2008 John MacFarlane (jgm at berkeley dot edu).
 
   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; version 2 of the License.
+  it under the terms of the GNU General Public License or the MIT
+  license.  See LICENSE for details.
 
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of</diff>
      <filename>markdown_lib.c</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,8 @@
   (c) 2008 John MacFarlane (jgm at berkeley dot edu).
 
   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; version 2 of the License.
+  it under the terms of the GNU General Public License or the MIT
+  license.  See LICENSE for details.
 
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of</diff>
      <filename>markdown_output.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8452e4ee9ffc3aeb2c33378121271de1d3b05d0e</id>
    </parent>
  </parents>
  <author>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </author>
  <url>http://github.com/jgm/peg-markdown/commit/feaa8025aa06e8ac5b6d32936b57c2147381b672</url>
  <id>feaa8025aa06e8ac5b6d32936b57c2147381b672</id>
  <committed-date>2009-07-12T22:31:27-07:00</committed-date>
  <authored-date>2009-07-12T22:31:27-07:00</authored-date>
  <message>Dual license GPL/MIT.  Bump version to 0.4.5.</message>
  <tree>bfa302d53723d1af48789a84cda8c35af2590732</tree>
  <committer>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </committer>
</commit>
