]> git.proxmox.com Git - mirror_zfs.git/blob - COPYRIGHT
Fix ARC pointer overrun
[mirror_zfs.git] / COPYRIGHT
1 The majority of the code in the ZFS on Linux port comes from OpenSolaris
2 which has been released under the terms of the CDDL open source license.
3 This includes the core ZFS code, libavl, libnvpair, libefi, libunicode,
4 and libutil. The original OpenSolaris source can be downloaded from:
5
6 http://dlc.sun.com/osol/on/downloads/b121/on-src.tar.bz2
7
8 Files which do not originate from OpenSolaris are noted in the file header
9 and attributed properly. These exceptions include, but are not limited
10 to, the vdev_disk.c and zvol.c implementation which are licensed under
11 the CDDL.
12
13 The latest stable and development versions of this port can be downloaded
14 from the official ZFS on Linux site located at:
15
16 http://zfsonlinux.org/
17
18 This ZFS on Linux port was produced at the Lawrence Livermore National
19 Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44)
20 between the U.S. Department of Energy (DOE) and Lawrence Livermore
21 National Security, LLC (LLNS) for the operation of LLNL. It has been
22 approved for release under LLNL-CODE-403049.
23
24 Unless otherwise noted, all files in this distribution are released
25 under the Common Development and Distribution License (CDDL).
26 Exceptions are noted within the associated source files. A few notable
27 exceptions and their respective licenses include:
28
29 Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
30 AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
31 AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
32 PBKDF2 Implementation: lib/libzfs/THIRDPARTYLICENSE.openssl
33
34 This product includes software developed by the OpenSSL Project for use
35 in the OpenSSL Toolkit (http://www.openssl.org/)
36
37 See the file OPENSOLARIS.LICENSE for more information.
38
39 Refer to the git commit log for authoritative copyright attribution.