diff options
-rw-r--r-- | COPYRIGHT | 4 | ||||
-rw-r--r-- | cmd/zpios/zpios.h | 2 | ||||
-rw-r--r-- | cmd/zpios/zpios_main.c | 2 | ||||
-rw-r--r-- | cmd/zpios/zpios_util.c | 2 | ||||
-rw-r--r-- | include/zpios-ctl.h | 2 | ||||
-rw-r--r-- | include/zpios-internal.h | 2 | ||||
-rw-r--r-- | module/zpios/pios.c | 2 |
7 files changed, 8 insertions, 8 deletions
@@ -11,13 +11,13 @@ to, the vdev_disk.c and zvol.c implementation which are licensed under the CDDL. The zpios test code is originally derived from the Lustre pios test code -which is licenced under the GPLv2. As such the heaviliy modified zpios +which is licensed under the GPLv2. As such the heavily modified zpios kernel test code also remains licensed under the GPLv2. The latest stable and development versions of this port can be downloaded from the official ZFS on Linux site located at: -http://github.com/behlendorf/zfs/ +http://zfsonlinux.org/ This ZFS on Linux port was produced at the Lawrence Livermore National Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) diff --git a/cmd/zpios/zpios.h b/cmd/zpios/zpios.h index ed979459a..23c32377e 100644 --- a/cmd/zpios/zpios.h +++ b/cmd/zpios/zpios.h @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/cmd/zpios/zpios_main.c b/cmd/zpios/zpios_main.c index 14c37e7e3..1c01d9a9d 100644 --- a/cmd/zpios/zpios_main.c +++ b/cmd/zpios/zpios_main.c @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/cmd/zpios/zpios_util.c b/cmd/zpios/zpios_util.c index 48a0a469f..9b06655cc 100644 --- a/cmd/zpios/zpios_util.c +++ b/cmd/zpios/zpios_util.c @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/include/zpios-ctl.h b/include/zpios-ctl.h index 234e96c11..6744ae614 100644 --- a/include/zpios-ctl.h +++ b/include/zpios-ctl.h @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/include/zpios-internal.h b/include/zpios-internal.h index c9b6e0092..24a2febb2 100644 --- a/include/zpios-internal.h +++ b/include/zpios-internal.h @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/module/zpios/pios.c b/module/zpios/pios.c index aa1f2bbd3..53cc77bd9 100644 --- a/module/zpios/pios.c +++ b/module/zpios/pios.c @@ -15,7 +15,7 @@ * Milind Dumbare <[email protected]> * * This file is part of ZFS on Linux. - * For details, see <http://github.com/behlendorf/zfs/>. + * For details, see <http://zfsonlinux.org/>. * * ZPIOS is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |