<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,16 @@
-This software is licensed under the ISC license, quoted below.
-See &lt;http://en.wikipedia.org/wiki/ISC_license&gt; for details, but it is
-effectively a shorter version of the BSD license, and very permissive.
+This software is licensed under the Apache 2 license, quoted below.
 
+Copyright 2009 Twitter, Inc.
+Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
 
-Copyright (c) 2008, 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
+the License at
 
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
+    http://www.apache.org/licenses/LICENSE-2.0
 
-THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations under
+the License.</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ SMILE
 =====
 
 Smile is a memcache library for scala which is intended to be fast and highly
-concurrent. It is open-sourced under the ISC license.
+concurrent. It is open-sourced under the Apache 2 license.
 
 All the standard key hashing functions are supported (CRC-ITU, FNV, and
 Ketama). Support for round-robin (&quot;default&quot;) and Ketama key distributions is</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/KetamaNodeLocator.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/KeyHasher.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/LoggingFilter.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheClient.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheClientDecoder.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheCodec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheConnection.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheServerException.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/NodeLocator.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/RoundRobinNodeLocator.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2009, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/SequentialNodeLocator.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/main/scala/net/lag/smile/ServerPool.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 /*
+ * Copyright 2009 Twitter, Inc.
  * Copyright 2009 Robey Pointer &lt;robeypointer@gmail.com&gt;
  *
  * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may</diff>
      <filename>src/main/scala/net/lag/smile/Time.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/FakeMemcacheConnection.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/KetamaNodeLocatorSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/KeyHasherSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/MemcacheClientDecoderSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/MemcacheClientSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/MemcacheConnectionSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/RoundRobinNodeLocatorSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2009, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/SequentialNodeLocatorSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/ServerPoolSpec.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile</diff>
      <filename>src/test/scala/net/lag/smile/TestRunner.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile.stress</diff>
      <filename>src/test/scala/net/lag/smile/stress/Kestrel.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile.stress</diff>
      <filename>src/test/scala/net/lag/smile/stress/ManyGets.scala</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,18 @@
 /*
- * Copyright (c) 2008, Robey Pointer &lt;robeypointer@gmail.com&gt;
- * ISC licensed. Please see the included LICENSE file for more information.
+ * Copyright 2009 Twitter, Inc.
+ * 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 the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package net.lag.smile.stress</diff>
      <filename>src/test/scala/net/lag/smile/stress/StressTest.scala</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>src/test/scala/net/lag/smile/go.scala</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>83f0bebcc07a0f06e3e235653aea5ca73ebbe6e8</id>
    </parent>
  </parents>
  <author>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </author>
  <url>http://github.com/robey/smile/commit/7a6d9e656c46cf0ce5384e088231418822fe04f2</url>
  <id>7a6d9e656c46cf0ce5384e088231418822fe04f2</id>
  <committed-date>2009-03-10T15:08:02-07:00</committed-date>
  <authored-date>2009-03-10T15:08:02-07:00</authored-date>
  <message>fix license: apache 2.</message>
  <tree>f6d8be5a187e5d5d3a8cb504d154d1c411800984</tree>
  <committer>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </committer>
</commit>
