On Wed, 19 Jun 2024 15:10:55 +0530 Danish Prakash <contact(a)danishpraka.sh> wrote:The SPDX identifier states GPL-2.0-or-later but the copyright section mentions GPL-3.0 or later causing a mismatch. Also, only correctly refers to GPL instead of AGPL. Signed-off-by: Danish Prakash <contact(a)danishpraka.sh>Applied, thanks. For the next time, note that if you post a new version of a patch, it's customary to indicate the version number with v<n> after the patch tag, for example [PATCH v2]. You can do that with 'git format-patch --subject-prefix="PATCH v2"'. Alternatively, there are also tools such as git-publish (https://github.com/stefanha/git-publish) that do this for you automatically. -- Stefano