-
Notifications
You must be signed in to change notification settings - Fork 0
/
CopyRight
39 lines (38 loc) · 2.42 KB
/
CopyRight
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* -*- C++ -*- */
/*=============================================================================
// //
// This file is part of the PDP++ software package. //
// //
// Copyright (C) 1995-2000 Randall C. O'Reilly, Chadley K. Dawson, //
// James L. McClelland, and Carnegie Mellon University //
// //
// Permission to use, copy, and modify this software and its documentation //
// for any purpose other than distribution-for-profit is hereby granted //
// without fee, provided that the above copyright notice and this permission //
// notice appear in all copies of the software and related documentation. //
// //
// Permission to distribute the software or modified or extended versions //
// thereof on a not-for-profit basis is explicitly granted, under the above //
// conditions. HOWEVER, THE RIGHT TO DISTRIBUTE THE SOFTWARE OR MODIFIED OR //
// EXTENDED VERSIONS THEREOF FOR PROFIT IS *NOT* GRANTED EXCEPT BY PRIOR //
// ARRANGEMENT AND WRITTEN CONSENT OF THE COPYRIGHT HOLDERS. //
// //
// Note that the taString class, which is derived from the GNU String class, //
// is Copyright (C) 1988 Free Software Foundation, written by Doug Lea, and //
// is covered by the GNU General Public License, see ta_string.h. //
// The iv_graphic library and some iv_misc classes were derived from the //
// InterViews morpher example and other InterViews code, which is //
// Copyright (C) 1987, 1988, 1989, 1990, 1991 Stanford University //
// Copyright (C) 1991 Silicon Graphics, Inc. //
// //
// THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, //
// EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY //
// WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. //
// //
// IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE FOR ANY SPECIAL, //
// INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES //
// WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT //
// ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, //
// ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS //
// SOFTWARE. //
==============================================================================*/