annotate COPYING @ 214:5f90da6265a9

Switched to using our own round() implementation. This way we can be sure the correct rounding algorithm (banker's rounding) is used on all platforms.
author jonas
date Tue, 10 Jul 2007 21:20:07 +0000
parents e9eaddab598e
children e93f68837913
rev   line source
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
1 Copyright (C) 2007 Edgewall Software
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
2 All rights reserved.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
4 Redistribution and use in source and binary forms, with or without
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
5 modification, are permitted provided that the following conditions
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
6 are met:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
7
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
8 1. Redistributions of source code must retain the above copyright
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
9 notice, this list of conditions and the following disclaimer.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
10 2. Redistributions in binary form must reproduce the above copyright
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
12 the documentation and/or other materials provided with the
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
13 distribution.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
14 3. The name of the author may not be used to endorse or promote
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
15 products derived from this software without specific prior
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
16 written permission.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
17
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
19 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
21 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
23 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
24 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
25 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
26 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
27 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (C) 2012-2017 Edgewall Software