| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # SPDX-FileCopyrightText: 2024 Christina Sørensen
- #
- # SPDX-License-Identifier: EUPL-1.2
- version = 1
- SPDX-PackageName = "eza"
- SPDX-PackageSupplier = "Christina Sørensen <christina@cafkafk.com>"
- [[annotations]]
- path = "flake.lock"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "Cargo.lock"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = ".envrc"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "tests/**"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "completions/**"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "man/**"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "deb.asc"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "devtools/**"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = "docs/**"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = ".github/**.md"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- # pre-commit-hooks.nix cause these to appear in commit check:(
- [[annotations]]
- path = ".cache/pre-commit/README"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = ".cache/pre-commit/db.db"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
- [[annotations]]
- path = ".gitconfig"
- precedence = "aggregate"
- SPDX-FileCopyrightText = "2024 Christina Sørensen"
- SPDX-License-Identifier = "EUPL-1.2"
|