Hi all, Fix various attribution problems in the xfs_scrub source code, such as the author's contact information, out of date SPDX tags, and a rough estimate of when the feature was under heavy development. The most egregious parts are the files that are missing license information completely. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=scrub-fix-legalese xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=scrub-fix-legalese --- scrub/Makefile | 2 +- scrub/common.c | 6 +++--- scrub/common.h | 6 +++--- scrub/counter.c | 6 +++--- scrub/counter.h | 6 +++--- scrub/descr.c | 4 ++-- scrub/descr.h | 4 ++-- scrub/disk.c | 6 +++--- scrub/disk.h | 6 +++--- scrub/filemap.c | 6 +++--- scrub/filemap.h | 6 +++--- scrub/fscounters.c | 6 +++--- scrub/fscounters.h | 6 +++--- scrub/inodes.c | 6 +++--- scrub/inodes.h | 6 +++--- scrub/phase1.c | 6 +++--- scrub/phase2.c | 6 +++--- scrub/phase3.c | 6 +++--- scrub/phase4.c | 6 +++--- scrub/phase5.c | 6 +++--- scrub/phase6.c | 6 +++--- scrub/phase7.c | 6 +++--- scrub/progress.c | 6 +++--- scrub/progress.h | 6 +++--- scrub/read_verify.c | 6 +++--- scrub/read_verify.h | 6 +++--- scrub/repair.c | 6 +++--- scrub/repair.h | 6 +++--- scrub/scrub.c | 6 +++--- scrub/scrub.h | 6 +++--- scrub/spacemap.c | 6 +++--- scrub/spacemap.h | 6 +++--- scrub/unicrash.c | 6 +++--- scrub/unicrash.h | 6 +++--- scrub/vfs.c | 6 +++--- scrub/vfs.h | 6 +++--- scrub/xfs_scrub.c | 6 +++--- scrub/xfs_scrub.h | 6 +++--- scrub/xfs_scrub@xxxxxxxxxxx | 5 +++++ scrub/xfs_scrub_all.cron.in | 5 +++++ scrub/xfs_scrub_all.in | 6 +++--- scrub/xfs_scrub_all.service.in | 5 +++++ scrub/xfs_scrub_all.timer | 5 +++++ scrub/xfs_scrub_fail | 5 +++++ scrub/xfs_scrub_fail@xxxxxxxxxxx | 5 +++++ 45 files changed, 143 insertions(+), 113 deletions(-)