From 6c1e8de47e3f07e96608773b677ef943c378441a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 25 Aug 2024 19:12:12 +0200 Subject: [PATCH] chore: add CITATION.cff --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..1d940fa9 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +cff-version: 1.2.0 +title: >- + DwarFS: A fast high compression read-only file system for + Linux, Windows and macOS +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - orcid: 'https://orcid.org/0009-0004-7086-9358' + given-names: Marcus + family-names: Holland-Moritz + email: github@mhxnet.de +repository-code: 'https://github.com/mhx/dwarfs' +keywords: + - filesystem + - compression + - deduplication + - C++ + - FUSE +license: GPL-3.0-or-later