<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 *.pyc
 ._*
+*.sqlite</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,26 @@
 #!/usr/bin/env python
+&quot;&quot;&quot;
+Copyright (c) 2008 Silas Snider
+
+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.
+&quot;&quot;&quot;
+
 import cgi, cgitb, sys
 cgitb.enable()
 </diff>
      <filename>OpenID/doLogin.cgi</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,26 @@
 #!/usr/bin/env python
+&quot;&quot;&quot;
+Copyright (c) 2008 Silas Snider
+
+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.
+&quot;&quot;&quot;
+
 import cgi, cgitb
 cgitb.enable()
 import imaplib</diff>
      <filename>OpenID/oi.cgi</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,31 @@
 #!/usr/bin/env python
+&quot;&quot;&quot;
+Copyright (c) 2008 Silas Snider
+
+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.
+&quot;&quot;&quot;
+
 from Cookie import SimpleCookie
 import os
 import sys
 from sqlobject import *
-connection_string = &quot;mysql://acm_open_id:5812379@acm.cs.uoregon.edu/acm_open_id&quot;
+connection_string = &quot;mysql://username:password@server/database&quot;
 connection = connectionForURI(connection_string)
 sqlhub.processConnection = connection
 
@@ -72,7 +94,6 @@ def setSession(request):
 	newS = Session(identifier = request.identity, sid = sid)
 	c = SimpleCookie()
 	c['hopper_oid_sid'] = sid
-#	print &quot;Content-Type: text/html&quot;
 	print c
 
 def doOpenID(result, user, fail=False):</diff>
      <filename>OpenID/util.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0621e440fcd146d171276a05d7285cfeec4d47b8</id>
    </parent>
  </parents>
  <author>
    <name>Silas Snider</name>
    <email>swsnider@gmail.com</email>
  </author>
  <url>http://github.com/swsnider/portfolio/commit/4b22f4623132a321b9c700af29b28f9dab686580</url>
  <id>4b22f4623132a321b9c700af29b28f9dab686580</id>
  <committed-date>2008-03-12T00:04:32-07:00</committed-date>
  <authored-date>2008-03-12T00:04:32-07:00</authored-date>
  <message>updated OpenID files</message>
  <tree>88b69daf819a2a7557b68b1d29f57c5ba813050c</tree>
  <committer>
    <name>Silas Snider</name>
    <email>swsnider@gmail.com</email>
  </committer>
</commit>
