source: trunk/hiptop/rpn/LICENSE.hipfloat@ 396

Last change on this file since 396 was 207, checked in by Nicholas Riley, 18 years ago

rpn: Brian Swetland's RPN calculator using Dan Sachs's hipfloat
library. Changes for hiptop OS 2.3; some minor UI cleanups.

File size: 1.4 KB
Line 
1// Copyright 2003, Daniel Grobe Sachs. All Rights Reserved.
2//
3// Redistribution and use in source and binary forms, with or
4// without modification, are permitted provided that the following
5// conditions are met:
6// * Redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer.
8// * Redistributions in binary form must reproduce the above copyright
9// notice, this list of conditions and the following disclaimer
10// in the documentation and/or other materials provided
11// with the distribution.
12//
13// THIS SOFTWARE IS PROVIDED BY DANIEL GROBE SACHS "AS IS" AND
14// WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
15// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16// FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
17// SHALL DANIEL GROBE SACHS BE LIABLE FOR ANY DIRECT, INDIRECT,
18// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
22// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
23// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
25// DAMAGE.
Note: See TracBrowser for help on using the repository browser.