CITATION.cff 678 B

123456789101112131415161718192021222324252627282930
  1. # YAML 1.2
  2. ---
  3. cff-version: 1.2.0
  4. type: software
  5. message: >-
  6. If you use this software, please cite it using the
  7. metadata from this file.
  8. title: Ultimaker Cura
  9. abstract: >-
  10. A state-of-the-art slicer application built on top
  11. of the Uranium framework.
  12. authors:
  13. - name: Ultimaker B.V.
  14. contact:
  15. - email: info@ultimaker.com
  16. name: "Ultimaker B.V."
  17. url: 'https://ultimaker.com/software/ultimaker-cura'
  18. repository-code: 'https://github.com/Ultimaker/Cura'
  19. license: LGPL-3.0
  20. license-url: "https://github.com/Ultimaker/Cura/blob/main/LICENSE"
  21. version: 5.0.0
  22. date-released: '2022-05-17'
  23. keywords:
  24. - Ultimaker
  25. - Cura
  26. - Uranium
  27. - Arachne
  28. - 3DPrinting
  29. - Slicer
  30. ...