1The majority of the code in the ZFS on Linux port comes from OpenSolaris 2which has been released under the terms of the CDDL open source license. 3This includes the core ZFS code, libavl, libnvpair, libefi, libunicode, 4and libutil. The original OpenSolaris source can be downloaded from: 5 6http://dlc.sun.com/osol/on/downloads/b121/on-src.tar.bz2 7 8Files which do not originate from OpenSolaris are noted in the file header 9and attributed properly. These exceptions include, but are not limited 10to, the vdev_disk.c and zvol.c implementation which are licensed under 11the CDDL. 12 13The zpios test code is originally derived from the Lustre pios test code 14which is licensed under the GPLv2. As such the heavily modified zpios 15kernel test code also remains licensed under the GPLv2. 16 17The latest stable and development versions of this port can be downloaded 18from the official ZFS on Linux site located at: 19 20http://zfsonlinux.org/ 21 22This ZFS on Linux port was produced at the Lawrence Livermore National 23Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) 24between the U.S. Department of Energy (DOE) and Lawrence Livermore 25National Security, LLC (LLNS) for the operation of LLNL. It has been 26approved for release under LLNL-CODE-403049. 27 28Unless otherwise noted, all files in this distribution are released 29under the Common Development and Distribution License (CDDL). 30Exceptions are noted within the associated source files. See the file 31OPENSOLARIS.LICENSE for more information. 32