diff options
author | наб <[email protected]> | 2021-05-03 21:21:21 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-05-07 17:20:37 -0700 |
commit | 1966e959cab25d6e535eeb88e0b2ad9590881eb7 (patch) | |
tree | e55aff6582f22a09ac993ba4cdfc0e673d7455a1 /cmd | |
parent | 8c0991e813a8a8916ca590b5113b5bc9f00a7791 (diff) |
Replace ZoL with OpenZFS where applicable
Afterward, git grep ZoL matches:
* README.md: * [ZoL Site](https://zfsonlinux.org)
- Correct
* etc/default/zfs.in:# ZoL userland configuration.
- Changing this would induce a needless upgrade-check,
if the user has modified the configuration;
this can be updated the next time the defaults change
* module/zfs/dmu_send.c: * ZoL < 0.7 does not handle [...]
- Before 0.7 is ZoL, so fair enough
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue #11956
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/zed/zed.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_conf.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_conf.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_event.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_event.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_exec.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_exec.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_file.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_file.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_log.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_log.h | 2 | ||||
-rw-r--r-- | cmd/zed/zed_strings.c | 2 | ||||
-rw-r--r-- | cmd/zed/zed_strings.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/cmd/zed/zed.c b/cmd/zed/zed.c index e56b45fa7..0aa03fded 100644 --- a/cmd/zed/zed.c +++ b/cmd/zed/zed.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed.h b/cmd/zed/zed.h index 8f2767d74..94f13c2c9 100644 --- a/cmd/zed/zed.h +++ b/cmd/zed/zed.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_conf.c b/cmd/zed/zed_conf.c index b95108fd2..2cf2311db 100644 --- a/cmd/zed/zed_conf.c +++ b/cmd/zed/zed_conf.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_conf.h b/cmd/zed/zed_conf.h index b2dc09c51..0b30a1503 100644 --- a/cmd/zed/zed_conf.h +++ b/cmd/zed/zed_conf.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_event.c b/cmd/zed/zed_event.c index 232b88a13..9eaad0e92 100644 --- a/cmd/zed/zed_event.c +++ b/cmd/zed/zed_event.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_event.h b/cmd/zed/zed_event.h index 264c377ed..5606f14a2 100644 --- a/cmd/zed/zed_event.h +++ b/cmd/zed/zed_event.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_exec.c b/cmd/zed/zed_exec.c index 0a6782f02..1eecfa0a9 100644 --- a/cmd/zed/zed_exec.c +++ b/cmd/zed/zed_exec.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_exec.h b/cmd/zed/zed_exec.h index 2a7f721f0..e4c8d8633 100644 --- a/cmd/zed/zed_exec.h +++ b/cmd/zed/zed_exec.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_file.c b/cmd/zed/zed_file.c index 0e7086d9e..b62f68b26 100644 --- a/cmd/zed/zed_file.c +++ b/cmd/zed/zed_file.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_file.h b/cmd/zed/zed_file.h index 5cb5e8804..7e3a0efca 100644 --- a/cmd/zed/zed_file.h +++ b/cmd/zed/zed_file.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_log.c b/cmd/zed/zed_log.c index 948dad52a..0c4ab6f47 100644 --- a/cmd/zed/zed_log.c +++ b/cmd/zed/zed_log.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_log.h b/cmd/zed/zed_log.h index 0daaad11d..ed88ad41d 100644 --- a/cmd/zed/zed_log.h +++ b/cmd/zed/zed_log.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_strings.c b/cmd/zed/zed_strings.c index 89964317e..52a86e929 100644 --- a/cmd/zed/zed_strings.c +++ b/cmd/zed/zed_strings.c @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). diff --git a/cmd/zed/zed_strings.h b/cmd/zed/zed_strings.h index 63d776f9b..804639592 100644 --- a/cmd/zed/zed_strings.h +++ b/cmd/zed/zed_strings.h @@ -3,7 +3,7 @@ * * Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049). * Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC. - * Refer to the ZoL git commit log for authoritative copyright attribution. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). |