REUSE.toml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # SPDX-FileCopyrightText: 2024 Christina Sørensen
  2. #
  3. # SPDX-License-Identifier: EUPL-1.2
  4. version = 1
  5. SPDX-PackageName = "eza"
  6. SPDX-PackageSupplier = "Christina Sørensen <christina@cafkafk.com>"
  7. [[annotations]]
  8. path = "flake.lock"
  9. precedence = "aggregate"
  10. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  11. SPDX-License-Identifier = "EUPL-1.2"
  12. [[annotations]]
  13. path = "Cargo.lock"
  14. precedence = "aggregate"
  15. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  16. SPDX-License-Identifier = "EUPL-1.2"
  17. [[annotations]]
  18. path = ".envrc"
  19. precedence = "aggregate"
  20. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  21. SPDX-License-Identifier = "EUPL-1.2"
  22. [[annotations]]
  23. path = "tests/**"
  24. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  25. SPDX-License-Identifier = "EUPL-1.2"
  26. [[annotations]]
  27. path = "completions/**"
  28. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  29. SPDX-License-Identifier = "EUPL-1.2"
  30. [[annotations]]
  31. path = "man/**"
  32. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  33. SPDX-License-Identifier = "EUPL-1.2"
  34. [[annotations]]
  35. path = "deb.asc"
  36. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  37. SPDX-License-Identifier = "EUPL-1.2"
  38. [[annotations]]
  39. path = "devtools/**"
  40. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  41. SPDX-License-Identifier = "EUPL-1.2"
  42. [[annotations]]
  43. path = "docs/**"
  44. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  45. SPDX-License-Identifier = "EUPL-1.2"
  46. [[annotations]]
  47. path = ".github/**.md"
  48. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  49. SPDX-License-Identifier = "EUPL-1.2"
  50. # pre-commit-hooks.nix cause these to appear in commit check:(
  51. [[annotations]]
  52. path = ".cache/pre-commit/README"
  53. precedence = "aggregate"
  54. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  55. SPDX-License-Identifier = "EUPL-1.2"
  56. [[annotations]]
  57. path = ".cache/pre-commit/db.db"
  58. precedence = "aggregate"
  59. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  60. SPDX-License-Identifier = "EUPL-1.2"
  61. [[annotations]]
  62. path = ".gitconfig"
  63. precedence = "aggregate"
  64. SPDX-FileCopyrightText = "2024 Christina Sørensen"
  65. SPDX-License-Identifier = "EUPL-1.2"