]>
Commit | Line | Data |
---|---|---|
7bdf406d TG |
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 zpios test code is originally derived from the Lustre pios test code | |
14 | which is licensed under the GPLv2. As such the heavily modified zpios | |
15 | kernel test code also remains licensed under the GPLv2. | |
16 | ||
17 | The latest stable and development versions of this port can be downloaded | |
18 | from the official ZFS on Linux site located at: | |
19 | ||
20 | http://zfsonlinux.org/ | |
21 | ||
22 | This ZFS on Linux port was produced at the Lawrence Livermore National | |
23 | Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) | |
24 | between the U.S. Department of Energy (DOE) and Lawrence Livermore | |
25 | National Security, LLC (LLNS) for the operation of LLNL. It has been | |
26 | approved for release under LLNL-CODE-403049. | |
27 | ||
28 | Unless otherwise noted, all files in this distribution are released | |
29 | under the Common Development and Distribution License (CDDL). | |
30 | Exceptions are noted within the associated source files. See the file | |
31 | OPENSOLARIS.LICENSE for more information. | |
32 | ||
33 | Refer to the git commit log for authoritative copyright attribution. |