<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 This software is licensed under the Apache 2 license, quoted below.
 
 Copyright 2009 Twitter, Inc.
-Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not
 use this file except in compliance with the License. You may obtain a copy of</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/Journal.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain
@@ -105,7 +105,7 @@ object Kestrel {
     acceptor.getSessionConfig.setTcpNoDelay(true)
     acceptor.getFilterChain.addLast(&quot;codec&quot;, new ProtocolCodecFilter(memcache.Codec.encoder,
       memcache.Codec.decoder))
-    acceptor.setHandler(new IoHandlerActorAdapter((session: IoSession) =&gt; new KestrelHandler(session, config)))
+    acceptor.setHandler(new IoHandlerActorAdapter(session =&gt; new KestrelHandler(session, config)))
     acceptor.bind(new InetSocketAddress(listenAddress, listenPort))
 
     log.info(&quot;Kestrel started.&quot;)</diff>
      <filename>src/main/scala/net/lag/kestrel/Kestrel.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/KestrelHandler.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/PersistentQueue.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/QueueCollection.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/Time.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/main/scala/net/lag/kestrel/memcache/Codec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/FilterableSpecsFileRunner.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/TestHelper.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/TestRunner.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/PersistentQueueSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/QueueCollectionSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/ServerSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/TestClient.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/load/ManyClients.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/load/PutMany.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * Copyright 2009 Twitter, Inc.
- * Copyright 2009 Robey Pointer &lt;robeypointer@lag.net&gt;
+ * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may
  * not use this file except in compliance with the License. You may obtain</diff>
      <filename>src/test/scala/net/lag/kestrel/memcache/MemCacheCodecSpec.scala</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>afc041b1f19edad312b0b63938e91cd1b54efc65</id>
    </parent>
  </parents>
  <author>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </author>
  <url>http://github.com/robey/kestrel/commit/e80ddaa48c67d862e00766d9abdf17d5922c6bab</url>
  <id>e80ddaa48c67d862e00766d9abdf17d5922c6bab</id>
  <committed-date>2009-03-10T12:57:51-07:00</committed-date>
  <authored-date>2009-03-10T12:57:51-07:00</authored-date>
  <message>fix my email address.</message>
  <tree>4a3b2470a0f4767acec934c8bbbf6353076dba00</tree>
  <committer>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </committer>
</commit>
