mbox series

[GIT,PULL,4/22] xfs_scrub: fix licensing and copyright notices

Message ID 168127094049.417736.4769433461213675106.stg-ugh@frogsfrogsfrogs (mailing list archive)
State Superseded, archived
Headers show
Series [GIT,PULL,1/22] xfs: design documentation for online fsck | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/scrub-fix-legalese-6.4_2023-04-11

Message

Darrick J. Wong April 12, 2023, 3:45 a.m. UTC
Hi Dave,

Please pull this branch with changes for xfs.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit 9b2e5a234c89f097ec36f922763dfa1465dc06f8:

xfs: create traced helper to get extra perag references (2023-04-11 18:59:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/scrub-fix-legalese-6.4_2023-04-11

for you to fetch changes up to ecc73f8a58c7844b04186726f8699ba97cec2ef9:

xfs: update copyright years for scrub/ files (2023-04-11 18:59:57 -0700)

----------------------------------------------------------------
xfs_scrub: fix licensing and copyright notices [v24.5]

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.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (2):
xfs: fix author and spdx headers on scrub/ files
xfs: update copyright years for scrub/ files

fs/xfs/scrub/agheader.c        | 6 +++---
fs/xfs/scrub/agheader_repair.c | 6 +++---
fs/xfs/scrub/alloc.c           | 6 +++---
fs/xfs/scrub/attr.c            | 6 +++---
fs/xfs/scrub/attr.h            | 4 ++--
fs/xfs/scrub/bitmap.c          | 6 +++---
fs/xfs/scrub/bitmap.h          | 6 +++---
fs/xfs/scrub/bmap.c            | 6 +++---
fs/xfs/scrub/btree.c           | 6 +++---
fs/xfs/scrub/btree.h           | 6 +++---
fs/xfs/scrub/common.c          | 6 +++---
fs/xfs/scrub/common.h          | 6 +++---
fs/xfs/scrub/dabtree.c         | 6 +++---
fs/xfs/scrub/dabtree.h         | 6 +++---
fs/xfs/scrub/dir.c             | 6 +++---
fs/xfs/scrub/fscounters.c      | 4 ++--
fs/xfs/scrub/health.c          | 6 +++---
fs/xfs/scrub/health.h          | 6 +++---
fs/xfs/scrub/ialloc.c          | 6 +++---
fs/xfs/scrub/inode.c           | 6 +++---
fs/xfs/scrub/parent.c          | 6 +++---
fs/xfs/scrub/quota.c           | 6 +++---
fs/xfs/scrub/refcount.c        | 6 +++---
fs/xfs/scrub/repair.c          | 6 +++---
fs/xfs/scrub/repair.h          | 6 +++---
fs/xfs/scrub/rmap.c            | 6 +++---
fs/xfs/scrub/rtbitmap.c        | 6 +++---
fs/xfs/scrub/scrub.c           | 6 +++---
fs/xfs/scrub/scrub.h           | 6 +++---
fs/xfs/scrub/symlink.c         | 6 +++---
fs/xfs/scrub/trace.c           | 6 +++---
fs/xfs/scrub/trace.h           | 6 +++---
fs/xfs/scrub/xfs_scrub.h       | 6 +++---
33 files changed, 97 insertions(+), 97 deletions(-)