|
| 1 | +version = 1 |
| 2 | +SPDX-PackageName = "Naxsi WAF" |
| 3 | +SPDX-PackageSupplier = "deroad <[email protected]>" |
| 4 | +SPDX-PackageDownloadLocation = "https://github.com/wargio/naxsi" |
| 5 | + |
| 6 | +[[annotations]] |
| 7 | +path = ".github/**" |
| 8 | +precedence = "aggregate" |
| 9 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 10 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 11 | + |
| 12 | +[[annotations]] |
| 13 | +path = ".clang-format" |
| 14 | +precedence = "aggregate" |
| 15 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 16 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 17 | + |
| 18 | +[[annotations]] |
| 19 | +path = [".gitignore", ".gitmodules"] |
| 20 | +precedence = "aggregate" |
| 21 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 22 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 23 | + |
| 24 | +[[annotations]] |
| 25 | +path = "distros/**" |
| 26 | +precedence = "aggregate" |
| 27 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 28 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 29 | + |
| 30 | +[[annotations]] |
| 31 | +path = "naxsi_rules/**" |
| 32 | +precedence = "aggregate" |
| 33 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 34 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 35 | + |
| 36 | +[[annotations]] |
| 37 | +path = ["README.md", ".gitattributes", "logo.png"] |
| 38 | +precedence = "aggregate" |
| 39 | +SPDX-FileCopyrightText = "2019 nbs-system <[email protected]>" |
| 40 | +SPDX-License-Identifier = "GPL-3.0-or-later" |
| 41 | + |
| 42 | +[[annotations]] |
| 43 | +path = "naxsi_rules/naxsi_core.rules" |
| 44 | +precedence = "aggregate" |
| 45 | +SPDX-FileCopyrightText = "2019 nbs-system <[email protected]>" |
| 46 | +SPDX-License-Identifier = "GPL-3.0-or-later" |
| 47 | + |
| 48 | +[[annotations]] |
| 49 | +path = "unit-tests/**" |
| 50 | +precedence = "aggregate" |
| 51 | +SPDX-FileCopyrightText = [ "2019 nbs-system <[email protected]> \\", "2022 deroad <[email protected]>"] |
| 52 | +SPDX-License-Identifier = "GPL-3.0-or-later" |
| 53 | + |
| 54 | +[[annotations]] |
| 55 | +path = "docs/**.md" |
| 56 | +precedence = "aggregate" |
| 57 | +SPDX-FileCopyrightText = "2022 deroad <[email protected]>" |
| 58 | +SPDX-License-Identifier = "LGPL-3.0-only" |
| 59 | + |
| 60 | +[[annotations]] |
| 61 | +path = "docs/old**" |
| 62 | +precedence = "aggregate" |
| 63 | +SPDX-FileCopyrightText = "2019 nbs-system <[email protected]>" |
| 64 | +SPDX-License-Identifier = "GPL-3.0-or-later" |
0 commit comments