]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_scrub: add missing license and copyright information
authorDarrick J. Wong <djwong@kernel.org>
Fri, 12 Jan 2024 02:07:04 +0000 (18:07 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 12 Jan 2024 02:08:46 +0000 (18:08 -0800)
These files are missing the required SPDX license and copyright
information.  Add them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
scrub/xfs_scrub@.service.in
scrub/xfs_scrub_all.cron.in
scrub/xfs_scrub_all.service.in
scrub/xfs_scrub_all.timer
scrub/xfs_scrub_fail
scrub/xfs_scrub_fail@.service.in

index 6fb3f6ea2e9790c14a20cc2cdf47a6f68373e9e7..b90107bdcb8693f4d5ca53973f1f0975e3f2d2c1 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+
 [Unit]
 Description=Online XFS Metadata Check for %I
 OnFailure=xfs_scrub_fail@%i.service
index 3dea92960770e156b3cc765ebddae6c334892f09..e08a9daf9259e0b2a5ca45cb2778cec47c32392e 100644 (file)
@@ -1 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+#
 10 3 * * 0 root test -e /run/systemd/system || @sbindir@/xfs_scrub_all
index b1b80da40a3f6d316a7b23738d197211af6d8dc5..347cd6e6622837d20935f36abb7891ad02f0772b 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+
 [Unit]
 Description=Online XFS Metadata Check for All Filesystems
 ConditionACPower=true
index 2e4a33b166643754f00b0b750e45cefa6f3f743e..f0c557fc3803912b8ab25bca78600c91bd843854 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+
 [Unit]
 Description=Periodic XFS Online Metadata Check for All Filesystems
 
index 36dd50e9653159ecaf7027930c9aa62f7c9eac98..4f3f11d43faff57be82b7edf74fd2877a5abf4c1 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+
 # Email logs of failed xfs_scrub unit runs
 
 mailer=/usr/sbin/sendmail
index 8d106e9ba4bd578261205557fc67ed62d9eaf468..489a94673241b8ad52f3e049cba0dffb23fcc3b2 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2018-2024 Oracle.  All Rights Reserved.
+# Author: Darrick J. Wong <djwong@kernel.org>
+
 [Unit]
 Description=Online XFS Metadata Check Failure Reporting for %I
 Documentation=man:xfs_scrub(8)