Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix my email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Mar 10, 2009
1 parent afc041b commit e80ddaa
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This software is licensed under the Apache 2 license, quoted below.

Copyright 2009 Twitter, Inc.
Copyright 2009 Robey Pointer <robeypointer@lag.net>
Copyright 2009 Robey Pointer <robeypointer@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/Journal.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/lag/kestrel/Kestrel.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down Expand Up @@ -105,7 +105,7 @@ object Kestrel {
acceptor.getSessionConfig.setTcpNoDelay(true)
acceptor.getFilterChain.addLast("codec", new ProtocolCodecFilter(memcache.Codec.encoder,
memcache.Codec.decoder))
acceptor.setHandler(new IoHandlerActorAdapter((session: IoSession) => new KestrelHandler(session, config)))
acceptor.setHandler(new IoHandlerActorAdapter(session => new KestrelHandler(session, config)))
acceptor.bind(new InetSocketAddress(listenAddress, listenPort))

log.info("Kestrel started.")
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/KestrelHandler.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/PersistentQueue.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/QueueCollection.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/Time.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/memcache/Codec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/FilterableSpecsFileRunner.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/TestHelper.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/TestRunner.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/PersistentQueueSpec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/QueueCollectionSpec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/ServerSpec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/TestClient.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/load/ManyClients.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/net/lag/kestrel/load/PutMany.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2009 Twitter, Inc.
* Copyright 2009 Robey Pointer <robeypointer@lag.net>
* Copyright 2009 Robey Pointer <robeypointer@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
Expand Down

0 comments on commit e80ddaa

Please sign in to comment.