diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:57 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:57 -0700 |
commit | ecc73f8a58c7844b04186726f8699ba97cec2ef9 (patch) | |
tree | 0d4c75747cb34a11c7af9340d4a52cc9740b092c /fs/xfs/scrub/common.c | |
parent | 739a2fe0428f24c11fe652252c2f19ef7a697209 (diff) | |
download | linux-stable-ecc73f8a58c7844b04186726f8699ba97cec2ef9.tar.gz linux-stable-ecc73f8a58c7844b04186726f8699ba97cec2ef9.tar.bz2 linux-stable-ecc73f8a58c7844b04186726f8699ba97cec2ef9.zip |
xfs: update copyright years for scrub/ files
Update the copyright years in the scrub/ source code files. This isn't
required, but it's helpful to remind myself just how long it's taken to
develop this feature.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/scrub/common.c')
-rw-r--r-- | fs/xfs/scrub/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/common.c b/fs/xfs/scrub/common.c index 6eec71f92310..597e6aca8628 100644 --- a/fs/xfs/scrub/common.c +++ b/fs/xfs/scrub/common.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * Copyright (C) 2017 Oracle. All Rights Reserved. + * Copyright (C) 2017-2023 Oracle. All Rights Reserved. * Author: Darrick J. Wong <djwong@kernel.org> */ #include "xfs.h" |