forked from zfsonlinux/zfsonlinux.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zfs-disclaimer.html
79 lines (67 loc) · 3.48 KB
/
zfs-disclaimer.html
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
<html>
<head>
<meta name="keyword" content="zfs, linux" />
<meta name="description" content="ZFS on Linux Disclaimer." />
<meta name="robots" content="all" />
</head>
<body>
<center>
<a href="index.html"><img title="Native ZFS on Linux" alt="Native ZFS on Linux" src="images/zfs-linux.png"></a>
<table width="80%">
<tr>
<td>
<p>Native ZFS for Linux<br />
Produced at Lawrence Livermore National Laboratory<br />
Ported by <a href="mailto:[email protected]">Brian Behlendorf</a><br />
LLNL-CODE-403049.</p>
<p>The majority of the code in the Native ZFS for Linux port comes
from OpenSolaris which has been released under the terms of the <a
href="http://hub.opensolaris.org/bin/view/Main/opensolaris_license">CDDL</a>
open source license. This includes the core ZFS code, libavl, libnvpair,
libefi, libunicode, and libutil. The original OpenSolaris source can be
downloaded from:</p>
<p><a href="http://dlc.sun.com/osol/on/downloads/current/">
http://dlc.sun.com/osol/on/downloads/current/</a></p>
<p>Files which do not originate from OpenSolaris are noted in the file
header and attributed properly. These exceptions include, but are not limited
to, the vdev_disk.c and zvol.c implementation which are licensed under the <a
href="http://hub.opensolaris.org/bin/view/Main/opensolaris_license">CDDL</a>.</p>
<p>The zpios test code is originally derived from the Lustre
pios test code which is licensed under the <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>. As such the heavily
modified zpios kernel test code also remains licensed under the <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.</p>
<p>The latest stable and development versions of the Native ZFS for
Linux port can be downloaded from the official site:</p>
<p><a href="http://www.zfsonlinux.org">http://www.zfsonlinux.org/</a></p>
<p>This ZFS on Linux port was produced at the Lawrence Livermore
National Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44)
between the U.S. Department of Energy (DOE) and Lawrence Livermore National
Security, LLC (LLNS) for the operation of LLNL. It has been approved for
release under LLNL-CODE-403049.</p>
<p>This work was prepared as an account of work sponsored by an agency
of the United States Government. Neither the United States Government nor
Lawrence Livermore National Security, LLC nor any of their employees, makes
any warranty, express or implied, or assumes any liability or responsibility
for the accuracy, completeness, or usefulness of any information, apparatus,
product, or process disclosed, or represents that its use would not infringe
privately-owned rights.</p>
<p>Reference herein to any specific commercial products, process, or
services by trade name, trademark, manufacturer or otherwise does<br />
not necessarily constitute or imply its endorsement, recommendation, or
favoring by the United States Government or Lawrence Livermore National
Security, LLC. The views and opinions of authors expressed herein do not
necessarily state or reflect those of the Untied States Government or Lawrence
Livermore National Security, LLC, and shall not be used for advertising or
product endorsement purposes.</p>
<p>Unless otherwise noted, all files in this distribution are released
under the Common Development and Distribution License (CDDL). Exceptions are
noted within the associated source files. See the file <a
href="http://hub.opensolaris.org/bin/view/Main/opensolaris_license">OPENSOLARIS.LICENSE</a>
for more information.</p>
</td>
</tr>
</table>
</center>
</body>
</html>