summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/refcount.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-04-11 18:59:57 -0700
committerDarrick J. Wong <djwong@kernel.org>2023-04-11 18:59:57 -0700
commitecc73f8a58c7844b04186726f8699ba97cec2ef9 (patch)
tree0d4c75747cb34a11c7af9340d4a52cc9740b092c /fs/xfs/scrub/refcount.c
parent739a2fe0428f24c11fe652252c2f19ef7a697209 (diff)
downloadlinux-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/refcount.c')
-rw-r--r--fs/xfs/scrub/refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/refcount.c b/fs/xfs/scrub/refcount.c
index 2db52a56c38e..a5005b1d010d 100644
--- a/fs/xfs/scrub/refcount.c
+++ b/fs/xfs/scrub/refcount.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"