2010-05-18 18:06:56 +00:00
|
|
|
The majority of the code in the ZFS on Linux port comes from OpenSolaris
|
|
|
|
which has been released under the terms of the CDDL open source license.
|
|
|
|
This includes the core ZFS code, libavl, libnvpair, libefi, libunicode,
|
|
|
|
and libutil. The original OpenSolaris source can be downloaded from:
|
2008-11-20 20:01:55 +00:00
|
|
|
|
2010-05-18 17:32:23 +00:00
|
|
|
http://dlc.sun.com/osol/on/downloads/b121/on-src.tar.bz2
|
2008-11-20 20:01:55 +00:00
|
|
|
|
2010-05-18 18:06:56 +00:00
|
|
|
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 CDDL.
|
|
|
|
|
2010-05-18 21:25:28 +00:00
|
|
|
The zpios test code is originally derived from the Lustre pios test code
|
2013-02-17 19:31:20 +00:00
|
|
|
which is licensed under the GPLv2. As such the heavily modified zpios
|
2010-05-18 21:25:28 +00:00
|
|
|
kernel test code also remains licensed under the GPLv2.
|
|
|
|
|
2010-05-18 18:06:56 +00:00
|
|
|
The latest stable and development versions of this port can be downloaded
|
|
|
|
from the official ZFS on Linux site located at:
|
|
|
|
|
2013-02-17 19:31:20 +00:00
|
|
|
http://zfsonlinux.org/
|
2010-05-18 18:06:56 +00:00
|
|
|
|
|
|
|
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.
|
2010-05-18 17:32:23 +00:00
|
|
|
|
2010-05-18 21:25:28 +00:00
|
|
|
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
|
2010-05-18 17:32:23 +00:00
|
|
|
OPENSOLARIS.LICENSE for more information.
|
2015-05-06 22:56:03 +00:00
|
|
|
|
|
|
|
Refer to the git commit log for authoritative copyright attribution.
|