add precendence

This commit is contained in:
Dan Anglin 2024-08-01 02:55:28 +01:00
parent 1f8e23b211
commit 271873a969
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -13,6 +13,7 @@ path = [
"go.mod", "go.mod",
"magefiles/go.mod", "magefiles/go.mod",
] ]
precedence = "override"
SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>" SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>"
SPDX-License-Identifier = "GPL-3.0-or-later" SPDX-License-Identifier = "GPL-3.0-or-later"
@ -22,6 +23,7 @@ path = [
"docs/*.md", "docs/*.md",
"assets/images/*.png", "assets/images/*.png",
] ]
precedence = "override"
SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>" SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>"
SPDX-License-Identifier = "CC-BY-4.0" SPDX-License-Identifier = "CC-BY-4.0"
@ -30,5 +32,6 @@ path = [
"go.sum", "go.sum",
"magefiles/go.sum", "magefiles/go.sum",
] ]
precedence = "override"
SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>" SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>"
SPDX-License-Identifier = "CC0-1.0" SPDX-License-Identifier = "CC0-1.0"