~luks/acoustid-server/index

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Lukáš Lalinský
  • Date: 2011-05-02 09:30:45 UTC
  • Revision ID: git-v1:ad6cd5886503374a8be22865633ffe69bf185bc2
Faster implementation of BufferedInputStream::readVInt32()

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
19
THE SOFTWARE.
20
20
 
 
21
 
 
22
Additional copyright for file src/util/vint.h:
 
23
 
 
24
Copyright 2008 Google Inc.  All rights reserved.
 
25
 
 
26
Redistribution and use in source and binary forms, with or without
 
27
modification, are permitted provided that the following conditions are
 
28
met:
 
29
 
 
30
    * Redistributions of source code must retain the above copyright
 
31
notice, this list of conditions and the following disclaimer.
 
32
    * Redistributions in binary form must reproduce the above
 
33
copyright notice, this list of conditions and the following disclaimer
 
34
in the documentation and/or other materials provided with the
 
35
distribution.
 
36
    * Neither the name of Google Inc. nor the names of its
 
37
contributors may be used to endorse or promote products derived from
 
38
this software without specific prior written permission.
 
39
 
 
40
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
41
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
42
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
43
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
44
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
45
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
46
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
47
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
48
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
49
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
50
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
51