<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -99,4 +99,7 @@ uninstall:
 	rm -f ${PREFIX}/include/ebb.h
 	rm -f ${PREFIX}/include/ebb_request_parser.h
 
-.PHONY: all options clean clobber dist install uninstall test examples
+upload_website:
+	scp -r doc/index.html doc/icon.png rydahl@tinyclouds.org:~/web/public/libebb
+
+.PHONY: all options clean clobber dist install uninstall test examples upload_website</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,9 @@ git repository: http://github.com/ry/libebb/tree/master
 
 To build libebb please edit config.mk to reflect your system's parameters.
 
-(The MIT) LICENSE
-Copyright &#169; 2008 Ryan Dahl (ry@tinyclouds.org)
+LICENSE (http://www.gnu.org/licenses/license-list.html#X11License)
+
+Copyright (c) 2008 Ryan Dahl (ry@ndahl.us)
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -75,7 +75,9 @@
         list&lt;/a&gt;.  A release will be made when it proves stable.
     &lt;/p&gt;
 
-    &lt;p&gt;libebb is released under the MIT license.&lt;/p&gt;
+    &lt;p&gt;libebb is released under &lt;a
+      href=&quot;http://www.gnu.org/licenses/license-list.html#X11License&quot;&gt;the
+      X11 license&lt;/a&gt;.&lt;/p&gt;
 
     &lt;h2&gt;Usage&lt;/h2&gt;
 </diff>
      <filename>doc/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -43,12 +43,9 @@ static int unhex[] = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
 #define FALSE 0
 #define MIN(a,b) (a &lt; b ? a : b)
 
-
 #define REMAINING (pe - p)
 #define CURRENT (parser-&gt;current_request)
 #define CONTENT_LENGTH (parser-&gt;current_request-&gt;content_length)
-
-#define LEN(FROM) (p - parser-&gt;FROM##_mark)
 #define CALLBACK(FOR)                               \
   if(parser-&gt;FOR##_mark &amp;&amp; CURRENT-&gt;on_##FOR) {     \
     CURRENT-&gt;on_##FOR( CURRENT                      \
@@ -369,9 +366,7 @@ size_t ebb_request_parser_execute(ebb_request_parser *parser, const char *buffer
   pe = buffer+len;
 
   if(0 &lt; parser-&gt;chunk_size &amp;&amp; parser-&gt;eating) {
-    /*
-     * eat body
-     */
+    /* eat body */
     size_t eat = MIN(len, parser-&gt;chunk_size);
     skip_body(&amp;p, parser, eat);
   } </diff>
      <filename>ebb_request_parser.rl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c547ffe882ece00449df4c09c9c00127c7b337fc</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/libebb/commit/841944665177944e9b0560bc14d47d13a1778d51</url>
  <id>841944665177944e9b0560bc14d47d13a1778d51</id>
  <committed-date>2008-08-26T03:33:58-07:00</committed-date>
  <authored-date>2008-08-26T03:33:58-07:00</authored-date>
  <message>little clean ups</message>
  <tree>f5db2aa963b868e438398bc6251676a83e8b07dc</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
