public
Description: tiny queue system based on starling, in scala
Homepage:
Clone URL: git://github.com/robey/kestrel.git
robey (author)
Mon Nov 02 16:12:45 -0800 2009
commit  d79c86c618a8938337e6aa3e5c8f50c8bd5a7bf7
tree    65490d57c9ee0bc3239a7bd23cc7cb86086178bf
parent  474346ad902f470a9ff49716bc71a380121f052c parent  47cd1ce01a354df7f52a9fb59badaaf90ea38fc0
kestrel / LICENSE
100644 17 lines (12 sloc) 0.677 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This software is licensed under the Apache 2 license, quoted below.
 
Copyright 2009 Twitter, Inc.
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
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 "AS IS" 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.