<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE.txt</filename>
    </added>
    <added>
      <filename>README.textile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,20 @@
+&quot;&quot;&quot;
+Talk.org - A Twitter like Application
+Copyright (C) 2008 Pelle Braendgaard
+
+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 3 of the License, 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, see &lt;http://www.gnu.org/licenses/&gt;.
+&quot;&quot;&quot;
 import os
 import logging
 </diff>
      <filename>controllers/neubia.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+&quot;&quot;&quot;
+Talk.org - A Twitter like Application
+Copyright (C) 2008 Pelle Braendgaard
+
+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 3 of the License, 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, see &lt;http://www.gnu.org/licenses/&gt;.
+&quot;&quot;&quot;
 import os
 import logging
 from urllib import unquote
@@ -101,7 +118,7 @@ def show(request,key):
 
 
 def edit(request, key):
-  &quot;&quot;&quot;Create or edit a gift.  GET shows a blank form, POST processes it.&quot;&quot;&quot;
+  &quot;&quot;&quot;Edit a post.  GET shows a blank form, POST processes it.&quot;&quot;&quot;
   user = users.GetCurrentUser()
   if user is None:
     return http.HttpResponseForbidden('You must be signed in to add or edit a post')</diff>
      <filename>controllers/posts.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+&quot;&quot;&quot;
+Talk.org - A Twitter like Application
+Copyright (C) 2008 Pelle Braendgaard
+
+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 3 of the License, 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, see &lt;http://www.gnu.org/licenses/&gt;.
+&quot;&quot;&quot;
 import os
 import logging
 from urllib import unquote</diff>
      <filename>controllers/profiles.py</filename>
    </modified>
    <modified>
      <diff>@@ -10,14 +10,14 @@ indexes:
 # automatically uploaded to the admin console when you next deploy
 # your application using appcfg.py.
 
-# Used 24 times in query history.
+# Used 30 times in query history.
 - kind: Post
   properties:
   - name: author
   - name: created
     direction: desc
 
-# Used 246 times in query history.
+# Used 397 times in query history.
 - kind: Post
   properties:
   - name: created</diff>
      <filename>index.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,20 @@
+&quot;&quot;&quot;
+Talk.org - A Twitter like Application
+Copyright (C) 2008 Pelle Braendgaard
 
+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 3 of the License, 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, see &lt;http://www.gnu.org/licenses/&gt;.
+&quot;&quot;&quot;
 from google.appengine.ext import db
 from google.appengine.ext.db import djangoforms
 try:</diff>
      <filename>models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>249741603bfe9de45de0a1b23b2d219ca4a3b804</id>
    </parent>
  </parents>
  <author>
    <name>Pelle Braendgaard</name>
    <email>pelleb@gmail.com</email>
  </author>
  <url>http://github.com/pelle/talk.org/commit/c54c363beb619ed0004c3428819162f61815c251</url>
  <id>c54c363beb619ed0004c3428819162f61815c251</id>
  <committed-date>2008-06-09T10:38:56-07:00</committed-date>
  <authored-date>2008-06-09T10:38:56-07:00</authored-date>
  <message>Added licenses and Readme</message>
  <tree>601cd6dbca25163a285785fd2b0f05a0bfd10ece</tree>
  <committer>
    <name>Pelle Braendgaard</name>
    <email>pelleb@gmail.com</email>
  </committer>
</commit>
