]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "scripts: mandate that new files have SPDX-License-Identifier"
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 8 May 2025 16:40:33 +0000 (17:40 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 10:24:41 +0000 (11:24 +0100)
commit66411ab48b3676894903148406db12a446445adc
tree5817d69819c0a1a248b29d0cc69702a527851929
parent5a56f60d7c2e241bf972b8eca31286cf7f3cd7c1
Revert "scripts: mandate that new files have SPDX-License-Identifier"

This reverts commit fa4d79c64dae03ffa269e42e21822453856618b7.

The logic in this commit was flawed in two critical ways

 * It always failed to report SPDX validation on the last newly
   added file. IOW, it only worked if at least 2 new files were
   added in a commit

 * If an existing file change, followed a new file change, in
   the commit and the existing file context/changed lines
   included SPDX-License-Identifier, it would incorrectly
   associate this with the previous newly added file.

Simply reverting this commit will make it significantly easier to
understand the improved logic in the following commit.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/checkpatch.pl