<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,51 @@
+Twitter interface class
+Justin Poliey &lt;jdp34@njit.edu&gt;
+First release Nov 26 2007
+Newest release Aug 14 2008
+
+This is a simple interface to the Twitter API.
+
+I've tried to keep as close as possible to the real API
+calls (some had to be changed due to ambiguity), but all
+of the arguments are as they are in the official docs.
+
+Usage:
+ $twitter = new Twitter(&quot;username&quot;, &quot;password&quot;);
+ $public_timeline_xml = $twitter-&gt;getPublicTimeline(&quot;xml&quot;);
+ 
+Methods:
+ getPublicTimeline($format [, $since_id])
+ getFriendsTimeline($format [, $id [, $since ]])
+ getUserTimeline($format [, $id [, $count [, $since ]]])
+ showStatus($format, $id)
+ updateStatus($status)
+ destroyStatus($format, $id)
+ getReplies($format [, $page ])
+ getFriends($format [, $id ])
+ getFollowers($format [, $lite ])
+ getFeatured($format)
+ showUser($format [, $id [, $email ]])
+ getMessages($format [, $since [, $since_id [, $page ]]])
+ getSentMessages($format [, $since [, $since_id [, $page ]]])
+ newMessage($format, $user, $text)
+ destroyMessage($format, $id)
+ createFriendship($format, $id)
+ destroyFriendship($format, $id)
+ friendshipExists($format, $user_a, $user_b)
+ verifyCredentials([$format])
+ endSession()
+ updateLocation($format, $location)
+ updateDeliveryDevice($format, $device)
+ rateLimitStatus($format)
+ getArchive($format [, $page ])
+ getFavorites($format [, $id [, $page ]])
+ createFavorite($format, $id)
+ destroyFavorite($format, $id)
+ follow($format, $id)
+ leave($format, $id)
+ createBlock($format, $id)
+ destroyBlock($format, $id)
+ test($format)
+ downtimeSchedule($format)
+ lastStatusCode()
+ lastAPICall()
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,61 +1,27 @@
 &lt;?php
 /*
- * Twitter interface class
- * Justin Poliey &lt;jdp34@njit.edu&gt;
- * First release Nov 26 2007
- * Newest release Aug 14 2008
+ * Copyright (c) &lt;2008&gt; Justin Poliey &lt;jdp34@njit.edu&gt;
  *
- * This is a simple interface to the Twitter API.
- * I've tried to keep as close as possible to the real API
- *   calls (some had to be changed due to ambiguity), but all
- *   of the arguments are as they are in the official docs.
+ * 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.
  *
- * Usage:
- *  $twitter = new Twitter(&quot;username&quot;, &quot;password&quot;);
- *  $public_timeline_xml = $twitter-&gt;getPublicTimeline(&quot;xml&quot;);
- *
- * Methods:
- *  getPublicTimeline($format [, $since_id])
- *  getFriendsTimeline($format [, $id [, $since ]])
- *  getUserTimeline($format [, $id [, $count [, $since ]]])
- *
- *  showStatus($format, $id)
- *  updateStatus($status)
- *  destroyStatus($format, $id)
- *  getReplies($format [, $page ])
- *  getFriends($format [, $id ])
- *  getFollowers($format [, $lite ])
- *  getFeatured($format)
- *  showUser($format [, $id [, $email ]])
- *
- *  getMessages($format [, $since [, $since_id [, $page ]]])
- *  getSentMessages($format [, $since [, $since_id [, $page ]]])
- *  newMessage($format, $user, $text)
- *  destroyMessage($format, $id)
- *
- *  createFriendship($format, $id)
- *  destroyFriendship($format, $id)
- *  friendshipExists($format, $user_a, $user_b)
- *
- *  verifyCredentials([$format])
- *  endSession()
- *  updateLocation($format, $location)
- *  updateDeliveryDevice($format, $device)
- *  rateLimitStatus($format)
- *
- *  getArchive($format [, $page ])
- *  getFavorites($format [, $id [, $page ]])
- *  createFavorite($format, $id)
- *  destroyFavorite($format, $id)
- *
- *  follow($format, $id)
- *  leave($format, $id)
- *
- *  test($format)
- *  downtimeSchedule($format)
- *
- *  lastStatusCode()
- *  lastAPICall()
+ * 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.
  */
 
 class Twitter {</diff>
      <filename>twitter.lib.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1c67cd78fc137f4b2538147bb6e2b3af1f14f27b</id>
    </parent>
  </parents>
  <author>
    <name>unknown</name>
    <email>jdp34@njit.edu</email>
  </author>
  <url>http://github.com/jdp/twitterlibphp/commit/92bb2e5e7db5ed8dda85aed9ab8ec289387b9bd6</url>
  <id>92bb2e5e7db5ed8dda85aed9ab8ec289387b9bd6</id>
  <committed-date>2008-08-14T16:58:59-07:00</committed-date>
  <authored-date>2008-08-14T16:58:59-07:00</authored-date>
  <message>added readme/license</message>
  <tree>9bd9f4c7fba71e5196e67d2a94de70799b26de35</tree>
  <committer>
    <name>unknown</name>
    <email>jdp34@njit.edu</email>
  </committer>
</commit>
