From 64b23fb1b351e9a3ea2c61b0a10e4a462b11297d Mon Sep 17 00:00:00 2001 From: Jonathon Carter <30672425+jnoc@users.noreply.github.com> Date: Sun, 20 Mar 2022 02:56:50 +0000 Subject: [PATCH] Added citation.cff for easy APA/BibTeX citation directly from the Github repository Signed-off-by: Jonathon Carter --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..3df315e5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +preferred-citation: + type: software + authors: + - family-names: "Axboe" + given-names: "Jens" + email: axboe@kernel.dk + title: "Flexible I/O Tester" + year: 2022 + url: "https://github.com/axboe/fio" +licence: GNU GPL v2.0 -- 2.25.1