From 7ade00b84c38ee7b20d5a7c89ab14451505a6d2f Mon Sep 17 00:00:00 2001 From: Samuel Mimram <smimram@gmail.com> Date: Thu, 16 Nov 2023 10:00:36 +0100 Subject: [PATCH] Add citation file. --- CITATION.cff | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..c3d8e6f01b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +cff-version: 1.2.0 +message: "In order to reference this software, please cite it as below." +abstract: "Liquidsoap is a powerful and flexible language for describing your streams. It offers a rich collection of operators that you can combine at will, giving you more power than you need for creating or transforming streams. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together." +authors: +- family-names: "Beauxis" + given-names: "Romain" +- family-names: "Mimram" + given-names: "Samuel" + orcid: "https://orcid.org/0000-0002-0767-2569" +title: "Liquidsoap" +version: 2.2.2 +doi: 10.5281/zenodo.1234 +date-released: 2023-11-04 +url: "https://www.liquidsoap.info/" +repository-code: "https://github.com/savonet/liquidsoap" +license: GPL-2.0 +type: software