annotate COPYING.BSD @ 12691:6d6285a2a633 octave-forge

use macro ISNAN() instead of C++'s isnan() - because it supports all floating point formats not just double
author schloegl
date Sat, 12 Sep 2015 14:16:39 +0000
parents dd36fa4853e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
662
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
1 Copyright (c) <YEAR> <OWNER> All rights reserved.
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
2
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
3 This program is free software. Redistribution and use in source and
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
4 binary forms, with or without modification, are permitted provided that
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
5 the following conditions are met:
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
6
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
7 * Redistributions of source code must retain the above copyright
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
8 notice, this list of conditions and the following disclaimer.
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
9
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
10 * Redistributions in binary form must reproduce the above copyright
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in the
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
12 documentation and/or other materials provided with the distribution.
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
13
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
14 * Neither the name of the <ORGANIZATION> nor the names of its
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
15 contributors may be used to endorse or promote products derived from
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
16 this software without specific prior written permission.
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
17
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
19 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
20 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
22 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
23 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
24 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
25 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
26 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
27 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
dd36fa4853e1 Default to BSD style license so we don't have to worry about missing licenses.
pkienzle
parents:
diff changeset
28 THE POSSIBILITY OF SUCH DAMAGE.