Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
718 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. version = 1
  5. [[annotations]]
  6. path = "docs/assets/*"
  7. SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
  8. SPDX-License-Identifier = "AGPL-3.0-or-later"
  9. # Computer-generated files
  10. [[annotations]]
  11. path = [
  12. ".github/renovate.json",
  13. "flake.lock",
  14. "flake.nix",
  15. "poetry.lock",
  16. "requirements.yml",
  17. ]
  18. SPDX-FileCopyrightText = "NONE"
  19. SPDX-License-Identifier = "AGPL-3.0-or-later"
  20. # https://reuse.software/faq/#aggregate-info
  21. [[annotations]]
  22. path = ["i18n/**/*.po"]
  23. precedence = "aggregate"
  24. SPDX-FileCopyrightText = "2024 MDAD Team and contributors"
  25. SPDX-License-Identifier = "AGPL-3.0-or-later"