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.

26 lines
612 B

  1. # SPDX-FileCopyrightText: 2024 Suguru Hirahara
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. version = 1
  5. # Computer-generated files and other files which cannot be copyrighted
  6. [[annotations]]
  7. path = [
  8. "i18n/.gitignore",
  9. "i18n/requirements.txt",
  10. "i18n/PUBLISHED_LANGUAGES"
  11. ]
  12. SPDX-FileCopyrightText = "NONE"
  13. SPDX-License-Identifier = "CC0-1.0"
  14. # See https://reuse.software/faq/#aggregate-info
  15. [[annotations]]
  16. path = [
  17. "i18n/**/*.po",
  18. "i18n/**/*.pot"
  19. ]
  20. precedence = "aggregate"
  21. SPDX-FileCopyrightText = "Slavi Pantaleev, MDAD community members"
  22. SPDX-License-Identifier = "AGPL-3.0-or-later"