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 latest stable and development versions of this port can be downloaded 14from the official ZFS on Linux site located at: 15 16http://zfsonlinux.org/ 17 18This ZFS on Linux port was produced at the Lawrence Livermore National 19Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) 20between the U.S. Department of Energy (DOE) and Lawrence Livermore 21National Security, LLC (LLNS) for the operation of LLNL. It has been 22approved for release under LLNL-CODE-403049. 23 24Unless otherwise noted, all files in this distribution are released 25under the Common Development and Distribution License (CDDL). 26Exceptions are noted within the associated source files. A few notable 27exceptions and their respective licenses include: 28 29Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE 30AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman 31AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl 32PBKDF2 Implementation: lib/libzfs/THIRDPARTYLICENSE.openssl 33 34This product includes software developed by the OpenSSL Project for use 35in the OpenSSL Toolkit (http://www.openssl.org/) 36 37See the file OPENSOLARIS.LICENSE for more information. 38 39Refer to the git commit log for authoritative copyright attribution. 40