|
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: |
| 1 | +Refer to the git commit log for authoritative copyright attribution. |
15 | 2 |
|
16 |
| -http://zfsonlinux.org/ |
| 3 | +The original ZFS source code was obtained from Open Solaris which was |
| 4 | +released under the terms of the CDDL open source license. Additional |
| 5 | +changes have been included from OpenZFS and the Illumos project which |
| 6 | +are similarly licensed. These projects can be found on Github at: |
17 | 7 |
|
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. |
| 8 | + * https://github.com/illumos/illumos-gate |
| 9 | + * https://github.com/openzfs/openzfs |
23 | 10 |
|
24 | 11 | Unless otherwise noted, all files in this distribution are released
|
25 | 12 | 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 | 13 |
|
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 |
| 14 | +Exceptions are noted within the associated source files headers and |
| 15 | +by including a THIRDPARTYLICENSE file with the license terms. A few |
| 16 | +notable exceptions and their respective licenses include: |
| 17 | + |
| 18 | + * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE |
| 19 | + * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman |
| 20 | + * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl |
| 21 | + * PBKDF2 Implementation: lib/libzfs/THIRDPARTYLICENSE.openssl |
| 22 | + * SPL Implementation: module/spl/THIRDPARTYLICENSE.gplv2 |
33 | 23 |
|
34 | 24 | This product includes software developed by the OpenSSL Project for use
|
35 | 25 | in the OpenSSL Toolkit (http://www.openssl.org/)
|
36 | 26 |
|
37 |
| -See the file OPENSOLARIS.LICENSE for more information. |
38 |
| - |
39 |
| -Refer to the git commit log for authoritative copyright attribution. |
| 27 | +See the LICENSE and NOTICE for more information. |
0 commit comments