Skip to content

Commit 92db59c

Browse files
nedbassbehlendorf
authored andcommitted
Refresh links to web site
A few files still refer to @behlendorf's private fork on github. Use the primary web site URL instead. Two typos are also corrected. Signed-off-by: Brian Behlendorf <[email protected]>
1 parent e07b579 commit 92db59c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

COPYRIGHT

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ to, the vdev_disk.c and zvol.c implementation which are licensed under
1111
the CDDL.
1212

1313
The zpios test code is originally derived from the Lustre pios test code
14-
which is licenced under the GPLv2. As such the heaviliy modified zpios
14+
which is licensed under the GPLv2. As such the heavily modified zpios
1515
kernel test code also remains licensed under the GPLv2.
1616

1717
The latest stable and development versions of this port can be downloaded
1818
from the official ZFS on Linux site located at:
1919

20-
http://github.com/behlendorf/zfs/
20+
http://zfsonlinux.org/
2121

2222
This ZFS on Linux port was produced at the Lawrence Livermore National
2323
Laboratory (LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44)

cmd/zpios/zpios.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

cmd/zpios/zpios_main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

cmd/zpios/zpios_util.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

include/zpios-ctl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

include/zpios-internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

module/zpios/pios.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Milind Dumbare <[email protected]>
1616
*
1717
* This file is part of ZFS on Linux.
18-
* For details, see <http://github.com/behlendorf/zfs/>.
18+
* For details, see <http://zfsonlinux.org/>.
1919
*
2020
* ZPIOS is free software; you can redistribute it and/or modify it
2121
* under the terms of the GNU General Public License as published by the

0 commit comments

Comments
 (0)