-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathold_COPYRIGHT-NOTICE
121 lines (90 loc) · 5.09 KB
/
old_COPYRIGHT-NOTICE
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
This distribution contains code and documentation subject to one or
more of the following copyrights.
The main code base of the storage manager is subject to the SHORE/UW
copyright (given below) and most of it is also subject to
the SHORE-MT/DIAS copyright (also given below).
Both copyrights are hereby extended to the date of this release, 2010.
Large parts of the code are developed internally by HP, and are subject
to HPDC copyright, below
The strstream compatibility code (src/fc/w_compat_strstream.h, .cpp)
is subject to the Silicon Graphics copyright, below.
The regex code found in the src/common/ library is subject to the
Henry Spencer/ATT copyright and license, contained in src/common/regex2.h, and
included below.
What little remains of the old SHORE sthreads library is subject to
copyright given in those source files as well as to the SHORE/UW and
SHORE-MT/DIAS copyrights.
-------------------------------------------------------------------
HPDC copyright
-------------------------------------------------------------------
(c) Copyright 2011-2013, Hewlett-Packard Development Company, LP
-------------------------------------------------------------------
SHORE/UW copyright:
-------------------------------------------------------------------
SHORE -- Scalable Heterogeneous Object REpository
Copyright (c) 1994-2010 Computer Sciences Department, University of
Wisconsin -- Madison
All Rights Reserved.
Permission to use, copy, modify and distribute this software and its
documentation is hereby granted, provided that both the copyright
notice and this permission notice appear in all copies of the
software, derivative works or modified versions, and any portions
thereof, and that both notices appear in supporting documentation.
THE AUTHORS AND THE COMPUTER SCIENCES DEPARTMENT OF THE UNIVERSITY
OF WISCONSIN - MADISON ALLOW FREE USE OF THIS SOFTWARE IN ITS
"AS IS" CONDITION, AND THEY DISCLAIM ANY LIABILITY OF ANY KIND
FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
This software was developed with support by the Advanced Research
Project Agency, ARPA order number 018 (formerly 8230), monitored by
the U.S. Army Research Laboratory under contract DAAB07-91-C-Q518.
Further funding for this work was provided by DARPA through
Rome Research Laboratory Contract No. F30602-97-2-0247.
-------------------------------------------------------------------
SHORE-MT/DIAS copyright:
-------------------------------------------------------------------
Shore-MT -- Multi-threaded port of the SHORE storage manager
Copyright (c) 2007-2009
Data Intensive Applications and Systems Labaratory (DIAS)
Ecole Polytechnique Federale de Lausanne
All Rights Reserved.
Permission to use, copy, modify and distribute this software and
its documentation is hereby granted, provided that both the
copyright notice and this permission notice appear in all copies of
the software, derivative works or modified versions, and any
portions thereof, and that both notices appear in supporting
documentation.
This code is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS
DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
RESULTING FROM THE USE OF THIS SOFTWARE.
-------------------------------------------------------------------
Silicon Graphics copyright:
-------------------------------------------------------------------
Copyright (c) 1998
Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation. Silicon Graphics makes no
representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
-------------------------------------------------------------------
Henry Spencer/ATT copyright and license:
-------------------------------------------------------------------
Copyright 1992, 1993, 1994, 1997 Henry Spencer. All rights reserved.
This software is not subject to any license of the American Telephone
and Telegraph Company or of the Regents of the University of California.
Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
to the following restrictions:
1. The author is not responsible for the consequences of use of this
software, no matter how awful, even if they arise from flaws in it.
2. The origin of this software must not be misrepresented, either by
explicit claim or by omission. Since few users ever read sources,
credits must appear in the documentation.
3. Altered versions must be plainly marked as such, and must not be
misrepresented as being the original software. Since few users
ever read sources, credits must appear in the documentation.
4. This notice may not be removed or altered.